[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
- 240/465: gnu: kontrast: Update to 24.05.2., (continued)
- 240/465: gnu: kontrast: Update to 24.05.2., guix-commits, 2024/07/16
- 268/465: gnu: kidentitymanagement: Update to 24.05.2., guix-commits, 2024/07/16
- 281/465: gnu: libkcompactdisc: Update to 24.05.2., guix-commits, 2024/07/16
- 234/465: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/16
- 285/465: gnu: dragon: Update to 24.05.2., guix-commits, 2024/07/16
- 293/465: gnu: libkleo: Update to 24.05.2., guix-commits, 2024/07/16
- 316/465: gnu: libkdcraw: Update to 24.05.2., guix-commits, 2024/07/16
- 305/465: gnu: khealthcertificate: Update to 24.05.2., guix-commits, 2024/07/16
- 304/465: gnu: Add merkuro., guix-commits, 2024/07/16
- 298/465: gnu: kcalendarsupport: Update to 24.05.2., guix-commits, 2024/07/16
- 311/465: gnu: kleopatra: Update to 24.05.2.,
guix-commits <=
- 322/465: gnu: Add attica-5., guix-commits, 2024/07/16
- 302/465: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/16
- 301/465: gnu: Add mimetreeparser., guix-commits, 2024/07/16
- 306/465: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/16
- 308/465: gnu: kmail: Update to 24.05.2., guix-commits, 2024/07/16
- 317/465: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/16
- 312/465: gnu: korganizer: Update to 24.05.2., guix-commits, 2024/07/16
- 313/465: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/16
- 300/465: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/16
- 339/465: gnu: Add solid-5., guix-commits, 2024/07/16