gnu: libksieve: Update to 24.05.2.
* gnu/packages/kde-pim.scm (libksieve): Update to 24.05.2. [inputs]: Remove qtbase-5, qtdeclarative-5, qtwebchannel-5, and qtwebengine-5; add kconfigwidgets, qtdeclarative, qtwebchannel, and qtwebengine. [arguments]: Set #:qtbase to qtbase; Use Gexps. Change-Id: I7894d0d449c5b6d9b1a750eae93b48c0d8e622f5master
parent
2a4d2ac91d
commit
1540ee063b
|
@ -2221,7 +2221,7 @@ KDE using certificate-based crypto.")
|
||||||
(define-public libksieve
|
(define-public libksieve
|
||||||
(package
|
(package
|
||||||
(name "libksieve")
|
(name "libksieve")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2229,7 +2229,7 @@ KDE using certificate-based crypto.")
|
||||||
"/src/libksieve-" version ".tar.xz"))
|
"/src/libksieve-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"066z33v30h568bmdcsl4v478p3xhiwsmq7pr7kziilrhy3a2m7p6"))))
|
"1zsc84ylrylby28ypdg47kmf911dmi5hi6745wvjsrxcwnpqag37"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -2237,6 +2237,7 @@ KDE using certificate-based crypto.")
|
||||||
(list akonadi
|
(list akonadi
|
||||||
cyrus-sasl
|
cyrus-sasl
|
||||||
grantleetheme
|
grantleetheme
|
||||||
|
kconfigwidgets
|
||||||
karchive
|
karchive
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
|
@ -2254,13 +2255,13 @@ KDE using certificate-based crypto.")
|
||||||
kwallet
|
kwallet
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
libkdepim
|
libkdepim
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtwebchannel
|
||||||
qtwebchannel-5
|
qtwebengine))
|
||||||
qtwebengine-5))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list #:qtbase qtbase
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'substitute
|
(add-after 'unpack 'substitute
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Disable a failing test
|
;; Disable a failing test
|
||||||
|
|
Reference in New Issue