mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: kcachegrind: Update to 24.05.2.
* gnu/packages/kde.scm (kcachegrind): Update to 24.05.2. [inputs]: Remove qtbase-5; add qtbase and kxmlgui. [native-inputs]: Remove qttools-5; add qttools. Change-Id: Ic34a608c258114f12468dccafb6acb32eee12287
This commit is contained in:
parent
59b45f59aa
commit
7831190075
1 changed files with 4 additions and 4 deletions
|
@ -1480,19 +1480,19 @@ (define-public ktimer
|
||||||
(define-public kcachegrind
|
(define-public kcachegrind
|
||||||
(package
|
(package
|
||||||
(name "kcachegrind")
|
(name "kcachegrind")
|
||||||
(version "23.08.4")
|
(version "24.05.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kcachegrind-" version ".tar.xz"))
|
"/src/kcachegrind-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"011bsb9yxrjmazqs1s6fvzvga4mlhjpdvkifbxblqavwp3ipmwbw"))))
|
"1j0i8sigf21b3w4r0cahrdm046pcinsldqhcms2bhv14v9lirc19"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl python qttools-5 kdoctools))
|
(list extra-cmake-modules perl python qttools kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 karchive ki18n kio kdbusaddons))
|
(list qtbase karchive ki18n kio kxmlgui kdbusaddons))
|
||||||
;; Note: The 'hotshot2calltree' and 'pprof2calltree' scripts depend on
|
;; Note: The 'hotshot2calltree' and 'pprof2calltree' scripts depend on
|
||||||
;; Python and PHP, respectively. These are optional and we ignore them
|
;; Python and PHP, respectively. These are optional and we ignore them
|
||||||
;; for now.
|
;; for now.
|
||||||
|
|
Loading…
Reference in a new issue