[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
146/465: gnu: powerdevil: Update to 6.1.2.
From: |
guix-commits |
Subject: |
146/465: gnu: powerdevil: Update to 6.1.2. |
Date: |
Tue, 16 Jul 2024 11:03:14 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 628d4841a949ad1f7e0ab67374b748979fbae240
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 14:49:52 2024 +0800
gnu: powerdevil: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (powerdevil): Update to 6.1.2.
[inputs]: Remove kactivities and qtx11extras; add plasma-activities,
kxmlgui,
kitemmodels, layer-shell-qt, and libxkbcommon.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase; Add setenv phase.
Change-Id: Ic5cdd9ccf3fc3ec24864156cc3d63cea380d169d
---
gnu/packages/kde-plasma.scm | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 155160a036..41e8d4a893 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2826,25 +2826,28 @@ UI for Plasma")
(define-public powerdevil
(package
(name "powerdevil")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "151qhpf5j33jk3jhhxsr4zaf0z3f8xlnw8inmzf2a8lficiq9060"))))
+ "052hv22ps90sm44wrdf5f4x2iz633nypl75xjwv257pn6ravia6l"))))
(build-system qt-build-system)
- (native-inputs (list extra-cmake-modules qttools-5 pkg-config))
+ (native-inputs (list extra-cmake-modules qttools pkg-config))
(inputs (list bluez-qt
glib
kauth
- kactivities
+ plasma-activities
kcmutils
kscreen
kidletime
kconfig
kdbusaddons
+ kxmlgui
+ kitemmodels
+ layer-shell-qt
solid
ki18n
kcrash
@@ -2861,7 +2864,12 @@ UI for Plasma")
network-manager
plasma-workspace
eudev
- qtx11extras))
+ libxkbcommon))
+ (arguments (list #:qtbase qtbase
+ #:phases #~(modify-phases %standard-phases
+ (add-before 'check 'setenv
+ (lambda _
+ (setenv "HOME" (getcwd)))))))
(synopsis "Manage power consumption")
(description "This package provides the power consumption settings
of a Plasma shell.")
- 92/465: gnu: kwayland: Update to 6.1.2., (continued)
- 92/465: gnu: kwayland: Update to 6.1.2., guix-commits, 2024/07/16
- 100/465: gnu: kpeople: Update to 6.3.0., guix-commits, 2024/07/16
- 109/465: gnu: breeze: Update to 6.1.2., guix-commits, 2024/07/16
- 113/465: gnu: plasma-workspace-wallpapers: Update to 6.1.2., guix-commits, 2024/07/16
- 114/465: gnu: polkit-kde-agent: Update to 6.1.2., guix-commits, 2024/07/16
- 121/465: gnu: plasma-firewall: Update to 6.1.2., guix-commits, 2024/07/16
- 133/465: gnu: kwin: Update to 6.1.2., guix-commits, 2024/07/16
- 142/465: gnu: kaccounts-integration: Update to 24.05.2., guix-commits, 2024/07/16
- 143/465: gnu: plasma-desktop: Update to 6.1.2., guix-commits, 2024/07/16
- 144/465: gnu: plasma-welcome: Update to 6.1.2., guix-commits, 2024/07/16
- 146/465: gnu: powerdevil: Update to 6.1.2.,
guix-commits <=
- 147/465: gnu: milou: Update to 6.1.2., guix-commits, 2024/07/16
- 148/465: gnu: ksystemstats: Update to 6.1.2., guix-commits, 2024/07/16
- 158/465: gnu: Add qqc2-breeze-style., guix-commits, 2024/07/16
- 168/465: gnu: sweeper: Update to 24.05.2., guix-commits, 2024/07/16
- 175/465: gnu: fcitx5-configtool: Update to 5.1.3., guix-commits, 2024/07/16
- 177/465: gnu: Add krdp., guix-commits, 2024/07/16
- 181/465: gnu: Add ktexttemplate., guix-commits, 2024/07/16
- 185/465: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/16
- 188/465: gnu: krdc: Enable VNC., guix-commits, 2024/07/16
- 184/465: gnu: krfb: Update to 24.05.2., guix-commits, 2024/07/16