Archived
1
0
Fork 0

gnu: gnome-klotski: Update to 3.38.2.

* gnu/packages/gnome.scm (gnome-klotski): Update to 3.38.2.
[phases]: Delete trailing #t.
[native-inputs]: Remove labels.
This commit is contained in:
Maxim Cournoyer 2022-09-09 09:06:26 -04:00
parent 04ed75cc9d
commit ebd9041614
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6341,7 +6341,7 @@ GNOME Games, but it may be used by others.")
(define-public gnome-klotski (define-public gnome-klotski
(package (package
(name "gnome-klotski") (name "gnome-klotski")
(version "3.34.0") (version "3.38.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -6349,7 +6349,7 @@ GNOME Games, but it may be used by others.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0sbx0bzy32lh2c9jp8v7gz788wn9y1la8mr5a7gf7370szsl4d4f")))) "1qm01hdd5yp8chig62bj10912vclbdvywwczs84sfg4zci2phqwi"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:glib-or-gtk? #t '(#:glib-or-gtk? #t
@ -6359,16 +6359,15 @@ GNOME Games, but it may be used by others.")
;; Don't create 'icon-theme.cache'. ;; Don't create 'icon-theme.cache'.
(lambda _ (lambda _
(substitute* "build-aux/meson_post_install.py" (substitute* "build-aux/meson_post_install.py"
(("gtk-update-icon-cache") (which "true"))) (("gtk-update-icon-cache") (which "true"))))))))
#t)))))
(native-inputs (native-inputs
`(("desktop-file-utils" ,desktop-file-utils) (list desktop-file-utils
("glib:bin" ,glib "bin") ; for glib-compile-resources `(,glib "bin") ; for glib-compile-resources
("intltool" ,intltool) intltool
("itstool" ,itstool) itstool
("pkg-config" ,pkg-config) pkg-config
("vala" ,vala) vala
("xmllint" ,libxml2))) libxml2))
(inputs (inputs
(list gtk+ (list gtk+
libgnome-games-support-1 libgnome-games-support-1