mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: gthumb: Add optional dependencies.
* gnu/packages/gnome.scm (gthumb)[native-inputs]: Order alphabetically. [inputs]: Order alphabetically. Add colord, libheif, librsvg, libwebp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ae1c206b26
commit
62a24dd9a1
1 changed files with 13 additions and 9 deletions
|
@ -10877,23 +10877,27 @@ functionality.")
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/gthumb/extensions"))))
|
"/lib/gthumb/extensions"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
||||||
("glib:bin" ,glib "bin") ; for glib-compile-resources
|
("glib:bin" ,glib "bin") ; for glib-compile-resources
|
||||||
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
||||||
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("itstool" ,itstool)))
|
("itstool" ,itstool)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("exiv2" ,exiv2)
|
`(("clutter" ,clutter)
|
||||||
("gtk" ,gtk+)
|
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
|
||||||
("gstreamer" ,gstreamer)
|
|
||||||
("clutter" ,clutter)
|
|
||||||
("clutter-gst" ,clutter-gst)
|
("clutter-gst" ,clutter-gst)
|
||||||
("clutter-gtk" ,clutter-gtk)
|
("clutter-gtk" ,clutter-gtk)
|
||||||
|
("colord" ,colord)
|
||||||
|
("exiv2" ,exiv2)
|
||||||
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
|
("gstreamer" ,gstreamer)
|
||||||
|
("gtk" ,gtk+)
|
||||||
|
("libheif" ,libheif)
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
|
("libraw" ,libraw)
|
||||||
|
("librsvg" ,librsvg)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("libraw" ,libraw)))
|
("libwebp" ,libwebp)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Gthumb")
|
(home-page "https://wiki.gnome.org/Apps/Gthumb")
|
||||||
(synopsis "GNOME image viewer and browser")
|
(synopsis "GNOME image viewer and browser")
|
||||||
(description "GThumb is an image viewer, browser, organizer, editor and
|
(description "GThumb is an image viewer, browser, organizer, editor and
|
||||||
|
|
Loading…
Add table
Reference in a new issue