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:
parent
ab1109955b
commit
d5a3002f65
@ -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,19 +1065,20 @@ 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
|
||||||
(add-before 'check 'set-home
|
#~(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-before 'check 'set-home
|
||||||
(setenv "HOME" "/tmp/dummy-home")))))) ;; FIXME: what is this?
|
(lambda _
|
||||||
|
(setenv "HOME" "/tmp/dummy-home")))))) ;; FIXME: what is this?
|
||||||
(home-page "https://kontact.kde.org/")
|
(home-page "https://kontact.kde.org/")
|
||||||
(synopsis "Library for shared identities between mail applications")
|
(synopsis "Library for shared identities between mail applications")
|
||||||
(description "This library provides an API for managing user identities.")
|
(description "This library provides an API for managing user identities.")
|
||||||
|
Loading…
Reference in New Issue
Block a user