[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
345/465: gnu: Add kwallet-5.
From: |
guix-commits |
Subject: |
345/465: gnu: Add kwallet-5. |
Date: |
Wed, 17 Jul 2024 23:02:06 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit dc2dcaaa495039fb97761c404f11135dafbe7c80
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 14:00:59 2024 +0800
gnu: Add kwallet-5.
* gnu/packages/kde-frameworks.scm (kwallet-5): New variable.
Change-Id: I94322ca8689aa06ab8c581cb4ff33bda087054f8
---
gnu/packages/kde-frameworks.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 8e07f8f768..4469142963 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4079,6 +4079,43 @@ desktop-wide storage for passwords and the kwalletd
daemon used to safely store
the passwords on KDE work spaces.")
(license license:lgpl2.1+)))
+(define-public kwallet-5
+ (package
+ (inherit kwallet)
+ (name "kwallet")
+ (version "5.116.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "12s4rnybadpcjmw3dvdn68vm369h1yk7yp7mv736mj1brdg8pkhy"))))
+ (native-inputs
+ (list extra-cmake-modules kdoctools-5))
+ (inputs
+ (list gpgme
+ kauth-5
+ kcodecs-5
+ kconfig-5
+ kconfigwidgets-5
+ kcoreaddons-5
+ kdbusaddons-5
+ kdoctools-5
+ kiconthemes-5
+ ki18n-5
+ knotifications-5
+ kservice-5
+ kwidgetsaddons-5
+ kwindowsystem-5
+ libgcrypt
+ phonon
+ qgpgme
+ qca
+ qtbase-5))))
+
(define-public kxmlgui
(package
(name "kxmlgui")
- 322/465: gnu: Add karchive-5., (continued)
- 322/465: gnu: Add karchive-5., guix-commits, 2024/07/17
- 319/465: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/17
- 325/465: gnu: Add kconfig-5., guix-commits, 2024/07/17
- 329/465: gnu: Add kwidgetsaddons-5., guix-commits, 2024/07/17
- 333/465: gnu: Add kcompletion-5., guix-commits, 2024/07/17
- 332/465: gnu: Add kcrash-5., guix-commits, 2024/07/17
- 336/465: gnu: Add kpackage-5., guix-commits, 2024/07/17
- 337/465: gnu: Add solid-5., guix-commits, 2024/07/17
- 341/465: gnu: Add kservice-5., guix-commits, 2024/07/17
- 343/465: gnu: Add kconfigwidgets-5., guix-commits, 2024/07/17
- 345/465: gnu: Add kwallet-5.,
guix-commits <=
- 344/465: gnu: Add kiconthemes-5., guix-commits, 2024/07/17
- 353/465: gnu: poxml: Update to 24.05.2., guix-commits, 2024/07/17
- 349/465: gnu: Add kbookmarks-5., guix-commits, 2024/07/17
- 360/465: gnu: Add kwayland-5., guix-commits, 2024/07/17
- 354/465: gnu: libkomparediff2: Update to 24.05.2., guix-commits, 2024/07/17
- 367/465: gnu: kompare: Update to 24.05.2., guix-commits, 2024/07/17
- 370/465: gnu: Add kcmutils-5., guix-commits, 2024/07/17
- 377/465: gnu: isoimagewriter: Update to 24.05.2., guix-commits, 2024/07/17
- 381/465: gnu: copyq: Fix build., guix-commits, 2024/07/17
- 383/465: gnu: kgraphviewer: Update to 2.5.0., guix-commits, 2024/07/17