[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/61: gnu: eog: Update to 3.28.2.
From: |
guix-commits |
Subject: |
23/61: gnu: eog: Update to 3.28.2. |
Date: |
Sat, 9 Mar 2019 02:53:24 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit 61fb581fbbb12335abbebea1d8b18a4b91ced26e
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 11:38:57 2018 +0200
gnu: eog: Update to 3.28.2.
* gnu/packages/gnome.scm (eog): Update to 3.28.2.
[build-system]: Use meson-build-system.
[native-inptus]: Add gtk+:bin.
---
gnu/packages/gnome.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5010aa..a6e333d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3961,7 +3961,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
(define-public eog
(package
(name "eog")
- (version "3.26.2")
+ (version "3.28.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3969,25 +3969,25 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1b87i31mxzayd3knn9zg00y816d093qrbyx556w8a03xz96ksgmm"))))
- (build-system glib-or-gtk-build-system)
+ "1gasrfqi7qrzdq1idh29r0n6ikkqjb6pbp7a8k5krfz5hkhyfin0"))))
+ (build-system meson-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- (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)))))
+ (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)))))
(propagated-inputs
`(("dconf" ,dconf)))
(native-inputs
`(("intltool" ,intltool)
("itstool" ,itstool)
("glib" ,glib "bin")
+ ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("xmllint" ,libxml2)))
- 05/61: gnu: yelp: Update to 3.28.1., (continued)
- 05/61: gnu: yelp: Update to 3.28.1., guix-commits, 2019/03/09
- 12/61: gnu: libproxy: Remove network-manager., guix-commits, 2019/03/09
- 15/61: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2019/03/09
- 04/61: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2019/03/09
- 08/61: gnu: file-roller: Update to 3.28.0., guix-commits, 2019/03/09
- 16/61: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/03/09
- 19/61: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2019/03/09
- 20/61: gnu: libgweather: Update to 3.28.2., guix-commits, 2019/03/09
- 14/61: gnu: gcr: Update to 3.28.0., guix-commits, 2019/03/09
- 38/61: gnu: python-pyatspi: Update to 2.26.0., guix-commits, 2019/03/09
- 23/61: gnu: eog: Update to 3.28.2.,
guix-commits <=
- 33/61: gnu: cheese: Propagate more inputs., guix-commits, 2019/03/09
- 35/61: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/03/09
- 27/61: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/03/09
- 30/61: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/03/09
- 43/61: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/03/09
- 40/61: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/03/09
- 51/61: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2019/03/09
- 54/61: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/03/09
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/03/09
- 48/61: gnu: tracker: Update to 2.0.4., guix-commits, 2019/03/09