guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

306/458: gnu: kontactinterface: Update to 24.05.2.


From: guix-commits
Subject: 306/458: gnu: kontactinterface: Update to 24.05.2.
Date: Mon, 15 Jul 2024 08:01:00 -0400 (EDT)

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

commit efd8ba0bac8ebcff2af45d4709444e65d6e52cd4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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 37364f63e4..7125b2f597 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
@@ -1659,14 +1660,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))
@@ -1677,8 +1678,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

[Prev in Thread] Current Thread [Next in Thread]