gnu: Add kwallet-5.

* gnu/packages/kde-frameworks.scm (kwallet-5): New variable.

Change-Id: I94322ca8689aa06ab8c581cb4ff33bda087054f8
This commit is contained in:
Zheng Junjie 2024-07-08 14:00:59 +08:00
parent 6a5abb1f17
commit dc2dcaaa49
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4079,6 +4079,43 @@ (define-public kwallet
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")