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.master
parent
bcb877d391
commit
7bef0fa3a2
|
@ -6670,7 +6670,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
|
||||||
(define-public eog
|
(define-public eog
|
||||||
(package
|
(package
|
||||||
(name "eog")
|
(name "eog")
|
||||||
(version "42.2")
|
(version "42.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(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"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ph4b05cjlkzbn8vil4hjkwvfr1cp819yi2qifp418p15rm4lk8f"))))
|
"0fpl8wz1j10r59m20d61b7wmp8ga48dd7svqv1a2ip66ig1b7h9h"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -6701,27 +6701,28 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
|
||||||
(wrap-program (search-input-file outputs "bin/eog")
|
(wrap-program (search-input-file outputs "bin/eog")
|
||||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list dconf))
|
(list dconf
|
||||||
|
libhandy)) ;libhandy is required by eog.pc
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
itstool
|
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
pkg-config
|
itstool
|
||||||
libxml2))
|
libxml2
|
||||||
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list gnome-desktop
|
(list adwaita-icon-theme
|
||||||
shared-mime-info
|
bash-minimal
|
||||||
adwaita-icon-theme
|
|
||||||
exempi
|
exempi
|
||||||
|
gnome-desktop
|
||||||
|
gtk
|
||||||
lcms
|
lcms
|
||||||
libexif
|
libexif
|
||||||
libhandy
|
libjpeg-turbo
|
||||||
libpeas
|
libpeas
|
||||||
libportal
|
libportal
|
||||||
libjpeg-turbo
|
|
||||||
librsvg
|
librsvg
|
||||||
gtk))
|
shared-mime-info))
|
||||||
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
|
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
|
||||||
(synopsis "GNOME image viewer")
|
(synopsis "GNOME image viewer")
|
||||||
(description "Eye of GNOME is the GNOME image viewer. It
|
(description "Eye of GNOME is the GNOME image viewer. It
|
||||||
|
|
Reference in New Issue