guix-commits
[Top][All Lists]
Advanced

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

148/373: gnu: plasma-systemmonitor: Update to 6.1.2.


From: guix-commits
Subject: 148/373: gnu: plasma-systemmonitor: Update to 6.1.2.
Date: Mon, 8 Jul 2024 08:04:39 -0400 (EDT)

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

commit b39e8de45dc5d36d7565637eaed936ec3a7e7549
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 14:56:43 2024 +0800

    gnu: plasma-systemmonitor: Update to 6.1.2.
    
    * gnu/packages/kde-plasma.scm (plasma-systemmonitor): Update to 6.1.2.
    [inputs]: Remove qtdeclarative-5 and qtquickcontrols2-5; add kcrash, 
kpackage,
    kirigami-addons, and qtdeclarative.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I631d3b4b277ced2c8e655aa62bd9e54333d30d69
---
 gnu/packages/kde-plasma.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e69e78048d..5fca6d5202 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2513,32 +2513,35 @@ vaults.")
 (define-public plasma-systemmonitor
   (package
     (name "plasma-systemmonitor")
-    (version "5.27.7")
+    (version "6.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qr8krc7d1hzxv0gx0ii0rxk9bm62rgh157mr8x785qqbd11nq8l"))))
+                "1v329hfr0jjqbkbidkbb52i235c4g4ix2x3mngyfvjf3ykvxd1xs"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list ki18n
                   kconfig
+                  kcrash
                   kdeclarative
                   kservice
                   kiconthemes
                   kglobalaccel
                   kio
                   kdbusaddons
+                  kpackage
                   kirigami
+                  kirigami-addons
                   knewstuff
                   ksystemstats
                   kitemmodels
                   libksysguard
                   qqc2-desktop-style
-                  qtdeclarative-5
-                  qtquickcontrols2-5))
+                  qtdeclarative))
+    (arguments (list #:qtbase qtbase))
     (synopsis "System sensors, process information and other system resources
 monitor")
     (description "This package provides an interface for monitoring system



reply via email to

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