[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/347: gnu: powerdevil: Update to 6.0.4.
From: |
guix-commits |
Subject: |
143/347: gnu: powerdevil: Update to 6.0.4. |
Date: |
Fri, 28 Jun 2024 09:58:47 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 813ef42708a3dcdff284dbfe435629b7e7bd939f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 22:48:12 2024 +0800
gnu: powerdevil: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (powerdevil): Update to 6.0.4.
[native-inputs]: Use qttools replace qttools-5.
[inputs]: Add kxmlgui-6, kitemmodels-6, layer-shell-qt, libxkbcommon. Remove
qtx11extras. Use bluez-qt-6, kauth-6, plasma-activities, kcmutils-6,
kidletime-6, kconfig-6, kdbusaddons-6, solid-6, ki18n-6, kcrash-6,
knotifyconfig-6, networkmanager-qt-6, kio-6, kwayland-6, kglobalaccel-6,
kcrash-6, knotifications-6 and kirigami-6 replace bluez-qt, kauth,
kactivities, kcmutils, kidletime, kconfig, kdbusaddons, solid, ki18n,
kcrash,
knotifyconfig, networkmanager-qt, kio, kwayland, kglobalaccel, kcrash-6,
knotifications and kirigami.
[arguments]: Set #:qtbase to qtbase
<#:phases>: Add stenv phase.
Change-Id: Ifb2f79c64f5f0167dc64720c218d4670a07d350f
---
gnu/packages/kde-plasma.scm | 52 ++++++++++++++++++++++++++-------------------
1 file changed, 30 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 8d002c8e08..0aa99db093 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2789,42 +2789,50 @@ UI for Plasma")
(define-public powerdevil
(package
(name "powerdevil")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "151qhpf5j33jk3jhhxsr4zaf0z3f8xlnw8inmzf2a8lficiq9060"))))
+ "0n951xmr81c6kafmlhxx137hjsp9v3ys6hci9k93364hh4hvcwqp"))))
(build-system qt-build-system)
- (native-inputs (list extra-cmake-modules qttools-5 pkg-config))
- (inputs (list bluez-qt
+ (native-inputs (list extra-cmake-modules qttools pkg-config))
+ (inputs (list bluez-qt-6
glib
- kauth
- kactivities
- kcmutils
+ kauth-6
+ plasma-activities
+ kcmutils-6
kscreen
- kidletime
- kconfig
- kdbusaddons
- solid
- ki18n
- kcrash
- knotifyconfig
- networkmanager-qt
- kio
- kwayland
- kglobalaccel
- kcrash
- knotifications
- kirigami
+ kidletime-6
+ kconfig-6
+ kdbusaddons-6
+ kxmlgui-6
+ kitemmodels-6
+ layer-shell-qt
+ solid-6
+ ki18n-6
+ kcrash-6
+ knotifyconfig-6
+ networkmanager-qt-6
+ kio-6
+ kwayland-6
+ kglobalaccel-6
+ kcrash-6
+ knotifications-6
+ kirigami-6
libcap
libkscreen
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.")
- 123/347: gnu: qcoro-qt5: Update to 0.10.0., (continued)
- 123/347: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/06/28
- 129/347: gnu: Add plasma5support., guix-commits, 2024/06/28
- 134/347: gnu: Add kdsoap-qt6., guix-commits, 2024/06/28
- 132/347: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/06/28
- 138/347: gnu: Add signond-qt6., guix-commits, 2024/06/28
- 140/347: gnu: plasma-desktop: Update to 6.0.4., guix-commits, 2024/06/28
- 136/347: gnu: kio-extras: Update to 24.02.2., guix-commits, 2024/06/28
- 144/347: gnu: milou: Update to 6.0.4., guix-commits, 2024/06/28
- 142/347: gnu: plasma-vault: Update to 6.0.4., guix-commits, 2024/06/28
- 148/347: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/28
- 143/347: gnu: powerdevil: Update to 6.0.4.,
guix-commits <=
- 146/347: gnu: ksystemstats: Update to 6.0.4., guix-commits, 2024/06/28
- 150/347: gnu: discover: Update to 6.0.4., guix-commits, 2024/06/28
- 151/347: gnu: kdeplasma-addons: Update to 6.0.4., guix-commits, 2024/06/28
- 128/347: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/28
- 145/347: gnu: plasma-nm: Update to 6.0.4., guix-commits, 2024/06/28
- 103/347: gnu: kscreen: Update to 6.0.4., guix-commits, 2024/06/28
- 109/347: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/28
- 117/347: gnu: Add libqaccessibilityclient-qt6., guix-commits, 2024/06/28
- 121/347: gnu: Add kglobalacceld., guix-commits, 2024/06/28
- 122/347: gnu: kwin: Update to 6.0.4.1., guix-commits, 2024/06/28