guix-commits
[Top][All Lists]
Advanced

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

178/347: gnu: Remove ksysguard.


From: guix-commits
Subject: 178/347: gnu: Remove ksysguard.
Date: Fri, 28 Jun 2024 09:58:55 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit f7d4748132e0d584be0208fd8c97cfaabcf97cf4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 9 00:38:36 2024 +0800

    gnu: Remove ksysguard.
    
    * gnu/packages/kde-plasma.scm (ksysguard): Delete variable.
    
    Change-Id: I4a11f1dfba65e74e10399377ff5284fb48a4088a
---
 gnu/packages/kde-plasma.scm | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index f8d0669f1a..741d975601 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1076,43 +1076,6 @@ an elegant and intuitive experience for your tasks and 
plasmoids.")
      "@code{kscreenlocker} is a library for creating secure lock screens.")
     (license license:gpl2+)))
 
-(define-public ksysguard
-  (package
-    (name "ksysguard")
-    (version "5.22.0")
-    (source
-     (origin
-      (method url-fetch)
-      (uri (string-append "mirror://kde/stable/ksysguard/" version
-                          "/ksysguard-" version ".tar.xz"))
-      (sha256
-       (base32 "0bb2aj46v7ig0wn3ir68igryl2gblz2n75cddn8fwamvbx76570g"))))
-    (build-system qt-build-system)
-    ;; TODO: No tests found
-    (native-inputs
-     (list extra-cmake-modules kdoctools))
-    (inputs
-     (list kconfig
-       kcoreaddons
-       kdbusaddons
-       ki18n
-       kiconthemes
-       kinit
-       kio
-       kitemviews
-       knewstuff
-       knotifications
-       kwindowsystem
-       libksysguard
-       `(,lm-sensors "lib")
-       qtbase-5))
-    (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.")
-    (license license:gpl2+)))
-
 (define-public libkscreen
   (package
     (name "libkscreen")



reply via email to

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