[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
313/347: gnu: kwalletmanager: Update to 24.05.1.
From: |
guix-commits |
Subject: |
313/347: gnu: kwalletmanager: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 09:59:23 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit b657a70c9d5e96332d02a0c0a60e8bc689128335
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 15:01:58 2024 +0800
gnu: kwalletmanager: Update to 24.05.1.
* gnu/packages/kde-systemtools.scm (kwalletmanager): Update to 24.05.1.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove karchive, kauth, kcmutils, kconfig, kconfigwidgets,
kcoreaddons, kcrash, kdbusaddons, ki18n, kio, kjobwidgets,
knotifications, kservice, ktextwidgets, kwallet, kwindowsystem, and
kxmlgui; add karchive-6, kauth-6, kcmutils-6, kconfig-6,
kconfigwidgets-6, kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6,
kio-6, kjobwidgets-6, knotifications-6, kservice-6,
kstatusnotifieritem, ktextwidgets-6, kwallet-6, kwindowsystem-6, and
kxmlgui-6.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I35d3bc0e2184d2230fc6cbb4e533232977a38c58
---
gnu/packages/kde-systemtools.scm | 42 +++++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 4ae91a8d15..295cfa8538 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -343,35 +343,37 @@ This package is part of the KDE administration module.")
(define-public kwalletmanager
(package
(name "kwalletmanager")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kwalletmanager-" version ".tar.xz"))
(sha256
- (base32 "1g3yw32kv7yij2ymk52fpp0srncr2ijfckfvz5hc0nsn7xhyqdby"))))
+ (base32 "1a1rq68qny932yz2kib3n62z8qm69wwdi845nxlwab5rags7na8w"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list karchive
- kauth
- kcmutils
- kconfig
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kio
- kjobwidgets
- knotifications
- kservice
- ktextwidgets
- kwallet
- kwindowsystem
- kxmlgui))
+ (list karchive-6
+ kauth-6
+ kcmutils-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kio-6
+ kjobwidgets-6
+ knotifications-6
+ kservice-6
+ kstatusnotifieritem
+ ktextwidgets-6
+ kwallet-6
+ kwindowsystem-6
+ kxmlgui-6))
(home-page "https://apps.kde.org/kwalletmanager5/")
(synopsis "Tool to manage passwords on KWallet")
(description
- 291/347: gnu: plasma: Update to 6.1.1., (continued)
- 291/347: gnu: plasma: Update to 6.1.1., guix-commits, 2024/06/28
- 292/347: gnu: plasma5support: Update to 6.1.1., guix-commits, 2024/06/28
- 293/347: gnu: plasma-browser-integration: Update to 6.1.1., guix-commits, 2024/06/28
- 295/347: gnu: plasma-disks: Update to 6.1.1., guix-commits, 2024/06/28
- 297/347: gnu: plasma-integration: Update to 6.1.1., guix-commits, 2024/06/28
- 300/347: gnu: plasma-pa: Update to 6.1.1., guix-commits, 2024/06/28
- 302/347: gnu: plasma-systemmonitor: Update to 6.1.1., guix-commits, 2024/06/28
- 304/347: gnu: plasma-workspace: Update to 6.1.1., guix-commits, 2024/06/28
- 307/347: gnu: powerdevil: Update to 6.1.1., guix-commits, 2024/06/28
- 309/347: gnu: konsole: Update to 24.05.1., guix-commits, 2024/06/28
- 313/347: gnu: kwalletmanager: Update to 24.05.1.,
guix-commits <=
- 317/347: gnu: kirigami-addons: Update to 1.3.0., guix-commits, 2024/06/28
- 318/347: gnu: kcolorchooser: Update to 24.05.1., guix-commits, 2024/06/28
- 324/347: gnu: qca: Update to 2.3.9., guix-commits, 2024/06/28
- 322/347: gnu: poxml: Update to 24.05.1., guix-commits, 2024/06/28
- 330/347: gnu: kdeconnect: Update to 24.05.1., guix-commits, 2024/06/28
- 338/347: gnu: picmi: Update to 24.05.1., guix-commits, 2024/06/28
- 341/347: gnu: kdebugsettings: Update to 24.05.1., guix-commits, 2024/06/28
- 342/347: gnu: kbackup: Update to 24.05.1., guix-commits, 2024/06/28
- 346/347: gnu: kfind: Update to 24.05.1., guix-commits, 2024/06/28
- 259/347: gnu: kde-frameworkintegration-6: Update to 6.3.0., guix-commits, 2024/06/28