[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/347: gnu: kcachegrind: Update to 24.02.2.
From: |
guix-commits |
Subject: |
169/347: gnu: kcachegrind: Update to 24.02.2. |
Date: |
Fri, 28 Jun 2024 09:58:53 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3a5618adc0c723ade591ad4d2e32735d535ebf85
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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.
- 273/347: gnu: kinfocenter: Update to 6.1.1., (continued)
- 273/347: gnu: kinfocenter: Update to 6.1.1., guix-commits, 2024/06/28
- 282/347: gnu: libksysguard: Update to 6.1.1., guix-commits, 2024/06/28
- 283/347: gnu: kwallet-pam: Update to 6.1.1., guix-commits, 2024/06/28
- 287/347: gnu: milou: Update to 6.1.1., guix-commits, 2024/06/28
- 289/347: gnu: oxygen-sounds: Update to 6.1.1., guix-commits, 2024/06/28
- 162/347: gnu: kompare: Update to 24.02.2., guix-commits, 2024/06/28
- 155/347: gnu: Add qqc2-breeze-style., guix-commits, 2024/06/28
- 154/347: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/28
- 167/347: gnu: plasma: Update to 6.0.4., guix-commits, 2024/06/28
- 168/347: gnu: kdf: Update to 24.02.2., guix-commits, 2024/06/28
- 169/347: gnu: kcachegrind: Update to 24.02.2.,
guix-commits <=
- 174/347: gnu: libkgapi: Update to 24.02.2., guix-commits, 2024/06/28
- 175/347: gnu: Add grantlee-qt6., guix-commits, 2024/06/28
- 183/347: gnu: fcitx5-configtool: Enable qt6., guix-commits, 2024/06/28
- 184/347: gnu: Add libkscreen-5., guix-commits, 2024/06/28
- 115/347: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/06/28
- 120/347: gnu: breeze-gtk: Update to 6.0.4.1., guix-commits, 2024/06/28
- 127/347: gnu: Add baloo-6., guix-commits, 2024/06/28
- 131/347: gnu: kirigami-addons: Update to 1.1.0., guix-commits, 2024/06/28
- 159/347: gnu: konsole: Update to 24.02.2., guix-commits, 2024/06/28
- 156/347: gnu: sddm: Enable qt6., guix-commits, 2024/06/28