[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/45: gnu: Add ksysguard.
From: |
guix-commits |
Subject: |
02/45: gnu: Add ksysguard. |
Date: |
Sun, 31 Jan 2021 10:27:19 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit b5a76e7c642351219df470369e19a7df903d9a93
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:22:54 2017 +0200
gnu: Add ksysguard.
* gnu/packages/kde-plasma.scm (ksysguard): New variable.
---
gnu/packages/kde-plasma.scm | 52 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index c64d8ae..39f0772 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -202,6 +202,58 @@ call it if it is not associated to a terminal.")
"@code{kscreenlocker} is a library for creating secure lock screens.")
(license license:gpl2+)))
+
+(define-public ksysguard
+ (package
+ (name "ksysguard")
+ (version "5.19.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version
+ "/ksysguard-" version ".tar.xz"))
+ (sha256
+ (base32 "0ivw4sgiwxd522lybs7h62cqagw90vnfklx5knhsv0h4fp4nv9p1"))))
+ (build-system qt-build-system)
+ (arguments
+ `(#:tests? #f)) ;; 2/5 tests fail, probably due to dbus issues
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("kconfig" ,kconfig)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kdbusaddons" ,kdbusaddons)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kinit" ,kinit)
+ ("kio" ,kio)
+ ("kitemviews" ,kitemviews)
+ ("knewstuff" ,knewstuff)
+ ("knotifications" ,knotifications)
+ ("kwindowsystem" ,kwindowsystem)
+ ("libksysguard", libksysguard)
+ ("lm-sensors" ,lm-sensors "lib")
+ ("qtbase" ,qtbase)))
+ (home-page "https://www.kde.org/applications/system/ksysguard/")
+ (synopsis "Plasma process and performance monitor")
+ (description "KSysGuard is a program to monitor various elements of your
+system, or any other remote system with the KSysGuard daemon (ksysgardd)
+installed.
+
+It features a client/server architecture that allows monitoring of local as
+well as remote hosts. The graphical front end uses so-called sensors to
+retrieve the information it displays. A sensor can return simple values or
+more complex information like tables. For each type of information, one or
+more displays are provided. Displays are organized in worksheets that can be
+saved and loaded independently from each other. So, KSysGuard is not only a
+simple task manager but also a very powerful tool to control large server
+farms.
+
+Currently the daemon has been ported to Linux, FreeBSD, Irix,
+NetBSD, OpenBSD, Solaris and Tru64 with varying degrees of completion.")
+ (license (list license:gpl2 license:gpl2+ license:gpl3)))) ;; KDE e.V.
+
(define-public libkscreen
(package
(name "libkscreen")
- 18/45: gnu: Add kactivitymanagerd., (continued)
- 18/45: gnu: Add kactivitymanagerd., guix-commits, 2021/01/31
- 22/45: gnu: Add kwallet-pam., guix-commits, 2021/01/31
- 24/45: gnu: Add kscreen., guix-commits, 2021/01/31
- 27/45: gnu: Add plasma-integration., guix-commits, 2021/01/31
- 26/45: gnu: Add oxygen., guix-commits, 2021/01/31
- 17/45: gnu: Add breeze-gtk., guix-commits, 2021/01/31
- 19/45: gnu: Add kde-cli-tools., guix-commits, 2021/01/31
- 33/45: gnu: Add polkit-kde-agent-1., guix-commits, 2021/01/31
- 09/45: WIP services: Add KDE Plasme desktop service., guix-commits, 2021/01/31
- 05/45: gnu: Add kwayland-server., guix-commits, 2021/01/31
- 02/45: gnu: Add ksysguard.,
guix-commits <=
- 12/45: TEMP Add some scripts for maintaining KDE packages., guix-commits, 2021/01/31
- 14/45: TEMP Add custom `startkde` script to be used in the VM., guix-commits, 2021/01/31
- 16/45: gnu: Add bluedevil., guix-commits, 2021/01/31
- 29/45: gnu: Add plasma-pa., guix-commits, 2021/01/31
- 03/45: gnu: Add kwayland-integration., guix-commits, 2021/01/31
- 08/45: gnu: Add plasma-desktop., guix-commits, 2021/01/31
- 04/45: gnu: Add plasma-wayland-protocols., guix-commits, 2021/01/31
- 28/45: gnu: Add plasma-nm., guix-commits, 2021/01/31
- 36/45: gnu: Add user-manager., guix-commits, 2021/01/31
- 38/45: gnu: Add kmenuedit., guix-commits, 2021/01/31