mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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.
This commit is contained in:
parent
62f0e9bdaa
commit
8a5bfb2676
1 changed files with 13 additions and 3 deletions
|
@ -6324,7 +6324,7 @@ (define-public libmanette
|
|||
(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 @@ (define-public quadrapassel
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue