[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/178: gnu: powerdevil: Update to 6.0.4.
From: |
guix-commits |
Subject: |
143/178: gnu: powerdevil: Update to 6.0.4. |
Date: |
Mon, 17 Jun 2024 12:13:50 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 2eb03c584b20f0e6cec3b7a073f41dd63302a7e2
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 04de3929a5..cdbf557315 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2788,42 +2788,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.")
- 132/178: gnu: kdsoap: Update to 2.2.0., (continued)
- 132/178: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/06/17
- 133/178: gnu: kdsoap: Update style., guix-commits, 2024/06/17
- 134/178: gnu: Add kdsoap-qt6., guix-commits, 2024/06/17
- 137/178: gnu: plasma-workspace: Update to 6.0.4., guix-commits, 2024/06/17
- 135/178: gnu: Add kdsoap-ws-discovery-client., guix-commits, 2024/06/17
- 138/178: gnu: Add signond-qt6., guix-commits, 2024/06/17
- 139/178: gnu: kaccounts-integration: Update to 24.02.2., guix-commits, 2024/06/17
- 140/178: gnu: plasma-desktop: Update to 6.0.4., guix-commits, 2024/06/17
- 141/178: gnu: plasma-welcome: Update to 6.0.4., guix-commits, 2024/06/17
- 142/178: gnu: plasma-vault: Update to 6.0.4., guix-commits, 2024/06/17
- 143/178: gnu: powerdevil: Update to 6.0.4.,
guix-commits <=
- 146/178: gnu: ksystemstats: Update to 6.0.4., guix-commits, 2024/06/17
- 147/178: gnu: plasma-systemmonitor: Update to 6.0.4., guix-commits, 2024/06/17
- 148/178: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/17
- 150/178: gnu: discover: Update to 6.0.4., guix-commits, 2024/06/17
- 151/178: gnu: kdeplasma-addons: Update to 6.0.4., guix-commits, 2024/06/17
- 152/178: gnu: plasma-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 153/178: gnu: kde-cli-tools: Update to 6.0.4., guix-commits, 2024/06/17
- 154/178: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 155/178: gnu: Add qqc2-breeze-style., guix-commits, 2024/06/17
- 156/178: gnu: sddm: Update to 0.21.0., guix-commits, 2024/06/17