z572 pushed a commit to branch kde-team
in repository guix.

commit 9b7e0bb4f5e8efb6e60ea9d7044d9b1186b0fa9d
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 22:30:09 2024 +0800

    gnu: akonadi-contacts: Update to 24.05.2.
    
    * gnu/packages/kde-pim.scm (akonadi-contacts): Update to 24.05.2.
    [inputs]: Remove libkleo and qtbase-5; add ktexttemplate, ktextaddons, and
    ktexteditor.
    [arguments]: Set #:qtbase to qtbase.
    <#:phases>: Disable grantleeprinttest test.
    
    Change-Id: Ibaf05cc93e94c5edaa2b7f4cc34d686d223c80c1
---
 gnu/packages/kde-pim.scm | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index fe9ab23af3..cc19254c39 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -183,14 +183,14 @@ collection and item views.")
 (define-public akonadi-contacts
   (package
     (name "akonadi-contacts")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/akonadi-contacts-" version ".tar.xz"))
        (sha256
-        (base32 "10vlzj56ps1pysf7g6i14v8wp2wkxh53055r2v4iq4cpq3mzayc6"))))
+        (base32 "1207dgilr5y4b3g3fk2ywyvb6mryq2xrpkhi6cyhgn8k84q201fn"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
@@ -215,14 +215,30 @@ collection and item views.")
            kmime
            kservice
            ktextwidgets
+           ktexttemplate
+           ktextaddons
+           ktexteditor
            kwidgetsaddons
            kxmlgui
-           libkleo
            prison
            kio
-           qtbase-5
            solid
            sonnet))
+    (arguments
+     (list
+      #:qtbase qtbase
+      #:phases
+      #~(modify-phases %standard-phases
+          (replace 'check
+            (lambda* (#:key tests? parallel-tests? #:allow-other-keys)
+              ;; FIXME: Plugin library 'ktexttemplate_scriptabletags' not 
found.
+              (when tests?
+                (invoke "ctest" "-E"
+                        "grantleeprinttest"
+                        "-j"
+                        (if parallel-tests?
+                            (number->string (parallel-job-count))
+                            "1"))))))))
     (home-page "https://api.kde.org/kdepim/akonadi/html/index.html";)
     (synopsis "Akonadi contacts access library")
     (description "Akonadi Contacts is a library that effectively bridges the

Reply via email to