[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/63: gnu: quadrapassel: Update to 3.32.0.
From: |
guix-commits |
Subject: |
50/63: gnu: quadrapassel: Update to 3.32.0. |
Date: |
Thu, 7 Nov 2019 09:57:49 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 9845d03ccc821a11c6d9822f0283c1af347d2f2c
Author: Kei Kebreau <address@hidden>
Date: Mon Jul 29 14:25:09 2019 -0400
gnu: quadrapassel: Update to 3.32.0.
* gnu/packages/games.scm (quadrapassel): Update to 3.32.0.
[build-system]: Use meson-build-system.
[arguments]: Set glib-or-gtk? flag and add 'skip-gtk-update-icon-cache'
phase.
---
gnu/packages/games.scm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b6bf2fe..069b0bf 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6321,7 +6321,7 @@ GameController.")
(define-public quadrapassel
(package
(name "quadrapassel")
- (version "3.31.3")
+ (version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/quadrapassel/"
@@ -6329,8 +6329,18 @@ GameController.")
"quadrapassel-" version ".tar.xz"))
(sha256
(base32
- "08i01nsgfb502xzzrrcxxbs7awb0j1h4c08vmj0j18ipa1sz8vb8"))))
- (build-system glib-or-gtk-build-system)
+ "1zhi1957knz9dm98drn2dh95mr33sdch590yddh1f8r6bzsfjvpy"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/meson_post_install.py"
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
("gettext" ,gnu-gettext)
- 22/63: gnu: evolution: Update to 3.32.4., (continued)
- 22/63: gnu: evolution: Update to 3.32.4., guix-commits, 2019/11/07
- 30/63: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/07
- 31/63: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/07
- 29/63: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/11/07
- 32/63: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/07
- 38/63: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/07
- 44/63: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/07
- 45/63: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/07
- 46/63: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/07
- 48/63: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/07
- 50/63: gnu: quadrapassel: Update to 3.32.0.,
guix-commits <=
- 51/63: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/11/07
- 55/63: gnu: file-roller: Update to 3.32.2., guix-commits, 2019/11/07
- 61/63: gnu: python-pyatspi: Update to 2.34.0., guix-commits, 2019/11/07
- 59/63: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/11/07
- 40/63: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/07
- 42/63: gnu: cheese: Update to 3.32.1., guix-commits, 2019/11/07
- 43/63: gnu: libdazzle: Use xorg-server-fot-tests., guix-commits, 2019/11/07
- 49/63: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/07
- 53/63: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/07
- 57/63: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/11/07