gnu: kpmcore: Update to 24.05.2.
* gnu/packages/kde.scm (kpmcore): Update to 24.05.2. [inputs]: Remove polkit-qt, qtbase-5, and qca; add polkit-qt6, qtbase, and qca-qt6. Change-Id: I988f1557a012e67c7a896fde392a55d45375786emaster
parent
f12d8833f4
commit
437f515d5e
|
@ -1186,7 +1186,7 @@ multi-floor indoor maps.")
|
||||||
(define-public kpmcore
|
(define-public kpmcore
|
||||||
(package
|
(package
|
||||||
(name "kpmcore")
|
(name "kpmcore")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1194,7 +1194,7 @@ multi-floor indoor maps.")
|
||||||
"/src/" name "-" version ".tar.xz"))
|
"/src/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cz0pz84sxa7lvkq8v25775z7x7g6pz9sq7c90pfv8h9qsz8q1l9"))))
|
"1nrmfxs8hbba8b3ml4g9qaf0klzcm8ar052npv5lm0whx6zld1lf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
|
@ -1203,9 +1203,9 @@ multi-floor indoor maps.")
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
ki18n
|
ki18n
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
polkit-qt
|
polkit-qt6
|
||||||
qtbase-5
|
qtbase
|
||||||
qca
|
qca-qt6
|
||||||
`(,util-linux "lib")))
|
`(,util-linux "lib")))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue