mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "kwallet")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3276,16 +3276,16 @@ (define-public kwallet
|
|||
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 @@ (define-public kwallet
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue