[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50747] [PATCH 2/2] gnu: gthumb: Add optional dependencies.
From: |
Vinicius Monego |
Subject: |
[bug#50747] [PATCH 2/2] gnu: gthumb: Add optional dependencies. |
Date: |
Thu, 23 Sep 2021 03:38:02 +0000 |
* gnu/packages/gnome.scm (gthumb)[native-inputs]: Order alphabetically.
[inputs]: Order alphabetically. Add colord, libheif, librsvg, libwebp.
---
gnu/packages/gnome.scm | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7aae33af61..e3130cf3ae 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10876,23 +10876,27 @@ functionality.")
(assoc-ref %outputs "out")
"/lib/gthumb/extensions"))))
(native-inputs
- `(("pkg-config" ,pkg-config)
+ `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("glib:bin" ,glib "bin") ; for glib-compile-resources
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
- ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("intltool" ,intltool)
- ("itstool" ,itstool)))
+ ("itstool" ,itstool)
+ ("pkg-config" ,pkg-config)))
(inputs
- `(("exiv2" ,exiv2)
- ("gtk" ,gtk+)
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("gstreamer" ,gstreamer)
- ("clutter" ,clutter)
+ `(("clutter" ,clutter)
("clutter-gst" ,clutter-gst)
("clutter-gtk" ,clutter-gtk)
+ ("colord" ,colord)
+ ("exiv2" ,exiv2)
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("gstreamer" ,gstreamer)
+ ("gtk" ,gtk+)
+ ("libheif" ,libheif)
("libjpeg" ,libjpeg-turbo)
+ ("libraw" ,libraw)
+ ("librsvg" ,librsvg)
("libtiff" ,libtiff)
- ("libraw" ,libraw)))
+ ("libwebp" ,libwebp)))
(home-page "https://wiki.gnome.org/Apps/Gthumb")
(synopsis "GNOME image viewer and browser")
(description "GThumb is an image viewer, browser, organizer, editor and
--
2.30.2