mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: eog-plugins: Update to 42.1.
* gnu/packages/gnome.scm (eog-plugins): Update to 42.1. [build-system]: Use meson-build-system. [arguments]: Delete field. [inputs]: Sort; add python. [native-inputs]: Sort; add libgdata.
This commit is contained in:
parent
7bef0fa3a2
commit
d6d861c615
1 changed files with 9 additions and 17 deletions
|
@ -6736,7 +6736,7 @@ (define-public eog-plugins
|
||||||
;; 'XDG_DATA_DIRS' appropriately set.
|
;; 'XDG_DATA_DIRS' appropriately set.
|
||||||
(package
|
(package
|
||||||
(name "eog-plugins")
|
(name "eog-plugins")
|
||||||
(version "3.26.8")
|
(version "42.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/eog-plugins/"
|
(uri (string-append "mirror://gnome/sources/eog-plugins/"
|
||||||
|
@ -6744,30 +6744,22 @@ (define-public eog-plugins
|
||||||
"eog-plugins-" version ".tar.xz"))
|
"eog-plugins-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dcxdjp7x092wn0iq7975f9b05ksb5kl5mxmyiqmydrja91ryw40"))))
|
"0prymlrfh66p03va5aj30wazshp7bn80gzcsj9dgsmss2k512wlb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
'(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'install 'fix-plugins-path
|
|
||||||
;; XXX: EOG looks its plugins in "share/eog/plugins", not in
|
|
||||||
;; "lib/eog/plugins".
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
|
||||||
(plugins (string-append out "/share/eog/plugins")))
|
|
||||||
(mkdir (dirname plugins))
|
|
||||||
(symlink (string-append out "/lib/eog/plugins") plugins)))))))
|
|
||||||
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
|
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
|
||||||
(synopsis "Extensions for the Eye of GNOME image viewer")
|
(synopsis "Extensions for the Eye of GNOME image viewer")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config gettext-minimal))
|
(list gettext-minimal
|
||||||
|
pkg-config
|
||||||
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
(list eog
|
(list eog
|
||||||
glib
|
glib
|
||||||
gtk+
|
gtk+
|
||||||
libpeas
|
libchamplain
|
||||||
libexif
|
libexif
|
||||||
libchamplain))
|
libgdata
|
||||||
|
libpeas))
|
||||||
(description
|
(description
|
||||||
"This package provides plugins for the Eye of GNOME (EOG) image viewer,
|
"This package provides plugins for the Eye of GNOME (EOG) image viewer,
|
||||||
notably:
|
notably:
|
||||||
|
|
Loading…
Reference in a new issue