[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
248/458: gnu: akonadi: Update to 24.05.2.
From: |
guix-commits |
Subject: |
248/458: gnu: akonadi: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:41 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 5ef4f683f5239102a00a85759cf42ad16fe53ec2
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 20:05:14 2024 +0800
gnu: akonadi: Update to 24.05.2.
* gnu/packages/kde-pim.scm (akonadi): Update to 24.05.2.
[inputs]: Remove libaccounts-qt and qtbase-5; add libaccounts-qt6.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I696e0e704db3524af7ebafb5ee4bd5408920c61f
---
gnu/packages/kde-pim.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 676d7431f6..a5584bf063 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -54,14 +54,14 @@
(define-public akonadi
(package
(name "akonadi")
- (version "23.04.3")
+ (version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/akonadi-" version ".tar.xz"))
(sha256
(base32
- "0jpp91d5rlblq6r981wxizmsv512kc43lfk8y29bdky6j4idflrb"))
+ "0ygxj2hhslg5frarwhmdqqhvd37kzcgm60krs979f378dkj6cyc8"))
(patches (search-patches "akonadi-paths.patch"
"akonadi-timestamps.patch"
"akonadi-not-relocatable.patch"))))
@@ -69,12 +69,12 @@
(native-inputs
(list dbus
extra-cmake-modules
- qttools-5
+ qttools
shared-mime-info
pkg-config))
(inputs
(list boost
- libaccounts-qt
+ libaccounts-qt6
kconfig
kconfigwidgets
kcoreaddons
@@ -92,11 +92,11 @@
;; Do NOT add mysql or postgresql to the inputs. Otherwise the
binaries
;; and wrapped files will refer to them, even if the user choices
none
;; of these. Executables are searched on $PATH then.
- signond
- qtbase-5))
+ signond))
(propagated-inputs (list sqlite kaccounts-integration))
(arguments
- (list #:tests? #f
+ (list #:qtbase qtbase
+ #:tests? #f
#:configure-flags #~'("-DDATABASE_BACKEND=SQLITE") ;lightweight
#:modules `((ice-9 textual-ports)
,@%qt-build-system-modules)
- 335/458: gnu: Add kjobwidgets-5., (continued)
- 335/458: gnu: Add kjobwidgets-5., guix-commits, 2024/07/15
- 451/458: gnu: Add kimageformats-5., guix-commits, 2024/07/15
- 190/458: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/15
- 211/458: gnu: kpublictransport: Update to 24.05.2., guix-commits, 2024/07/15
- 194/458: gnu: kapman: Update to 24.05.2., guix-commits, 2024/07/15
- 176/458: gnu: Add krdp., guix-commits, 2024/07/15
- 206/458: gnu: kreversi: Update to 24.05.2., guix-commits, 2024/07/15
- 208/458: gnu: ktorrent: Update to 24.05.2., guix-commits, 2024/07/15
- 221/458: gnu: kbounce: Update to 24.05.2., guix-commits, 2024/07/15
- 222/458: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/15
- 248/458: gnu: akonadi: Update to 24.05.2.,
guix-commits <=
- 231/458: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/15
- 228/458: gnu: kblackbox: Update to 24.05.2., guix-commits, 2024/07/15
- 233/458: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/15
- 282/458: gnu: ffmpegthumbs: Update to 24.05.2., guix-commits, 2024/07/15
- 264/458: gnu: kmailtransport: Update to 24.05.2., guix-commits, 2024/07/15
- 256/458: gnu: kldap: Update to 24.05.2., guix-commits, 2024/07/15
- 273/458: gnu: kdenlive: Enable qt6., guix-commits, 2024/07/15
- 274/458: gnu: kolourpaint: Update to 24.05.2., guix-commits, 2024/07/15
- 279/458: gnu: libkcddb: Update to 24.05.2., guix-commits, 2024/07/15
- 285/458: gnu: juk: Update to 24.05.2., guix-commits, 2024/07/15