mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: powerdevil: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (powerdevil): Update to 5.27.6. [inputs]: Add kcmutils. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
4bf41b66f7
commit
c807067c30
1 changed files with 3 additions and 2 deletions
|
@ -2488,20 +2488,21 @@ (define-public polkit-kde-agent
|
|||
(define-public powerdevil
|
||||
(package
|
||||
(name "powerdevil")
|
||||
(version "5.25.5")
|
||||
(version "5.27.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0anisirn7z8aw442npdnk1csb5ghpzj2hx49gpw4l6ijk70b76pr"))))
|
||||
"1dbz479ikjy6fi3l701hvhkwhbll1gkibay3vzimb13kyamhy8vb"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules qttools-5 pkg-config))
|
||||
(inputs (list bluez-qt
|
||||
glib
|
||||
kauth
|
||||
kactivities
|
||||
kcmutils
|
||||
kscreen
|
||||
kidletime
|
||||
kconfig
|
||||
|
|
Loading…
Reference in a new issue