[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/465: gnu: kwallet: Update to 6.3.0.
From: |
guix-commits |
Subject: |
72/465: gnu: kwallet: Update to 6.3.0. |
Date: |
Tue, 16 Jul 2024 11:02:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3a62d6a22446535bb01ca92ddb903cc252fe6d3e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 01:25:29 2024 +0800
gnu: kwallet: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kwallet): Update to 6.3.0.
[inputs]: Remove qca and qtbase-5; add qca-qt6 and qtbase.
Change-Id: I831468b01f9e74097ac1d414089979d8aa0916a4
---
gnu/packages/kde-frameworks.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 05641440ad..fdaebad37b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3267,7 +3267,7 @@ It supports rich text as well as plain text.")
(define-public kwallet
(package
(name "kwallet")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3276,16 +3276,16 @@ It supports rich text as well as plain text.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1cji8bvy5m77zljyrrgipsw8pxcds1sgikxlq3sdfxymcsw2wr36"))))
+ "1p9a5lwn4lpalxs6nj8fbcmmngcbgaj6s9n9vz56j26rlfzypdpd"))))
(build-system cmake-build-system)
(arguments
(list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests? ;; Seems to require network.
- (invoke "ctest" "-E"
- "(fdo_secrets_test)")))))))
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests? ;; Seems to require network.
+ (invoke "ctest" "-E"
+ "(fdo_secrets_test)")))))))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -3306,8 +3306,8 @@ It supports rich text as well as plain text.")
libgcrypt
phonon
qgpgme
- qca
- qtbase-5))
+ qca-qt6
+ qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Safe desktop-wide storage for passwords")
(description "This framework contains an interface to KWallet, a safe
- 47/465: gnu: kwindowsystem: Update to 6.3.0., (continued)
- 47/465: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/16
- 48/465: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 50/465: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/16
- 58/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/16
- 52/465: gnu: pulseaudio-qt: Update to 1.5.0., guix-commits, 2024/07/16
- 59/465: gnu: kimageformats: Update to 6.3.0., guix-commits, 2024/07/16
- 62/465: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/16
- 65/465: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/16
- 68/465: gnu: kservice: Update to 6.3.0., guix-commits, 2024/07/16
- 70/465: gnu: kiconthemes: Update to 6.3.0., guix-commits, 2024/07/16
- 72/465: gnu: kwallet: Update to 6.3.0.,
guix-commits <=
- 74/465: gnu: kxmlgui: Update to 6.3.0., guix-commits, 2024/07/16
- 73/465: gnu: kglobalaccel: Update to 6.3.0., guix-commits, 2024/07/16
- 80/465: gnu: kpackage: Update to 6.3.0., guix-commits, 2024/07/16
- 82/465: gnu: kde-frameworkintegration: Update to 6.3.0., guix-commits, 2024/07/16
- 83/465: gnu: kdav: Update to 6.3.0., guix-commits, 2024/07/16
- 81/465: gnu: knewstuff: Update to 6.3.0., guix-commits, 2024/07/16
- 85/465: gnu: Remove kdbusaddons-bootstrap., guix-commits, 2024/07/16
- 89/465: gnu: Add kstatusnotifieritem., guix-commits, 2024/07/16
- 93/465: gnu: Add plasma-activities., guix-commits, 2024/07/16
- 95/465: gnu: kcmutils: Update to 6.3.0., guix-commits, 2024/07/16