mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: powerdevil: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (powerdevil): Update to 6.2.5. [inputs]: Add krunner, libplasma, plasma-wayland-protocols, qcoro-qt6, qtwayland, and wayland. Change-Id: I0d5e39ab4670dcc657ce1aae24727aa085055783
This commit is contained in:
parent
aa3ba3a831
commit
b9a2c6de36
1 changed files with 26 additions and 20 deletions
|
@ -3066,46 +3066,52 @@ UI for Plasma")
|
|||
(define-public powerdevil
|
||||
(package
|
||||
(name "powerdevil")
|
||||
(version "6.1.4")
|
||||
(version "6.2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r8kj118vnjy3kcv16bhrdgja44dlvgjgvwp6gihb0s9wbi6dad1"))))
|
||||
"0js63y5q5503bq6nd45kpzcxhpz3w1wfh6r0sgklpbpgsnb069bh"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules qttools pkg-config))
|
||||
(inputs (list bluez-qt
|
||||
ddcutil
|
||||
eudev
|
||||
glib
|
||||
kauth
|
||||
plasma-activities
|
||||
kcmutils
|
||||
kscreen
|
||||
kidletime
|
||||
kconfig
|
||||
kcrash
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kxmlgui
|
||||
kitemmodels
|
||||
layer-shell-qt
|
||||
solid
|
||||
ki18n
|
||||
kcrash
|
||||
knotifyconfig
|
||||
networkmanager-qt
|
||||
kio
|
||||
kwayland
|
||||
kglobalaccel
|
||||
kcrash
|
||||
knotifications
|
||||
ki18n
|
||||
kidletime
|
||||
kio
|
||||
kirigami
|
||||
kitemmodels
|
||||
knotifications
|
||||
knotifyconfig
|
||||
krunner
|
||||
kscreen
|
||||
kwayland
|
||||
kxmlgui
|
||||
layer-shell-qt
|
||||
libcap
|
||||
libkscreen
|
||||
libplasma
|
||||
libxkbcommon
|
||||
network-manager
|
||||
networkmanager-qt
|
||||
plasma-activities
|
||||
plasma-wayland-protocols
|
||||
plasma-workspace
|
||||
eudev
|
||||
ddcutil
|
||||
libxkbcommon))
|
||||
qcoro-qt6
|
||||
qtwayland
|
||||
solid
|
||||
wayland))
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-before 'check 'setenv
|
||||
|
|
Loading…
Add table
Reference in a new issue