gnu: akonadi-search: Update to 24.05.2.
* gnu/packages/kde-pim.scm (akonadi-search): Update to 24.05.2. [inputs]: Remove qtbase-5; add ktextaddons and kxmlgui. [arguments]: Set #:qtbase to qtbase; Use Gexps. Change-Id: I16cb7d0987f1a400175bc3a9a92dad8daef2d5bf
This commit is contained in:
parent
6532b973ef
commit
241971dffe
1 changed files with 21 additions and 17 deletions
|
@ -315,14 +315,14 @@ wrapping notes into KMime::Message objects.")
|
||||||
(define-public akonadi-search
|
(define-public akonadi-search
|
||||||
(package
|
(package
|
||||||
(name "akonadi-search")
|
(name "akonadi-search")
|
||||||
(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/akonadi-search-" version ".tar.xz"))
|
"/src/akonadi-search-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hpclfcb7almvajscm2az36bw9rrhkp3ywb9h0j9h8ims2gm60m7"))))
|
(base32 "11lasaim65d37n0q8pyxnn0sqqq2liz6va951qc3bav8njigsny1"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
|
@ -337,29 +337,33 @@ wrapping notes into KMime::Message objects.")
|
||||||
kcontacts
|
kcontacts
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
|
ktextaddons
|
||||||
ki18n
|
ki18n
|
||||||
kio
|
kio
|
||||||
kitemmodels
|
kitemmodels
|
||||||
kmime
|
kmime
|
||||||
|
kxmlgui
|
||||||
krunner
|
krunner
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
qtbase-5
|
|
||||||
xapian))
|
xapian))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
(list
|
||||||
(add-after 'unpack 'disable-failing-test
|
#:qtbase qtbase
|
||||||
(lambda _
|
#:phases
|
||||||
;; FIXME: This test fails because it fails to establish
|
#~(modify-phases %standard-phases
|
||||||
;; a socket connection, seemingly due to failure during
|
(add-after 'unpack 'disable-failing-test
|
||||||
;; DBus communication. See also 'korganizer'.
|
(lambda _
|
||||||
(substitute* "agent/autotests/CMakeLists.txt"
|
;; FIXME: This test fails because it fails to establish
|
||||||
((".*schedulertest\\.cpp.*")
|
;; a socket connection, seemingly due to failure during
|
||||||
""))))
|
;; DBus communication. See also 'korganizer'.
|
||||||
(replace 'check
|
(substitute* "agent/autotests/CMakeLists.txt"
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
((".*schedulertest\\.cpp.*")
|
||||||
(when tests?
|
""))))
|
||||||
(invoke "dbus-launch" "ctest" "-E"
|
(replace 'check
|
||||||
"akonadi-sqlite-collectionindexingjobtest")))))))
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
|
(when tests?
|
||||||
|
(invoke "dbus-launch" "ctest" "-E"
|
||||||
|
"akonadi-sqlite-collectionindexingjobtest")))))))
|
||||||
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
|
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
|
||||||
(synopsis "Akonadi search library")
|
(synopsis "Akonadi search library")
|
||||||
(description "This package provides a library used to search in the
|
(description "This package provides a library used to search in the
|
||||||
|
|
Reference in a new issue