mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: qps: Update to 2.10.0.
* gnu/packages/lxqt.scm (qps): Update to 2.10.0. [inputs]: Simplify. [native-inputs]: Remove qttools-5. Change-Id: I48ee1ce17382929a5746722d13d129125064bb2f
This commit is contained in:
parent
e6e5cd7dc0
commit
3ec7f3205c
1 changed files with 4 additions and 9 deletions
|
@ -925,24 +925,19 @@ (define-public pavucontrol-qt
|
||||||
(define-public qps
|
(define-public qps
|
||||||
(package
|
(package
|
||||||
(name "qps")
|
(name "qps")
|
||||||
(version "2.7.0")
|
(version "2.10.0")
|
||||||
(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 "126zkj9jvjwxrh2fcm9h0c2iq9m5rm5hbkh155swijn2i8airxgx"))))
|
(base32 "05ncgfiqqs53k4wx62845krd7qi26im5pa2xq1kxh8wlng44gjjf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem-5
|
(list liblxqt))
|
||||||
libxrender
|
|
||||||
liblxqt
|
|
||||||
libqtxdg
|
|
||||||
qtbase-5
|
|
||||||
qtx11extras))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools-5))
|
(list lxqt-build-tools))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
|
|
Loading…
Reference in a new issue