[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/76: gnu: eog: Update to 40.3.
From: |
guix-commits |
Subject: |
44/76: gnu: eog: Update to 40.3. |
Date: |
Mon, 27 Sep 2021 10:18:22 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 147deddbec4db7a7dc489bb05c0730e05b06f1a3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 25 14:22:34 2021 +0000
gnu: eog: Update to 40.3.
* gnu/packages/gnome.scm (eog): Update to 40.3.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
[inputs]: Add libportal.
---
gnu/packages/gnome.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c011ac..9b10482 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6367,15 +6367,15 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
(define-public eog
(package
(name "eog")
- (version "3.34.1")
+ (version "40.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0b7ld4azs9xbdjsk9b91ywhdzvxgajhndiwiivxjzbr0hjgp7c7x"))))
+ "0ddjwcd77nw0rxb5x5bz5hd671m8gya9827p8rsnb58x103kpai8"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
@@ -6388,15 +6388,13 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "meson_post_install.py"
- (("gtk-update-icon-cache") "true"))
- #t))
+ (("gtk-update-icon-cache") "true"))))
(add-after 'install 'wrap-eog
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
(wrap-program (string-append out "/bin/eog")
- `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
- #t)))))
+ `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
(propagated-inputs
`(("dconf" ,dconf)))
(native-inputs
@@ -6414,6 +6412,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
("lcms" ,lcms)
("libexif" ,libexif)
("libpeas" ,libpeas)
+ ("libportal" ,libportal)
("libjpeg" ,libjpeg-turbo)
("librsvg" ,librsvg)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- 32/76: gnu: sushi: Update to 3.38.1., (continued)
- 32/76: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/27
- 39/76: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/27
- 37/76: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/27
- 21/76: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/27
- 25/76: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/27
- 34/76: gnu: file-roller: Update to 3.40.0., guix-commits, 2021/09/27
- 36/76: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/27
- 29/76: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/27
- 38/76: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/27
- 41/76: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 44/76: gnu: eog: Update to 40.3.,
guix-commits <=
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 49/76: gnu: Add fuse-3., guix-commits, 2021/09/27
- 51/76: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 53/76: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 54/76: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 58/76: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/27
- 56/76: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 61/76: gnu: gdm: Update to 40.1., guix-commits, 2021/09/27
- 60/76: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 63/76: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27