[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/76: gnu: gnome-calculator: Update to 40.1.
From: |
guix-commits |
Subject: |
18/76: gnu: gnome-calculator: Update to 40.1. |
Date: |
Mon, 27 Sep 2021 10:18:13 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 9b9f34c31378a5f61b88b3e2ab21b7a68b2174e9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 15:44:51 2021 +0000
gnu: gnome-calculator: Update to 40.1.
* gnu/packages/gnome.scm (gnome-calculator): Update to 40.1.
[source]: Fix the URL.
[arguments]: Add a 'pre-check phase.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 16ae9a2..941089c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9974,18 +9974,25 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "3.36.0")
+ (version "40.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1cqd4b25qp1i0p04m669jssg1l5sdapc1mniv9jssvw5r7wk1s52"))))
+ "1xkazxbkpn1z5pfphhps7fc5q4yc8lp7f6b222n8bx5iyxhwbrkz"))))
(build-system meson-build-system)
- (arguments '(#:glib-or-gtk? #t))
+ (arguments
+ '(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'pre-check
+ (lambda _
+ ;; Tests require a writable HOME.
+ (setenv "HOME" (getcwd)))))))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
@@ -9997,6 +10004,7 @@ handling the startup notification side.")
`(("glib" ,glib)
("gtksourceview" ,gtksourceview)
("libgee" ,libgee)
+ ("libhandy" ,libhandy)
("libsoup" ,libsoup)
("libxml2" ,libxml2)
("mpc" ,mpc)
- 06/76: gnu: gnote: Update to 40.2., (continued)
- 06/76: gnu: gnote: Update to 40.2., guix-commits, 2021/09/27
- 07/76: gnu: gnome-shell-extensions: Update to 40.4., guix-commits, 2021/09/27
- 12/76: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/27
- 13/76: gnu: libportal: Update to 0.4., guix-commits, 2021/09/27
- 11/76: gnu: gnome-disk-utility: Update to 40.2., guix-commits, 2021/09/27
- 08/76: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/27
- 10/76: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/09/27
- 09/76: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/27
- 14/76: gnu: Add libadwaita., guix-commits, 2021/09/27
- 17/76: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/27
- 18/76: gnu: gnome-calculator: Update to 40.1.,
guix-commits <=
- 15/76: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/27
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 22/76: gnu: gedit: Update to 40.1., guix-commits, 2021/09/27
- 24/76: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/27
- 27/76: gnu: baobab: Update to 40.0., guix-commits, 2021/09/27
- 33/76: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/27
- 43/76: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/27
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 45/76: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/27
- 46/76: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27