GNU bug report logs -
#54693
[PATCH] gnu: pantheon-calculator: Update to 1.7.2.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54693 in the body.
You can then email your comments to 54693 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54693
; Package
guix-patches
.
(Sun, 03 Apr 2022 15:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 03 Apr 2022 15:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 05 Apr 2022 18:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 05 Apr 2022 18:29:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54693-done <at> debbugs.gnu.org (full text, mbox):
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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 May 2022 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.