gnu: qps: Update to 1.10.20.

* gnu/packages/lxqt.scm (qps): Update to 1.10.20.
[native-inputs]: Add lxqt-build-tools.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Meiyo Peng 2019-03-13 23:37:38 +08:00 committed by Danny Milosavljevic
parent f376b3254c
commit 6d3a2dbef1
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1123,21 +1123,22 @@ (define-public pavucontrol-qt
(define-public qps (define-public qps
(package (package
(name "qps") (name "qps")
(version "1.10.18") (version "1.10.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/" (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz")) version "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "0pzk83p7a9ax0893s9hp2qkmiilzrf8iqry5a0x1g73hdwm5hm44")))) (base32 "0dz7ricxg2rrmdyca6mc2d4lyy5bpksjk751hvn95wssr76y2w0m"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libxrender" ,libxrender) `(("libxrender" ,libxrender)
("qtbase" ,qtbase) ("qtbase" ,qtbase)
("qtx11extras" ,qtx11extras))) ("qtx11extras" ,qtx11extras)))
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("lxqt-build-tools" ,lxqt-build-tools)
("qttools" ,qttools)))
(arguments (arguments
'(#:tests? #f)) ; no tests '(#:tests? #f)) ; no tests
(home-page "https://lxqt.org/") (home-page "https://lxqt.org/")