[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/62: gnu: quadrapassel: Update to 3.32.0.
From: |
guix-commits |
Subject: |
49/62: gnu: quadrapassel: Update to 3.32.0. |
Date: |
Sat, 7 Dec 2019 14:04:59 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit 8a5bfb267665a821f8bc35c442472c3b8c6e3c3c
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 8dd0884..5822fb2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6324,7 +6324,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/"
@@ -6332,8 +6332,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)
- 31/62: gnu: gnome-shell-extensions: Update to 3.32.1., (continued)
- 31/62: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/12/07
- 32/62: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/12/07
- 45/62: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/12/07
- 48/62: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/12/07
- 50/62: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/12/07
- 43/62: gnu: gdm: Update to 3.32.0., guix-commits, 2019/12/07
- 25/62: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/12/07
- 24/62: gnu: mutter: Update to 3.32.2., guix-commits, 2019/12/07
- 29/62: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/12/07
- 44/62: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/12/07
- 49/62: gnu: quadrapassel: Update to 3.32.0.,
guix-commits <=
- 12/62: gnu: gnome-online-accounts: Update to 3.32.0., guix-commits, 2019/12/07
- 20/62: gnu: totem: Update to 3.32.1., guix-commits, 2019/12/07
- 33/62: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/12/07
- 27/62: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/12/07
- 30/62: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/12/07
- 34/62: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/12/07
- 53/62: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/12/07
- 56/62: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/12/07
- 35/62: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/12/07
- 39/62: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/12/07