gnu: kidentitymanagement: Update to 24.05.2.

* gnu/packages/kde-pim.scm (kidentitymanagement): Update to 24.05.2.
[inputs]: Remove kemoticons and qtbase-5; add ktextaddons and kirigami-addons.
[arguments]: Set #:qtbase to qtbase; Use Gexps.

Change-Id: I724fcb6987d7c53813627e05cb8908636c810caf
This commit is contained in:
Zheng Junjie 2024-07-06 22:54:59 +08:00
parent ab1109955b
commit d5a3002f65
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -1049,14 +1049,14 @@ test and recovery certificates.")
(define-public kidentitymanagement (define-public kidentitymanagement
(package (package
(name "kidentitymanagement") (name "kidentitymanagement")
(version "23.04.3") (version "24.05.2")
(source (source
(origin (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/kidentitymanagement-" version ".tar.xz")) "/src/kidentitymanagement-" version ".tar.xz"))
(sha256 (sha256
(base32 "03bfz0x35wiynla39iysxa5g3rckmy9nj2z1f439v9sblcqbvz3p")))) (base32 "026i17j6spl0937klzf9ch26cmj7rrp617yrdq7917cwp9i7ah04"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))
@ -1065,16 +1065,17 @@ test and recovery certificates.")
kcompletion kcompletion
kconfig kconfig
kcoreaddons kcoreaddons
kemoticons
kiconthemes kiconthemes
kio kio
kpimtextedit kpimtextedit
ktextwidgets ktextwidgets
ktextaddons
kxmlgui kxmlgui
qtbase-5)) kirigami-addons))
(arguments (arguments
`(#:phases (list #:qtbase qtbase
(modify-phases %standard-phases #:phases
#~(modify-phases %standard-phases
(add-before 'check 'set-home (add-before 'check 'set-home
(lambda _ (lambda _
(setenv "HOME" "/tmp/dummy-home")))))) ;; FIXME: what is this? (setenv "HOME" "/tmp/dummy-home")))))) ;; FIXME: what is this?