[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
309/373: gnu: kaddressbook: Update to 24.05.2.
From: |
guix-commits |
Subject: |
309/373: gnu: kaddressbook: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:05:08 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1761b089339e515e1a093d87432ed0319a1bb607
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 09:35:14 2024 +0800
gnu: kaddressbook: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kaddressbook): Update to 24.05.2.
[inputs]: Remove gpgme, qgpgme, and qtbase-5; add gpgme-1.23 and
qgpgme-qt6-1.23.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I9d2ae96feb1efa9d075bc3dcbdcec0bfad0556f1
---
gnu/packages/kde-pim.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index f4860842e4..94a4b9f837 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -514,14 +514,14 @@ information.")
(define-public kaddressbook
(package
(name "kaddressbook")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kaddressbook-" version ".tar.xz"))
(sha256
- (base32 "0zjbri91dh9vnwi6jqkbmyq667yzn8g4kw5v47qn8id2629zj6jq"))))
+ (base32 "1g5qkg3m7djqrq28ypv998yp45kzldd3jss37ygdnbqwr5i4wjb8"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -531,7 +531,7 @@ information.")
akonadi-mime
akonadi-search
boost
- gpgme
+ gpgme-1.23
grantlee
grantleetheme
kcalendarcore
@@ -557,8 +557,8 @@ information.")
libkleo
breeze-icons ; default icon set, required for tests
prison
- qgpgme
- qtbase-5))
+ qgpgme-qt6-1.23))
+ (arguments (list #:qtbase qtbase))
(home-page "https://kontact.kde.org/components/kaddressbook/")
(synopsis "Address Book application to manage your contacts")
(description "KAddressBook stores all the personal details of your family,
- 258/373: gnu: sddm: Enable qt6., (continued)
- 258/373: gnu: sddm: Enable qt6., guix-commits, 2024/07/08
- 263/373: gnu: akonadi-contacts: Update to 24.05.2., guix-commits, 2024/07/08
- 272/373: gnu: gwenview: Update to 24.05.2., guix-commits, 2024/07/08
- 279/373: gnu: libkcddb: Update to 24.05.2., guix-commits, 2024/07/08
- 284/373: gnu: dragon: Update to 24.05.2., guix-commits, 2024/07/08
- 290/373: gnu: Add gpgme-1.23., guix-commits, 2024/07/08
- 291/373: gnu: Add qgpgme-qt6-1.23., guix-commits, 2024/07/08
- 297/373: gnu: kcalendarsupport: Update to 24.05.2., guix-commits, 2024/07/08
- 307/373: gnu: kmail: Update to 24.05.2., guix-commits, 2024/07/08
- 308/373: gnu: kincidenceeditor: Update to 24.05.2., guix-commits, 2024/07/08
- 309/373: gnu: kaddressbook: Update to 24.05.2.,
guix-commits <=
- 331/373: gnu: Add sonnet-5., guix-commits, 2024/07/08
- 318/373: gnu: Add kquickcharts-5., guix-commits, 2024/07/08
- 315/373: gnu: libkdcraw: Update to 24.05.2., guix-commits, 2024/07/08
- 339/373: gnu: Add knotifications-5., guix-commits, 2024/07/08
- 324/373: gnu: Add kauth-5., guix-commits, 2024/07/08
- 322/373: gnu: Add kcodecs-5., guix-commits, 2024/07/08
- 325/373: gnu: Add kcoreaddons-5., guix-commits, 2024/07/08
- 317/373: gnu: kapidox: Update to 6.3.0., guix-commits, 2024/07/08
- 321/373: gnu: Add attica-5., guix-commits, 2024/07/08
- 341/373: gnu: Add kdbusaddons-5., guix-commits, 2024/07/08