guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit a48cf8f1328af1dd3b5c194a6f24d063441c86a2
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:59 2025 +0800
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
---
gnu/packages/kde-plasma.scm | 44 +++++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index ac06bb6b14..fda751049a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3082,46 +3082,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
+ kglobalaccel
ki18n
- kcrash
- knotifyconfig
- networkmanager-qt
+ kidletime
kio
- kwayland
- kglobalaccel
- kcrash
- knotifications
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