guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/143: gnu: Add powerdevil.


From: guix-commits
Subject: 102/143: gnu: Add powerdevil.
Date: Mon, 21 Nov 2022 16:10:51 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ee62d19d9e098afc131d1c329f39a5d8e5167c4c
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Mon Aug 22 18:13:36 2022 +0200

    gnu: Add powerdevil.
    
    * gnu/packages/kde-plasma.scm (powerdevil): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index eb5f137aca..d537285834 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1815,6 +1815,50 @@ UI for Plasma")
     (home-page "https://invent.kde.org/plasma/polkit-kde-agent-1";)
     (license license:gpl2+)))
 
+(define-public powerdevil
+  (package
+    (name "powerdevil")
+    (version "5.25.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/" version
+                                  "/" name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0anisirn7z8aw442npdnk1csb5ghpzj2hx49gpw4l6ijk70b76pr"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules qttools-5 pkg-config))
+    (inputs (list bluez-qt
+                  glib
+                  kauth
+                  kactivities
+                  kscreen
+                  kidletime
+                  kconfig
+                  kdbusaddons
+                  solid
+                  ki18n
+                  kcrash
+                  knotifyconfig
+                  networkmanager-qt
+                  kio
+                  kwayland
+                  kglobalaccel
+                  kcrash
+                  knotifications
+                  kirigami
+                  libcap
+                  libkscreen
+                  network-manager
+                  plasma-workspace
+                  eudev
+                  qtx11extras))
+    (synopsis "Manage power consumption")
+    (description "This package provides the power consumption settings
+of a Plasma shell.")
+    (home-page "https://invent.kde.org/plasma/powerdevil";)
+    (license license:gpl2+)))
+
 (define-public system-settings
   (package
     (name "system-settings")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]