guix-commits
[Top][All Lists]
Advanced

[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,



reply via email to

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