[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
122/181: gnu: eog: Update to 42.3.
From: |
guix-commits |
Subject: |
122/181: gnu: eog: Update to 42.3. |
Date: |
Tue, 13 Sep 2022 02:26:05 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 7bef0fa3a2f3da6e9b28ed64b8a5eeadb843dba5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 9 13:56:13 2022 -0400
gnu: eog: Update to 42.3.
* gnu/packages/gnome.scm (eog): Update to 42.3.
[native-inputs, inputs]: Sort.
[inputs]: Add bash-minimal. Move libhandy to...
[propagated-inputs]: ... here.
---
gnu/packages/gnome.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1181be245e..5d539c972f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6670,7 +6670,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
(define-public eog
(package
(name "eog")
- (version "42.2")
+ (version "42.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6678,7 +6678,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ph4b05cjlkzbn8vil4hjkwvfr1cp819yi2qifp418p15rm4lk8f"))))
+ "0fpl8wz1j10r59m20d61b7wmp8ga48dd7svqv1a2ip66ig1b7h9h"))))
(build-system meson-build-system)
(arguments
(list
@@ -6701,27 +6701,28 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
(wrap-program (search-input-file outputs "bin/eog")
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
(propagated-inputs
- (list dconf))
+ (list dconf
+ libhandy)) ;libhandy is required by eog.pc
(native-inputs
(list gettext-minimal
- itstool
`(,glib "bin")
gobject-introspection
- pkg-config
- libxml2))
+ itstool
+ libxml2
+ pkg-config))
(inputs
- (list gnome-desktop
- shared-mime-info
- adwaita-icon-theme
+ (list adwaita-icon-theme
+ bash-minimal
exempi
+ gnome-desktop
+ gtk
lcms
libexif
- libhandy
+ libjpeg-turbo
libpeas
libportal
- libjpeg-turbo
librsvg
- gtk))
+ shared-mime-info))
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
(synopsis "GNOME image viewer")
(description "Eye of GNOME is the GNOME image viewer. It
- 67/181: gnu: gnome-music: Update to 42.0., (continued)
- 67/181: gnu: gnome-music: Update to 42.0., guix-commits, 2022/09/13
- 69/181: gnu: eog: Update to 42.2., guix-commits, 2022/09/13
- 79/181: gnu: gnome-screenshot: Update to 41.0., guix-commits, 2022/09/13
- 74/181: gnu: gnome-font-viewer: Update to 42.0., guix-commits, 2022/09/13
- 90/181: gnu: Add glib-next., guix-commits, 2022/09/13
- 88/181: gnu: Remove tepl-5., guix-commits, 2022/09/13
- 98/181: gnu: libadwaita: Update to 1.2.rc., guix-commits, 2022/09/13
- 106/181: gnu: libmediaart: Update to 1.9.6., guix-commits, 2022/09/13
- 103/181: gnu: python-liblarch: Update to 3.2.0 and apply guix style., guix-commits, 2022/09/13
- 111/181: gnu: vala-next: Update to 0.56.3., guix-commits, 2022/09/13
- 122/181: gnu: eog: Update to 42.3.,
guix-commits <=
- 124/181: gnu: epiphany: Update to 42.4., guix-commits, 2022/09/13
- 129/181: gnu: shotwell: Update to 0.31.5., guix-commits, 2022/09/13
- 126/181: gnu: yelp: Update to 42.1., guix-commits, 2022/09/13
- 135/181: gnu: mobile-broadband-provider-info: Update to 20220725., guix-commits, 2022/09/13
- 139/181: gnu: nautilus: Update to 42.2 and enable tests., guix-commits, 2022/09/13
- 140/181: gnu: komikku: Update to 0.41.0., guix-commits, 2022/09/13
- 146/181: gnu: gspell: Update to 1.11.1., guix-commits, 2022/09/13
- 149/181: gnu: passwordsafe: Rename to secrets and update to 6.5., guix-commits, 2022/09/13
- 28/181: gnu: upower: Fix indentation., guix-commits, 2022/09/13
- 30/181: gnu: gnome-desktop: Update to 42.4 and remove input labels., guix-commits, 2022/09/13