gnu: libqtxdg: Update to 1.2.0.
* gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0. [arguments]: Enable test builds.
This commit is contained in:
parent
cac8bc38a0
commit
6cef1b9b99
|
@ -30,7 +30,7 @@
|
||||||
(define-public libqtxdg
|
(define-public libqtxdg
|
||||||
(package
|
(package
|
||||||
(name "libqtxdg")
|
(name "libqtxdg")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -39,15 +39,11 @@
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00j0zzb8zn714lv77fawahlalxjznvh06nlhlz47qf0krngri42w"))))
|
"1ncqs0lcll5nx69hxfg33m3jfkryjqrjhr2kdci0b8pyaqdv1jc8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; handled by configure flag instead
|
`(#:tests? #f ; test fails with message "Exception"
|
||||||
#:configure-flags '(;; FIXME: Currently, the tests fail; this is a
|
#:configure-flags '("-DBUILD_TESTS=ON")))
|
||||||
;; known issue, see
|
|
||||||
;; https://github.com/lxde/libqtxdg/issues/42
|
|
||||||
;; Enable in new release.
|
|
||||||
"-DBUILD_TESTS=OFF")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue