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

commit 0ee3c10f8f708fe0f2421be4ae1ebacb5a867486
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Jul 2 16:25:45 2024 +0800

    gnu: kontactinterface: Update to 24.05.1.
    
    * gnu/packages/kde-pim.scm (kontactinterface): Update to 24.05.1.
    [inputs]: Remove kcoreaddons, ki18n, kiconthemes, kparts, kwindowsystem,
    kxmlgui, qtbase-5, and qtx11extras; add kcoreaddons-6, ki18n-6,
    kiconthemes-6, kparts-6, kwindowsystem-6, kxmlgui-6, qtbase, and
    libxkbcommon.
    
    Change-Id: I3b525736dc9321be6eb04483b7e479706468d7c0
---
 gnu/packages/kde-pim.scm | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index a855f5d58c..1c4773ab62 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2021, 2022 Efraim Flashner <[email protected]>
 ;;; Copyright © 2022 Brendan Tildesley <[email protected]>
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
+;;; Copyright © 2024 Zheng Junjie <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -49,6 +50,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
@@ -1708,26 +1710,26 @@ Features:
 (define-public kontactinterface
   (package
     (name "kontactinterface")
-    (version "23.04.3")
+    (version "24.05.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kontactinterface-" version ".tar.xz"))
        (sha256
-        (base32 "16fg24hz9vx912cffc94x5zx4jv3k72mbxgp5ck50lydypx6rfns"))))
+        (base32 "1gkqgg4k1p7hs02vcgmkbm3ly1cqig7cwqxqs1p1inmxm6vz73qm"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
     (inputs
-     (list kcoreaddons
-           ki18n
-           kiconthemes
-           kparts
-           kwindowsystem
-           kxmlgui
-           qtbase-5
-           qtx11extras))
+     (list kcoreaddons-6
+           ki18n-6
+           kiconthemes-6
+           kparts-6
+           kwindowsystem-6
+           kxmlgui-6
+           qtbase
+           libxkbcommon))
     (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