[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/181: gnu: zenity: Update to 3.43.0.
From: |
guix-commits |
Subject: |
22/181: gnu: zenity: Update to 3.43.0. |
Date: |
Tue, 13 Sep 2022 02:25:09 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 3c5394ca7bad960ee3dfe9a61332755b302d617d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 22 17:01:56 2022 -0400
gnu: zenity: Update to 3.43.0.
* gnu/packages/gnome.scm (zenity): Update to 3.43.0.
[build-system]: Use meson-build-system.
[arguments]: New field.
[inputs]: Add gtk+. Remove libnotify and webkitgtk.
---
gnu/packages/gnome.scm | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d7db928044..5c7338c955 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7478,7 +7478,7 @@ powerful general purpose text editor.")
(define-public zenity
(package
(name "zenity")
- (version "3.32.0")
+ (version "3.43.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/zenity/"
@@ -7486,12 +7486,17 @@ powerful general purpose text editor.")
"zenity-" version ".tar.xz"))
(sha256
(base32
- "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))
- (build-system gnu-build-system)
- (native-inputs
- (list gettext-minimal itstool pkg-config))
- (inputs
- (list libnotify webkitgtk))
+ "0czq2vx636xbvg7zbdqkxq41zgm7v1h048awy0cgls0q1hgcmmxh"))))
+ (build-system meson-build-system)
+ (arguments
+ (list #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-gtk-update-icon-cache
+ ;; The gtk-update-icon-cache tool is only run when
+ ;; DESTDIR is unset.
+ (lambda _
+ (setenv "DESTDIR" "/"))))))
+ (native-inputs (list gettext-minimal itstool pkg-config))
+ (inputs (list gtk+))
(synopsis "Display graphical dialog boxes from shell scripts")
(home-page "https://www.gnome.org")
(description
- 32/181: gnu: ibus: Update to 1.5.27, use gexps and remove input labels., (continued)
- 32/181: gnu: ibus: Update to 1.5.27, use gexps and remove input labels., guix-commits, 2022/09/13
- 37/181: gnu: mutter: Update to 42.4, use gexps and remove input labels., guix-commits, 2022/09/13
- 33/181: gnu: evolution-data-server: Update to 3.44.4 and remove input labels., guix-commits, 2022/09/13
- 40/181: gnu: gdm: Use gexps and new style inputs., guix-commits, 2022/09/13
- 46/181: gnu: gjs: Update to 1.72.2., guix-commits, 2022/09/13
- 17/181: gnu: baobab: Update to 42.0 and delete input labels., guix-commits, 2022/09/13
- 36/181: gnu: Add wayland-protocols-next., guix-commits, 2022/09/13
- 35/181: gnu: pipewire-0.3: Update to 0.3.56 and use gexps., guix-commits, 2022/09/13
- 42/181: gnu: lxsession: Use polkit-duktape., guix-commits, 2022/09/13
- 15/181: gnu: libwacom: Update to 2.4.0., guix-commits, 2022/09/13
- 22/181: gnu: zenity: Update to 3.43.0.,
guix-commits <=
- 27/181: gnu: upower: Update to 1.90.0., guix-commits, 2022/09/13
- 29/181: gnu: sdl2: Update to 2.24.0, use gexps and remove input labels., guix-commits, 2022/09/13
- 34/181: gnu: gnome-online-accounts: Update to 3.44.0 and delete input labels., guix-commits, 2022/09/13
- 41/181: gnu: gdm: Patch dbus-run-session path., guix-commits, 2022/09/13
- 45/181: gnu: gjs: Remove input labels., guix-commits, 2022/09/13
- 47/181: gnu: mozjs: Update home-page., guix-commits, 2022/09/13
- 50/181: gnu: gtk: Replace librsvg with librsvg-bootstrap., guix-commits, 2022/09/13
- 53/181: gnu: Add rest-next., guix-commits, 2022/09/13
- 51/181: gnu: Add gobject-introspection-next., guix-commits, 2022/09/13
- 56/181: gnu: gnome-shell: Update to 42.4., guix-commits, 2022/09/13