[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: gnome-calculator: Update style.
From: |
guix-commits |
Subject: |
11/12: gnu: gnome-calculator: Update style. |
Date: |
Sun, 19 Nov 2023 03:47:34 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 51f8803488395cc0c89c4a8350c727c4dfd9f3e4
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 16 23:18:12 2023 +0100
gnu: gnome-calculator: Update style.
* gnu/packages/gnome.scm (gnome-calculator) [arguments]: Convert to list of
G-Expressions.
Change-Id: I217aec53e66808cc11a26f5df58fd25355d898b0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gnome.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8b3b3d83a9..35f7766b2d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10813,18 +10813,19 @@ handling the startup notification side.")
"0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'skip-gtk-update-icon-cache
- (lambda _
- (substitute* "meson.build"
- (("gtk_update_icon_cache: true")
- "gtk_update_icon_cache: false"))))
- (add-before 'check 'pre-check
- (lambda _
- ;; Tests require a writable HOME.
- (setenv "HOME" (getcwd)))))))
+ (list
+ #:glib-or-gtk? #t
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ (lambda _
+ (substitute* "meson.build"
+ (("gtk_update_icon_cache: true")
+ "gtk_update_icon_cache: false"))))
+ (add-before 'check 'pre-check
+ (lambda _
+ ;; Tests require a writable HOME.
+ (setenv "HOME" (getcwd)))))))
(native-inputs
(list gettext-minimal
`(,glib "bin") ;for glib-compile-schemas, gio-2.0.
- branch gnome-team updated (72e886328c -> f64ec2b151), guix-commits, 2023/11/19
- 01/12: gnu: gtk: Update to 4.12.3., guix-commits, 2023/11/19
- 03/12: gnu: appstream: Update to 0.16.4., guix-commits, 2023/11/19
- 04/12: gnu: libadwaita: Update to 1.4.0., guix-commits, 2023/11/19
- 06/12: gnu: telepathy-glib: Disable parallel tests., guix-commits, 2023/11/19
- 02/12: gnu: libxmlb: Update to 0.3.14., guix-commits, 2023/11/19
- 08/12: gnu: libical: Update to 3.0.17., guix-commits, 2023/11/19
- 09/12: gnu: orca: Update to 44.2., guix-commits, 2023/11/19
- 10/12: gnu: gnome-calculator: Update to 44.0., guix-commits, 2023/11/19
- 11/12: gnu: gnome-calculator: Update style.,
guix-commits <=
- 05/12: gnu: webkitgtk: Update to 2.42.2., guix-commits, 2023/11/19
- 07/12: gnu: at-spi2-core: Update to 2.48.4., guix-commits, 2023/11/19
- 12/12: gnu: gexiv2: Update to 0.14.2., guix-commits, 2023/11/19