me
/
guix
Archived
1
0
Fork 0

gnu: libgnome-games-support: Update to 1.7.1.

* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.7.1.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
master
jgart 2021-04-19 01:33:30 -04:00 committed by Leo Prikler
parent 3daadd776c
commit 0e5c5ec52c
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 11 additions and 10 deletions

View File

@ -6002,7 +6002,7 @@ queries upon that data.")
(define-public libgnome-games-support (define-public libgnome-games-support
(package (package
(name "libgnome-games-support") (name "libgnome-games-support")
(version "1.4.4") (version "1.7.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/libgnome-games-support/" (uri (string-append "mirror://gnome/sources/libgnome-games-support/"
@ -6010,16 +6010,17 @@ queries upon that data.")
"libgnome-games-support-" version ".tar.xz")) "libgnome-games-support-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq")))) "11g1r3ppb9v8m3anks9gxf7fv1x38vmjiya3lr7zjjv328pb69d6"))))
(build-system gnu-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:phases '(#:glib-or-gtk? #t
(modify-phases %standard-phases #:phases
(add-before 'check 'pre-check (modify-phases %standard-phases
(lambda _ (add-before 'check 'pre-check
;; Tests require a writable HOME. (lambda _
(setenv "HOME" (getcwd)) ;; Tests require a writable HOME.
#t))))) (setenv "HOME" (getcwd))
#t)))))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)