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:
Vinicius Monego 2021-09-23 03:38:02 +00:00 committed by Ludovic Courtès
parent ae1c206b26
commit 62a24dd9a1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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