[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
307/465: gnu: kontactinterface: Update to 24.05.2.
From: |
guix-commits |
Subject: |
307/465: gnu: kontactinterface: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:39 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit bf95b651cccc0a586b0b274bfeb61f4b6b620d5a
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 d528b25f55..37a23bd071 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
@@ -1647,14 +1648,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))
@@ -1665,8 +1666,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
- 296/465: gnu: kmailimporter: Update to 24.05.2., (continued)
- 296/465: gnu: kmailimporter: Update to 24.05.2., guix-commits, 2024/07/16
- 323/465: gnu: Add kcodecs-5., guix-commits, 2024/07/16
- 295/465: gnu: akonadi-calendar: Update to 24.05.2., guix-commits, 2024/07/16
- 335/465: gnu: Add kcompletion-5., guix-commits, 2024/07/16
- 294/465: gnu: kmessagelib: Update to 24.05.2., guix-commits, 2024/07/16
- 309/465: gnu: kincidenceeditor: Update to 24.05.2., guix-commits, 2024/07/16
- 327/465: gnu: Add kconfig-5., guix-commits, 2024/07/16
- 337/465: gnu: Add kdoctools-5., guix-commits, 2024/07/16
- 315/465: gnu: kgpg: Update to 24.05.2., guix-commits, 2024/07/16
- 321/465: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/16
- 307/465: gnu: kontactinterface: Update to 24.05.2.,
guix-commits <=
- 320/465: gnu: akregator: Update to 24.05.2., guix-commits, 2024/07/16
- 318/465: gnu: kapidox: Update to 6.3.0., guix-commits, 2024/07/16
- 334/465: gnu: Add kcrash-5., guix-commits, 2024/07/16
- 324/465: gnu: Add karchive-5., guix-commits, 2024/07/16
- 329/465: gnu: Add kitemviews-5., guix-commits, 2024/07/16
- 340/465: gnu: Add knotifications-5., guix-commits, 2024/07/16
- 332/465: gnu: Add sonnet-5., guix-commits, 2024/07/16
- 398/465: gnu: lxqt-policykit: Fix build., guix-commits, 2024/07/16
- 422/465: gnu: kwave: Update to 24.05.2., guix-commits, 2024/07/16
- 438/465: gnu: kwin: Skip flakey tests., guix-commits, 2024/07/16