guix-commits
[Top][All Lists]
Advanced

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

85/143: gnu: Add plasma-systemmonitor.


From: guix-commits
Subject: 85/143: gnu: Add plasma-systemmonitor.
Date: Mon, 21 Nov 2022 16:10:49 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 75e34ecc24170d087ea011d2038f7395117aa5b8
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Aug 26 08:27:35 2022 +0200

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

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 853a3cce07..20ebd9f3a9 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1194,3 +1194,38 @@ PulseAudio.")
     (description "Provides Plasma applet and services for creating encrypted
        vaults.")
     (license (list license:gpl2 license:gpl3))))
+
+(define-public plasma-systemmonitor
+  (package
+    (name "plasma-systemmonitor")
+    (version "5.25.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/" version "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0rs3avhpmfapzha8dkir9ny60ba2m92bbfv4avsd85vz5kggg29h"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    (inputs (list ki18n
+                  kconfig
+                  kdeclarative
+                  kservice
+                  kiconthemes
+                  kglobalaccel
+                  kio
+                  kdbusaddons
+                  kirigami
+                  knewstuff
+                  ksystemstats
+                  kitemmodels
+                  libksysguard
+                  qtdeclarative-5
+                  qtquickcontrols2-5))
+    (synopsis "System sensors, process information and other system resources
+monitor")
+    (description "This package provides an interface for monitoring system
+sensors, process information and other system resources.")
+    (home-page "https://invent.kde.org/plasma/plasma-systemmonitor";)
+    (license (list license:gpl2 license:gpl3))))



reply via email to

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