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

commit 9976412417f3e369881c1bfbc5cee2b705587dbf
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 8 09:15:23 2024 +0800

    gnu: kontactinterface: Update to 24.05.2.
    
    * gnu/packages/kde-pim.scm (kontactinterface): Update to 24.05.2.
    [inputs]: Remove qtbase-5 and qtx11extras; add libxkbcommon.
    [arguments]: Set #:qtbase-5 to qtbase.
    
    Change-Id: I516c697dcde38f480480b11795205c9abff03dfc
---
 gnu/packages/kde-pim.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 20c67bfe5a..3e2cbe24d2 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -49,6 +49,7 @@
   #:use-module (gnu packages search)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages tls)
+  #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml))
 
 (define-public akonadi
@@ -1639,14 +1640,14 @@ Features:
 (define-public kontactinterface
   (package
     (name "kontactinterface")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kontactinterface-" version ".tar.xz"))
        (sha256
-        (base32 "16fg24hz9vx912cffc94x5zx4jv3k72mbxgp5ck50lydypx6rfns"))))
+        (base32 "05g9mw29pi5z536pmxhavdispq5whgkx56iqqsdz8dy9rgjlm1bc"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
@@ -1657,8 +1658,8 @@ Features:
            kparts
            kwindowsystem
            kxmlgui
-           qtbase-5
-           qtx11extras))
+           libxkbcommon))
+    (arguments (list #:qtbase qtbase))
     (home-page "https://api.kde.org/kdepim/kontactinterface/html/index.html";)
     (synopsis "Kontact interface library")
     (description "This library provides the glue necessary for

Reply via email to