GNU bug report logs - #54693
[PATCH] gnu: pantheon-calculator: Update to 1.7.2.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 3 Apr 2022 15:56:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#54693: closed ([PATCH] gnu: pantheon-calculator: Update to
 1.7.2.)
Date: Tue, 05 Apr 2022 18:29:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 05 Apr 2022 20:28:14 +0200
with message-id <878rsjjsg1.fsf <at> gnu.org>
and subject line Re: bug#54693: [PATCH] gnu: pantheon-calculator: Update to 1.7.2.
has caused the debbugs.gnu.org bug report #54693,
regarding [PATCH] gnu: pantheon-calculator: Update to 1.7.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
54693: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54693
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: pantheon-calculator: Update to 1.7.2.
Date: Sun,  3 Apr 2022 11:54:12 -0400
* 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 54693-done <at> debbugs.gnu.org
Subject: Re: bug#54693: [PATCH] gnu: pantheon-calculator: Update to 1.7.2.
Date: Tue, 05 Apr 2022 20:28:14 +0200
jgart <jgart <at> 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!


This bug report was last modified 3 years and 49 days ago.

Previous Next


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