gnu: kwalletmanager: Update to 24.05.2.
* gnu/packages/kde-systemtools.scm (kwalletmanager): Update to 24.05.2. [inputs]: Add kstatusnotifieritem. [arguments]: Set #:qtbase to qtbase. Change-Id: I73a2f19427a35d9ca0279ab9d5f4c70e113c1ad0
This commit is contained in:
parent
7a35733025
commit
72a70c09f4
1 changed files with 4 additions and 2 deletions
|
@ -343,14 +343,14 @@ This package is part of the KDE administration module.")
|
||||||
(define-public kwalletmanager
|
(define-public kwalletmanager
|
||||||
(package
|
(package
|
||||||
(name "kwalletmanager")
|
(name "kwalletmanager")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kwalletmanager-" version ".tar.xz"))
|
"/src/kwalletmanager-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1g3yw32kv7yij2ymk52fpp0srncr2ijfckfvz5hc0nsn7xhyqdby"))))
|
(base32 "1z62bglwd8fk5ah11g6lyw3qr5qlvgyrwz1bgrnzrz18pjr9sm63"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -368,10 +368,12 @@ This package is part of the KDE administration module.")
|
||||||
kjobwidgets
|
kjobwidgets
|
||||||
knotifications
|
knotifications
|
||||||
kservice
|
kservice
|
||||||
|
kstatusnotifieritem
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kwallet
|
kwallet
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui))
|
kxmlgui))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/kwalletmanager5/")
|
(home-page "https://apps.kde.org/kwalletmanager5/")
|
||||||
(synopsis "Tool to manage passwords on KWallet")
|
(synopsis "Tool to manage passwords on KWallet")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue