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

commit a01c5ac8e30e3bb80f18f0fc1128adec1262fea2
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 11:48:48 2024 +0800

    gnu: kpeople: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kpeople): Update to 6.3.0.
    [inputs]: Remove qtbase-5 and qtdeclarative-5; add kcontacts and 
qtdeclarative.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I547deb5ebc313032758c89ae0b8ccb891f4150b4
---
 gnu/packages/kde-frameworks.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e7a9567349..5fe16c41a2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2999,7 +2999,7 @@ widgets with a user-interface defined in terms of 
actions.")
 (define-public kpeople
   (package
     (name "kpeople")
-    (version "5.114.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3008,7 +3008,7 @@ widgets with a user-interface defined in terms of 
actions.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04v0s3amn6lbb16qvp1r6figckva6xk8z7djk8jda8fbnx8dx2r1"))))
+                "0gihf93jjy3qc02h9qjnxjp67jb38rahx5f1k1hm9pxcasg9fzwn"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))
@@ -3018,11 +3018,12 @@ widgets with a user-interface defined in terms of 
actions.")
            kitemviews
            ki18n
            kservice
+           kcontacts
            kwidgetsaddons
-           qtbase-5
-           qtdeclarative-5))
+           qtdeclarative))
     (arguments
-     `(#:tests? #f)) ; FIXME: 1/3 tests fail.
+     (list #:qtbase qtbase
+           #:tests? #f))                    ; FIXME: 1/3 tests fail.
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Provides access to all contacts and aggregates them by person")
     (description "KPeople offers unified access to our contacts from different

Reply via email to