guix-commits
[Top][All Lists]
Advanced

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

146/347: gnu: ksystemstats: Update to 6.0.4.


From: guix-commits
Subject: 146/347: gnu: ksystemstats: Update to 6.0.4.
Date: Fri, 28 Jun 2024 09:58:48 -0400 (EDT)

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

commit c2fe900afc3e34f11b976a61db8403c22b3259b5
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat May 4 22:59:51 2024 +0800

    gnu: ksystemstats: Update to 6.0.4.
    
    * gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.0.4.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: kcoreaddons-6, kdbusaddons-6, solid-6, networkmanager-qt-6,
    kiconthemes-6, kio-6 and ki18n-6 replace kcoreaddons, kdbusaddons, solid,
    networkmanager-qt, kiconthemes, kio and ki18n.
    
    Change-Id: I363f2d830a776781311c21011d42da4064b50529
---
 gnu/packages/kde-plasma.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index f1dbe9d0c5..b3cf05273e 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -937,7 +937,7 @@ call it if it is not associated to a terminal.")
 (define-public ksystemstats
   (package
     (name "ksystemstats")
-    (version "5.27.7")
+    (version "6.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -945,23 +945,24 @@ call it if it is not associated to a terminal.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1fx5b566xx32q7gxi8qnnx6vny7ip5r65zi2znnx3azmwsc8jgvw"))))
+                "1yl7nc9pfbkdhfv224ywsvm5pj253k0a7d7rsh1lnyzf685a58d4"))))
     (build-system qt-build-system)
     (arguments
-     (list #:phases #~(modify-phases %standard-phases
+     (list #:qtbase qtbase
+           #:phases #~(modify-phases %standard-phases
                         (replace 'check
                           (lambda* (#:key tests? #:allow-other-keys)
                             (when tests?
                               (invoke "ctest" "-E" "ksystemstatstest")))))))
     (native-inputs (list extra-cmake-modules pkg-config))
     (inputs (list glib
-                  kcoreaddons
-                  kdbusaddons
-                  solid
-                  networkmanager-qt
-                  kiconthemes
-                  kio
-                  ki18n
+                  kcoreaddons-6
+                  kdbusaddons-6
+                  solid-6
+                  networkmanager-qt-6
+                  kiconthemes-6
+                  kio-6
+                  ki18n-6
                   libksysguard
                   libnl
                   eudev



reply via email to

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