[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
- 129/347: gnu: Add plasma5support., (continued)
- 129/347: gnu: Add plasma5support., guix-commits, 2024/06/28
- 134/347: gnu: Add kdsoap-qt6., guix-commits, 2024/06/28
- 132/347: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/06/28
- 138/347: gnu: Add signond-qt6., guix-commits, 2024/06/28
- 140/347: gnu: plasma-desktop: Update to 6.0.4., guix-commits, 2024/06/28
- 136/347: gnu: kio-extras: Update to 24.02.2., guix-commits, 2024/06/28
- 144/347: gnu: milou: Update to 6.0.4., guix-commits, 2024/06/28
- 142/347: gnu: plasma-vault: Update to 6.0.4., guix-commits, 2024/06/28
- 148/347: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/28
- 143/347: gnu: powerdevil: Update to 6.0.4., guix-commits, 2024/06/28
- 146/347: gnu: ksystemstats: Update to 6.0.4.,
guix-commits <=
- 150/347: gnu: discover: Update to 6.0.4., guix-commits, 2024/06/28
- 151/347: gnu: kdeplasma-addons: Update to 6.0.4., guix-commits, 2024/06/28
- 128/347: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/28
- 145/347: gnu: plasma-nm: Update to 6.0.4., guix-commits, 2024/06/28
- 103/347: gnu: kscreen: Update to 6.0.4., guix-commits, 2024/06/28
- 109/347: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/28
- 117/347: gnu: Add libqaccessibilityclient-qt6., guix-commits, 2024/06/28
- 121/347: gnu: Add kglobalacceld., guix-commits, 2024/06/28
- 122/347: gnu: kwin: Update to 6.0.4.1., guix-commits, 2024/06/28
- 124/347: gnu: Add qcoro-qt6., guix-commits, 2024/06/28