[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/184: gnu: quadrapassel: Update to 3.32.0.
From: |
guix-commits |
Subject: |
50/184: gnu: quadrapassel: Update to 3.32.0. |
Date: |
Wed, 27 Nov 2019 14:36:58 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit b05c68a07711b2216c9396248e66ddadff428b9e
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)
- 26/184: gnu: Add tracker-miners., (continued)
- 26/184: gnu: Add tracker-miners., guix-commits, 2019/11/27
- 32/184: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/27
- 33/184: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/27
- 34/184: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/27
- 39/184: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/27
- 41/184: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/27
- 38/184: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/27
- 45/184: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/27
- 46/184: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/27
- 44/184: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/27
- 50/184: gnu: quadrapassel: Update to 3.32.0.,
guix-commits <=
- 49/184: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/27
- 48/184: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/27
- 52/184: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/27
- 53/184: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/27
- 55/184: gnu: file-roller: Update to 3.32.2., guix-commits, 2019/11/27
- 57/184: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/11/27
- 59/184: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/11/27
- 64/184: gnu: linux-libre@4.4: Update to 4.4.199., guix-commits, 2019/11/27
- 65/184: gnu: linux-libre@4.9: Update to 4.9.199., guix-commits, 2019/11/27
- 72/184: gnu: eolie: Don't create icon cache., guix-commits, 2019/11/27