[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: gthumb: Use new input style.
From: |
guix-commits |
Subject: |
06/09: gnu: gthumb: Use new input style. |
Date: |
Fri, 13 Oct 2023 14:39:14 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit f61d1d63d8d1635cac71f6865ee94a6e92411ddc
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Oct 12 10:30:54 2023 +0200
gnu: gthumb: Use new input style.
* gnu/packages/gnome.scm (gthumb)[inputs, native-inputs]: Drop labels.
---
gnu/packages/gnome.scm | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fc9db543f2..cd3a59f3dd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11823,28 +11823,28 @@ functionality.")
(assoc-ref %outputs "out")
"/lib/gthumb/extensions"))))
(native-inputs
- `(("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
- ("intltool" ,intltool)
- ("itstool" ,itstool)
- ("pkg-config" ,pkg-config)
- ("python" ,python)))
+ (list desktop-file-utils ; for update-desktop-database
+ `(,glib "bin") ; for glib-compile-resources
+ `(,gtk+ "bin") ; for gtk-update-icon-cache
+ intltool
+ itstool
+ pkg-config
+ python))
(inputs
- `(("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-for-system))
- ("libtiff" ,libtiff)
- ("libwebp" ,libwebp)))
+ (list clutter
+ clutter-gst
+ clutter-gtk
+ colord
+ exiv2
+ gsettings-desktop-schemas
+ gstreamer
+ gtk+
+ libheif
+ libjpeg-turbo
+ libraw
+ (librsvg-for-system)
+ libtiff
+ 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
- branch gnome-team updated (b701a7018d -> a7be930240), guix-commits, 2023/10/13
- 01/09: gnu: libgit2-glib: Update to 1.2.0., guix-commits, 2023/10/13
- 04/09: gnu: gnome-mahjongg: Update to 3.40.0., guix-commits, 2023/10/13
- 05/09: gnu: gthumb: Update to 3.12.4., guix-commits, 2023/10/13
- 06/09: gnu: gthumb: Use new input style.,
guix-commits <=
- 02/09: gnu: libhandy: Update to 1.8.2., guix-commits, 2023/10/13
- 08/09: gnu: workrave: Use new input style., guix-commits, 2023/10/13
- 03/09: gnu: gitg: Update to 44., guix-commits, 2023/10/13
- 07/09: gnu: workrave: Update to 1.10.52., guix-commits, 2023/10/13
- 09/09: gnu: Remove gnome-todo., guix-commits, 2023/10/13