[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/17: gnu: pantheon-calculator: Update to 8.0.0.
From: |
guix-commits |
Subject: |
15/17: gnu: pantheon-calculator: Update to 8.0.0. |
Date: |
Tue, 11 Jun 2024 07:04:27 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 382be5720c972aa3b54f4b7c00bc21f249855723
Author: altadil <Altadil@protonmail.com>
AuthorDate: Fri Jun 7 09:01:35 2024 +0000
gnu: pantheon-calculator: Update to 8.0.0.
* gnu/packages/pantheon.scm (pantheon-calculator): Update to 8.0.0.
[arguments]: Use gexp for phases.
Change-Id: I7d935b0eef3d14990fc4dbbd408febe8de977a29
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/pantheon.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 5b83b96801..30804a8046 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
;;; Copyright © 2023 Wamm K. D. <jaft.r@outlook.com>
-;;; Copyright © 2023 altadil <Altadil@protonmail.com>
+;;; Copyright © 2023, 2024 altadil <Altadil@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -36,6 +36,7 @@
#:use-module (gnu packages xorg)
#:use-module (gnu packages)
#:use-module (guix build-system meson)
+ #:use-module (guix gexp)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
@@ -94,7 +95,7 @@ in apps built for the Pantheon desktop.")
(define-public pantheon-calculator
(package
(name "pantheon-calculator")
- (version "2.0.2")
+ (version "8.0.0")
(source
(origin
(method git-fetch)
@@ -104,15 +105,15 @@ in apps built for the Pantheon desktop.")
(file-name (git-file-name name version))
(sha256
(base32
- "1w59sgznzybawhz411avqayws8jq0471n6hwhkplvcz7inxlzdrw"))))
+ "1as5rxd0b6z3lnh8my36szr056rxxqwkjzvaiylspx5g2kg3qjs0"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'disable-schema-cache-generation
- (lambda _
- (setenv "DESTDIR" "/"))))))
+ (list
+ #:glib-or-gtk? #t
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-schema-cache-generation
+ (lambda _
+ (setenv "DESTDIR" "/"))))))
(inputs
(list granite
glib
- branch master updated (aed2e17768 -> 914cf4ab02), guix-commits, 2024/06/11
- 14/17: gnu: mu: Update to 1.12.5., guix-commits, 2024/06/11
- 15/17: gnu: pantheon-calculator: Update to 8.0.0.,
guix-commits <=
- 16/17: gnu: emacs-org-tree-slide: Update to 2.8.22., guix-commits, 2024/06/11
- 03/17: hg-download: Reduce builder duplication., guix-commits, 2024/06/11
- 02/17: svn-download: Reduce svn-fetch builder duplication., guix-commits, 2024/06/11
- 04/17: git-download: Reduce builder duplication., guix-commits, 2024/06/11
- 01/17: svn-download: Reduce svn-multi-fetch builder duplication., guix-commits, 2024/06/11
- 09/17: gnu: opensurge: Update to 0.6.1.1., guix-commits, 2024/06/11
- 12/17: gnu: vim-coqtail: Update to 1.7.1-1.d77080e., guix-commits, 2024/06/11
- 17/17: gnu: librewolf: Update to 126.0.1-1., guix-commits, 2024/06/11
- 11/17: gnu: neovim-coqtail: Propagate python-pynvim., guix-commits, 2024/06/11
- 10/17: gnu: vim-vader: Update to 0.4.0-1.429b669., guix-commits, 2024/06/11