mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: liblxqt: Update to 2.1.0.
* gnu/packages/lxqt.scm (liblxqt): Update to 2.1.0. [propagated-inputs]: Add kwindowsystem, libqtxdg, lxqt-build-tools, qtbase and qttools. Change-Id: I92ba002216add8b94ad1367200aea1f41398a85f
This commit is contained in:
parent
4cc1bf55e3
commit
fa90a7152a
1 changed files with 10 additions and 8 deletions
|
@ -210,7 +210,7 @@ applications.")
|
||||||
(define-public liblxqt
|
(define-public liblxqt
|
||||||
(package
|
(package
|
||||||
(name "liblxqt")
|
(name "liblxqt")
|
||||||
(version "1.3.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -218,7 +218,7 @@ applications.")
|
||||||
"https://github.com/lxqt/" name "/releases/download/"
|
"https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vr43sd2dzs4gmiaidr1gpm64fl500k30rlxxq7yj9p3iwk5d3xp"))))
|
(base32 "1q1wn53rsy6bagngj1k53sipmbga3pbwk446kd1m6prwz1i0p0hh"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
@ -231,14 +231,16 @@ applications.")
|
||||||
"DESTINATION \"share/polkit-1/actions"))
|
"DESTINATION \"share/polkit-1/actions"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem-5
|
(list libxscrnsaver polkit-qt6))
|
||||||
|
(propagated-inputs
|
||||||
|
;; Required by lxqt-config.cmake
|
||||||
|
(list kwindowsystem
|
||||||
libqtxdg
|
libqtxdg
|
||||||
libxscrnsaver
|
lxqt-build-tools
|
||||||
polkit-qt
|
qtbase
|
||||||
qtsvg-5
|
qttools))
|
||||||
qtx11extras))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list lxqt-build-tools qttools-5))
|
(list lxqt-build-tools))
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
(synopsis "Core utility library for all LXQt components")
|
(synopsis "Core utility library for all LXQt components")
|
||||||
(description "liblxqt provides the basic libraries shared by the
|
(description "liblxqt provides the basic libraries shared by the
|
||||||
|
|
Loading…
Add table
Reference in a new issue