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

commit a412508e2be4611ac92b6c97490def1608fa893c
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 16:22:35 2024 +0800

    gnu: libkgapi: Update to 24.05.2.
    
    * gnu/packages/kde-pim.scm (libkgapi): Update to 24.05.2.
    [inputs]: Remove qtbase-5, qtdeclarative-5, qtwebchannel-5, and 
qtwebengine-5;
    add qtdeclarative, qtwebchannel, and qtwebengine.
    [native-inputs]: Remove qttools-5; add qttools.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I204bae9522537a1b8e49eeab6d901fef4026d5c2
---
 gnu/packages/kde-pim.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index ae11e87eca..c0b0b6bd42 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2130,17 +2130,17 @@ 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.05.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/libkgapi-" version ".tar.xz"))
        (sha256
-        (base32 "18jcrp7qi35zxzb4b7mn6519bjw47s7kwfahd6a50p40j17k09bs"))))
+        (base32 "0j0rbzwcjq4wjrrk0vhkifa8ahmmrpfy039fpf3gy237k5ncj5y3"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules qttools-5))
+     (list extra-cmake-modules qttools))
     (inputs
      (list cyrus-sasl
            ki18n
@@ -2149,12 +2149,12 @@ and allows one to view/extract message formatted text 
in Rich Text Format.")
            kio
            kwallet
            kwindowsystem
-           qtbase-5
-           qtdeclarative-5
-           qtwebchannel-5
-           qtwebengine-5))
+           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