all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 63704@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#63704] [PATCH] gnu: zenity: Update to 3.92.0.
Date: Wed, 24 May 2023 18:11:20 +0000	[thread overview]
Message-ID: <20230524181120.337222-1-code@greghogan.com> (raw)

* 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





             reply	other threads:[~2023-05-24 18:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 18:11 Greg Hogan [this message]
2023-05-26 13:09 ` [bug#63704] [PATCH] gnu: zenity: Update to 3.92.0 宋文武 via Guix-patches via
2023-05-26 13:49 ` [bug#63704] [PATCH v2] gnu: zenity: Update to 3.44.1 Greg Hogan
2023-06-01  9:52   ` bug#63704: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230524181120.337222-1-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=63704@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.