z572 pushed a commit to branch kde-team
in repository guix.
commit 8ded6277560c3e13026e45550ea38e9075227568
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue May 7 14:17:25 2024 +0800
gnu: kcachegrind: Update to 24.02.2.
* gnu/packages/kde.scm (kcachegrind): Update to 24.02.2.
[native-inputs]: Use qttools and kdoctools-6 replace qttools-5 and
kdoctools.
[inputs]: Add kxmlgui-6. Use qtbase, karchive-6, ki18n-6, kio-6, kxmlgui-6
and
kdbusaddons-6 replace qtbase-5, karchive, ki18n, kio, kxmlgui and
kdbusaddons.
Change-Id: Id2f0cdd7a1fe59533de535c0cc2db1c19018ae80
---
gnu/packages/kde.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 537c553170..ffb2407232 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1480,19 +1480,19 @@ timers for each task can be started, stopped, changed,
or looped.")
(define-public kcachegrind
(package
(name "kcachegrind")
- (version "23.08.4")
+ (version "24.02.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/kcachegrind-" version ".tar.xz"))
(sha256
(base32
- "011bsb9yxrjmazqs1s6fvzvga4mlhjpdvkifbxblqavwp3ipmwbw"))))
+ "173vlvji7dcan2j10ymmsplrssk0wr8ba4r6z6grwf1aljghjhqw"))))
(build-system cmake-build-system)
(native-inputs
- (list extra-cmake-modules perl python qttools-5 kdoctools))
+ (list extra-cmake-modules perl python qttools kdoctools-6))
(inputs
- (list qtbase-5 karchive ki18n kio kdbusaddons))
+ (list qtbase karchive-6 ki18n-6 kio-6 kxmlgui-6 kdbusaddons-6))
;; Note: The 'hotshot2calltree' and 'pprof2calltree' scripts depend on
;; Python and PHP, respectively. These are optional and we ignore them
;; for now.