[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: pantheon-calculator: Update to 1.7.2.
From: |
guix-commits |
Subject: |
09/13: gnu: pantheon-calculator: Update to 1.7.2. |
Date: |
Tue, 5 Apr 2022 14:43:11 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 86ee397e2658de915d79fd4ad6d2217b941b4682
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Apr 3 11:54:12 2022 -0400
gnu: pantheon-calculator: Update to 1.7.2.
* gnu/packages/pantheon.scm (pantheon-calculator): Update to 1.7.2.
[arguments]: Remove trailing boolean.
[inputs]: Use guix style and add libhandy input.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 @@ in apps built for the Pantheon desktop.")
(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 @@ in apps built for the Pantheon desktop.")
(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 @@ in apps built for the Pantheon desktop.")
(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
- branch master updated (66177c2b87 -> e777c3e34c), guix-commits, 2022/04/05
- 03/13: doc: Update the sample yggdrasil-private.conf., guix-commits, 2022/04/05
- 06/13: gnu: python-dotenv: Update to 0.20.0., guix-commits, 2022/04/05
- 08/13: gnu: python-w3lib: Fix build., guix-commits, 2022/04/05
- 02/13: gnu: curlie: Update to 1.6.9, guix-commits, 2022/04/05
- 01/13: gnu: xmonad-next: Change #:phases to gexp., guix-commits, 2022/04/05
- 04/13: gnu: celluloid: Update to 0.23., guix-commits, 2022/04/05
- 05/13: gnu: linux: Allow kconfig options to be strings, guix-commits, 2022/04/05
- 07/13: gnu: python-gst: Fix the concatenation of install path., guix-commits, 2022/04/05
- 09/13: gnu: pantheon-calculator: Update to 1.7.2.,
guix-commits <=
- 10/13: gnu: phodav: Use libsoup 2 instead of libsoup 3., guix-commits, 2022/04/05
- 12/13: services: messaging: Fix two copy-paste mistakes; avoid warnings., guix-commits, 2022/04/05
- 11/13: gnu: plocate: Build with "--sharedstatedir=/var"., guix-commits, 2022/04/05
- 13/13: gnu: l2md: Update to 9db252bc., guix-commits, 2022/04/05