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

commit 367983b181b8e5013cafbf4486c0171751f33295
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue May 7 15:17:52 2024 +0800

    gnu: libkgapi: Update to 24.02.2.
    
    * gnu/packages/kde-pim.scm (libkgapi): Update to 24.02.2.
    [native-inputs]: Use qttools replace qttools-5.
    [inputs]: Remove qtbase-5. Use ki18n-6, kcontacts-6, kcalendarcore-6, kio-6,
    kwallet-6, kwindowsystem-6, qtdeclarative, qtwebchannel and qtwebengine
    replace ki18n, kcontacts, kcalendarcore, kio, kwallet, kwindowsystem,
    qtdeclarative-5, qtwebchannel-5 and qtwebengine-5.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: If8de7dbccf05d50f1a5226b1ace533d5ebe0513a
---
 gnu/packages/kde-pim.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index d89a46bfb3..a04e0798e7 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2130,31 +2130,31 @@ and allows one to view/extract message formatted text 
in Rich Text Format.")
 (define-public libkgapi
   (package
     (name "libkgapi")
-    (version "23.04.3")
+    (version "24.02.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/libkgapi-" version ".tar.xz"))
        (sha256
-        (base32 "18jcrp7qi35zxzb4b7mn6519bjw47s7kwfahd6a50p40j17k09bs"))))
+        (base32 "1h37qdz4n7za0gbk3rrbbm94j6csdnd8a7mrcqycp0434l2q8g64"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules qttools-5))
+     (list extra-cmake-modules qttools))
     (inputs
      (list cyrus-sasl
-           ki18n
-           kcontacts
-           kcalendarcore
-           kio
-           kwallet
-           kwindowsystem
-           qtbase-5
-           qtdeclarative-5
-           qtwebchannel-5
-           qtwebengine-5))
+           ki18n-6
+           kcontacts-6
+           kcalendarcore-6
+           kio-6
+           kwallet-6
+           kwindowsystem-6
+           qtdeclarative
+           qtwebchannel
+           qtwebengine))
     (arguments
-     `(#:tests? #f)) ;; TODO 6/48 tests fail
+     (list #:qtbase qtbase
+           #:tests? #f)) ;; TODO 6/48 tests fail
     (home-page "https://invent.kde.org/pim/libkgapi";)
     (synopsis "Library for accessing various Google services via their public
 API")

Reply via email to