GNU bug report logs - #63704
[PATCH] gnu: zenity: Update to 3.92.0.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 24 May 2023 18:12:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#63704: closed (Re: [bug#63704] [PATCH v2] gnu: zenity: Update
 to 3.44.1.)
Date: Thu, 01 Jun 2023 09:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63704: [PATCH] gnu: zenity: Update to 3.92.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63704 <at> debbugs.gnu.org.

-- 
63704: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63704
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Greg Hogan <code <at> greghogan.com>
Cc: 63704-done <at> debbugs.gnu.org
Subject: Re: [bug#63704] [PATCH v2] gnu: zenity: Update to 3.44.1.
Date: Thu, 1 Jun 2023 12:52:38 +0300
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: zenity: Update to 3.92.0.
Date: Wed, 24 May 2023 18:11:20 +0000
* gnu/packages/gnome.scm (zenity): Update to 3.92.0.
[native-inputs]: Add glib:bin and gtk+:bin.
[inputs]: Add libadwaita.
---
 gnu/packages/gnome.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2b071de9d3..5dfd19286d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7753,7 +7753,7 @@ (define-public gedit
 (define-public zenity
   (package
     (name "zenity")
-    (version "3.43.0")
+    (version "3.92.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/zenity/"
@@ -7761,7 +7761,7 @@ (define-public zenity
                                   "zenity-" version ".tar.xz"))
               (sha256
                (base32
-                "0czq2vx636xbvg7zbdqkxq41zgm7v1h048awy0cgls0q1hgcmmxh"))))
+                "1ad8n7xcnvbix4qfl6nbig3sbw35plqhqvsmjphzgn6bcqzw4avd"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases
@@ -7770,8 +7770,13 @@ (define-public zenity
                           ;; DESTDIR is unset.
                           (lambda _
                             (setenv "DESTDIR" "/"))))))
-    (native-inputs (list gettext-minimal itstool pkg-config))
-    (inputs (list gtk+))
+    (native-inputs
+     (list gettext-minimal
+           `(,glib "bin")
+           `(,gtk+ "bin")
+           itstool
+           pkg-config))
+    (inputs (list gtk+ libadwaita))
     (synopsis "Display graphical dialog boxes from shell scripts")
     (home-page "https://www.gnome.org")
     (description
-- 
2.40.1




This bug report was last modified 1 year and 359 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.