unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54693] [PATCH] gnu: pantheon-calculator: Update to 1.7.2.
@ 2022-04-03 15:54 jgart via Guix-patches via
  2022-04-05 18:28 ` bug#54693: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-04-03 15:54 UTC (permalink / raw)
  To: 54693; +Cc: jgart

* gnu/packages/pantheon.scm (pantheon-calculator): Update to 1.7.2.
[arguments]: Remove trailing boolean.
[inputs]: Use guix style and add libhandy input.
---
 gnu/packages/pantheon.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 756db94144..acb19a3ef8 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -67,7 +67,7 @@ (define-public granite
 (define-public pantheon-calculator
   (package
     (name "pantheon-calculator")
-    (version "1.5.5")
+    (version "1.7.2")
     (source
      (origin
        (method git-fetch)
@@ -77,7 +77,7 @@ (define-public pantheon-calculator
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1csxsr2c8qvl97xz9ahwn91z095nzgr0i1mbcb1spljll2sr9lkj"))))
+         "11rwwi6nlhwpcm29dn2mbz0239nfjdwlqlqbchm0j9sr1ypifk2k"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -85,13 +85,13 @@ (define-public pantheon-calculator
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-schema-cache-generation
            (lambda _
-             (setenv "DESTDIR" "/")
-             #t)))))
+             (setenv "DESTDIR" "/"))))))
     (inputs
-     `(("granite" ,granite)
-       ("glib" ,glib)
-       ("gtk" ,gtk+)
-       ("libgee" ,libgee)))
+      (list granite
+            glib
+            gtk+
+            libgee
+            libhandy))
     (native-inputs
      `(("cmake" ,cmake)
        ("glib:bin" ,glib "bin") ; for glib-compile-schemas
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54693: [PATCH] gnu: pantheon-calculator: Update to 1.7.2.
  2022-04-03 15:54 [bug#54693] [PATCH] gnu: pantheon-calculator: Update to 1.7.2 jgart via Guix-patches via
@ 2022-04-05 18:28 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-05 18:28 UTC (permalink / raw)
  To: jgart; +Cc: 54693-done

jgart <jgart@dismail.de> skribis:

> * gnu/packages/pantheon.scm (pantheon-calculator): Update to 1.7.2.
> [arguments]: Remove trailing boolean.
> [inputs]: Use guix style and add libhandy input.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-05 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 15:54 [bug#54693] [PATCH] gnu: pantheon-calculator: Update to 1.7.2 jgart via Guix-patches via
2022-04-05 18:28 ` bug#54693: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).