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
parent
3daadd776c
commit
0e5c5ec52c
|
@ -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)
|
||||||
|
|
Reference in New Issue