Archived
1
0
Fork 0

gnu: gnome-mines: Update to 3.32.2.

* gnu/packages/gnome.scm (gnome-mines): Update to 3.32.2.
[arguments]: Set glib-or-gtk? flag.  Add 'skip-gtk-update-icon-cache' phase;
remove deletion of 'bootstrap' phase which has been obsolete since commit
2528006581.
This commit is contained in:
Kei Kebreau 2019-07-24 22:56:26 -04:00
parent d9795e939e
commit 2d817e415b
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -3147,7 +3147,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(define-public gnome-mines (define-public gnome-mines
(package (package
(name "gnome-mines") (name "gnome-mines")
(version "3.30.1.1") (version "3.32.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3156,12 +3156,17 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08ddk400sg1g3q26gnm5mgv81vdqyix0yl7pd47p50vkc1w6f33z")))) "1nv966wkp2rqxzcdb76bwlbzpjqadcaqzrnkxpzwnvjjr167yx8g"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:phases '(#:glib-or-gtk? #t
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'bootstrap)))) (add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _
(substitute* "build-aux/meson_post_install.py"
(("gtk-update-icon-cache") (which "true")))
#t)))))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources `(("glib:bin" ,glib "bin") ; for glib-compile-resources
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)