mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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
This commit is contained in:
parent
0069f8c711
commit
36daf506fe
1 changed files with 10 additions and 10 deletions
|
@ -3267,7 +3267,7 @@ (define-public ktextwidgets
|
||||||
(define-public kwallet
|
(define-public kwallet
|
||||||
(package
|
(package
|
||||||
(name "kwallet")
|
(name "kwallet")
|
||||||
(version "5.114.0")
|
(version "6.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3276,16 +3276,16 @@ (define-public kwallet
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cji8bvy5m77zljyrrgipsw8pxcds1sgikxlq3sdfxymcsw2wr36"))))
|
"1p9a5lwn4lpalxs6nj8fbcmmngcbgaj6s9n9vz56j26rlfzypdpd"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests? ;; Seems to require network.
|
(when tests? ;; Seems to require network.
|
||||||
(invoke "ctest" "-E"
|
(invoke "ctest" "-E"
|
||||||
"(fdo_secrets_test)")))))))
|
"(fdo_secrets_test)")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -3306,8 +3306,8 @@ (define-public kwallet
|
||||||
libgcrypt
|
libgcrypt
|
||||||
phonon
|
phonon
|
||||||
qgpgme
|
qgpgme
|
||||||
qca
|
qca-qt6
|
||||||
qtbase-5))
|
qtbase))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Safe desktop-wide storage for passwords")
|
(synopsis "Safe desktop-wide storage for passwords")
|
||||||
(description "This framework contains an interface to KWallet, a safe
|
(description "This framework contains an interface to KWallet, a safe
|
||||||
|
|
Loading…
Reference in a new issue