guix-commits
[Top][All Lists]
Advanced

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

311/465: gnu: kleopatra: Update to 24.05.2.


From: guix-commits
Subject: 311/465: gnu: kleopatra: 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 65c07c5ba1abeaac09b0e0d5fd8a68d67ea88039
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 09:43:33 2024 +0800

    gnu: kleopatra: Update to 24.05.2.
    
    * gnu/packages/kde-pim.scm (kleopatra): Update to 24.05.2.
    [inputs]: Remove gpgme, qgpgme, and qtbase-5; add gpgme-1.23, kio,
    kstatusnotifieritem, mimetreeparser, and qgpgme-qt6-1.23.
    [arguments]: Set #:qtbase to qtbase; Use Gexps.
    
    Change-Id: Ibeb6a012db5458d911dad5342b1c45f795b72224
---
 gnu/packages/kde-pim.scm | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index c5175df738..69ab410fc8 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1120,21 +1120,21 @@ protocol for querying and modifying directory services 
running over TCP/IP.")
 (define-public kleopatra
   (package
     (name "kleopatra")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kleopatra-" version ".tar.xz"))
        (sha256
-        (base32 "0lcl20yihsa8dq0s24akp5z0290vh9nxjjjdwqk88nz8vmsr29i0"))))
+        (base32 "1jm0x73g2mfk6fc2m3smray8c9wddkk785aizxvq0yi4v52wydxb"))))
     (build-system qt-build-system)
     (native-inputs
      (list dbus extra-cmake-modules gnupg ;; TODO: Remove after gpgme uses 
fixed path
            kdoctools))
     (inputs
      (list boost
-           gpgme
+           gpgme-1.23
            kcmutils
            kcodecs
            kconfig
@@ -1143,26 +1143,29 @@ protocol for querying and modifying directory services 
running over TCP/IP.")
            kcrash
            kdbusaddons
            ki18n
+           kio
            kiconthemes
            kitemmodels
            kmime
            knotifications
            ktextwidgets
+           kstatusnotifieritem
            kwidgetsaddons
            kwindowsystem
            kxmlgui
            libassuan
            libkleo
+           mimetreeparser
            breeze-icons ;; default icon set
-           qgpgme
-           qtbase-5))
+           qgpgme-qt6-1.23))
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "dbus-launch" "ctest")))))))
+     (list #:qtbase qtbase
+           #:phases
+           #~(modify-phases %standard-phases
+               (replace 'check
+                 (lambda* (#:key tests? #:allow-other-keys)
+                   (when tests?
+                     (invoke "dbus-launch" "ctest")))))))
     (home-page "https://apps.kde.org/kleopatra/";)
     (synopsis "Certificate Manager and Unified Crypto GUI")
     (description "Kleopatra is a certificate manager and a universal crypto



reply via email to

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