mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: lxqt-powermanagement: Update to 2.1.0.
* gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 2.1.0. [inputs]: Simplify. Change-Id: I988a275473c33ce21cd2f0a0b9a1da284382f783
This commit is contained in:
parent
f650fa36ee
commit
819c3feb0e
1 changed files with 5 additions and 10 deletions
|
@ -584,27 +584,22 @@ (define-public lxqt-policykit
|
|||
(define-public lxqt-powermanagement
|
||||
(package
|
||||
(name "lxqt-powermanagement")
|
||||
(version "1.3.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "17d1wh50pjjzqyxv3w7b4qlc1ym1p16yvbhyah9bzl2825irz9ar"))))
|
||||
(base32 "0pyzd7pw3mpp0f5193a8fg1bvixwabrapnpqy2q2a707j664mqhj"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list kidletime-5
|
||||
kwindowsystem-5
|
||||
(list kidletime
|
||||
liblxqt
|
||||
libqtxdg
|
||||
lxqt-globalkeys
|
||||
qtbase-5
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
solid-5))
|
||||
solid))
|
||||
(native-inputs
|
||||
(list lxqt-build-tools qttools-5))
|
||||
(list lxqt-build-tools))
|
||||
(arguments '(#:tests? #f)) ; no tests
|
||||
(home-page "https://lxqt-project.org")
|
||||
(synopsis "Power management module for LXQt")
|
||||
|
|
Loading…
Reference in a new issue