gnu: gnome-mines: Update to 3.28.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.28.0. [build-system]: Use meson-build-system. [arguments]: Delete "bootstrap" phase; remove "patch-/bin/true" phase. [native-inputs]: Add glib:bin, vala, yeld, and appstream-glib; remove libxml2.master
parent
d953418aee
commit
8c0fab36d8
|
@ -2797,7 +2797,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.26.0")
|
(version "3.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2806,21 +2806,21 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sfxdvns8nppdagnhpd9vd7n77sk5rdji3kdqnc78c2p1npiw11b"))))
|
"16w55hqaxipcv870n9gpn6qiywbqbyg7bjshaa02r75ias8dfxvf"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'patch-/bin/true
|
(delete 'bootstrap))))
|
||||||
(lambda _
|
|
||||||
(substitute* "configure"
|
|
||||||
(("/bin/true") (which "true"))))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("glib:bin" ,glib "bin") ; for glib-compile-resources
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("xmllint" ,libxml2)))
|
("vala" ,vala)
|
||||||
|
("yelp" ,yelp)
|
||||||
|
("appstream-glib" ,appstream-glib)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
("libgnome-games-support" ,libgnome-games-support)
|
("libgnome-games-support" ,libgnome-games-support)
|
||||||
|
|
Reference in New Issue