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:
宋文武 2025-01-13 17:02:09 +08:00
parent f650fa36ee
commit 819c3feb0e
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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")