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

commit 414e65c9b1284c22faf069e797c77c1beffea676
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 22:59:48 2024 +0800

    gnu: kpimcommon: Update to 24.05.2.
    
    * gnu/packages/kde-pim.scm (kpimcommon): Update to 24.05.2.
    [inputs]: Remove kdesignerplugin, kimap, ktextaddons, libkdepim, qtbase-5, 
and
    qtwebengine-5; add kaccounts-integration, ktexttemplate, and qtwebengine.
    [native-inputs]: Remove qttools-5; add qttools.
    [propagated-inputs]: Add kimap, ktextaddons, and libkdepim.
    [arguments]: Set #:qtbase to qtbase; Enable tests;
    
    Change-Id: Ife899dae68cbbb39be6f50bae86caed8237ccabc
---
 gnu/packages/kde-pim.scm | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 2f518a7a8e..04bd69a184 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1902,18 +1902,18 @@ pass files.")
 (define-public kpimcommon
   (package
     (name "kpimcommon")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/pimcommon-" version ".tar.xz"))
        (sha256
-        (base32 "1v2nv83h9p1ajbcwfdk8b7lrr84r8c855lysknzvzkpm5z012z3l"))))
+        (base32 "0k7zakx1dd39997a9a3d6qmlzdc5alw5gny0xh7bncv0fpilvgyh"))))
     (properties `((upstream-name . "pimcommon")))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules qttools-5))
+     (list extra-cmake-modules qttools))
     (inputs
      (list karchive
            akonadi
@@ -1923,7 +1923,7 @@ pass files.")
            boost
            grantlee
            grantleetheme
-           ;; TODO: ("kaccounts" ,kaccounts)
+           kaccounts-integration
            kcalendarcore
            kcmutils
            kcodecs
@@ -1931,10 +1931,8 @@ pass files.")
            kconfigwidgets
            kcontacts
            kcoreaddons
-           kdesignerplugin
            ki18n
            kiconthemes
-           kimap
            kio
            kirigami ;; run-time dependency
            kitemmodels
@@ -1944,19 +1942,18 @@ pass files.")
            kmime
            knewstuff
            kpimtextedit
-           ktextaddons
            ktextwidgets
+           ktexttemplate
            kwallet
            kwidgetsaddons
            kwindowsystem
            kxmlgui
-           libkdepim
            libxslt
            purpose
-           qtbase-5
-           qtwebengine-5))
+           qtwebengine))
+    (propagated-inputs (list kimap ktextaddons libkdepim))
     (arguments
-     `(#:tests? #f)) ;; TODO tests hang
+     (list #:qtbase qtbase))
     (home-page "https://invent.kde.org/pim/pimcommon";)
     (synopsis "Common libraries for KDE PIM")
     (description "This package provides common libraries for KDE PIM.")

Reply via email to