gnu: plasma-pass: Update to 1.2.2-0.74c011b.

* gnu/packages/kde-plasma.scm (plasma-pass): Update to 1.2.2-0.74c011b.

Change-Id: Icaee87a4a3674db4db37165773400104b980d68b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sughosha 2025-02-13 14:34:33 +05:30 committed by Ludovic Courtès
parent efa5acfe2b
commit 4a285d1927
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2428,31 +2428,36 @@ PulseAudio.")
(license (list license:lgpl2.1 license:lgpl3)))) (license (list license:lgpl2.1 license:lgpl3))))
(define-public plasma-pass (define-public plasma-pass
(package ;; Port to Plasma 6.
(name "plasma-pass") (let ((commit "74c011b634f3bdbdcd80a74b252e6499774756f2")
(version "1.2.2") (revision "0"))
(source (origin (package
(method url-fetch) (name "plasma-pass")
(uri (string-append "mirror://kde/stable/" name "/" (version (git-version "1.2.2" revision commit))
name "-" version ".tar.xz")) (source (origin
(sha256 (method git-fetch)
(base32 (uri (git-reference
"1klpqcc2wsf3myvzhy9l0sv2iws458iad2mwg3z0cy2d11an8wia")))) (url "https://invent.kde.org/plasma/plasma-pass")
(build-system qt-build-system) (commit commit)))
(native-inputs (list extra-cmake-modules)) (sha256
(inputs (list ki18n kitemmodels kwindowsystem kio (base32
libplasma "0wp69ylhcqhy4l282fns0grhpf20w8jrhj2jmv7gdmhxnpnh9lk9"))
oath-toolkit (file-name (git-file-name name version))))
plasma5support (build-system qt-build-system)
qgpgme-qt6 (native-inputs (list extra-cmake-modules))
qtdeclarative)) (inputs (list ki18n kitemmodels kwindowsystem kio
(arguments (list #:qtbase qtbase libplasma
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6"))) oath-toolkit
(home-page "https://invent.kde.org/plasma/plasma-pass") plasma5support
(synopsis "Plasma applet for the Pass password manager") qgpgme-qt6
(description qtdeclarative))
"This package provides a Plasma applet for the Pass password manager.") (arguments (list #:qtbase qtbase
(license license:lgpl2.1+))) #:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
(home-page "https://invent.kde.org/plasma/plasma-pass")
(synopsis "Plasma applet for the Pass password manager")
(description
"This package provides a Plasma applet for the Pass password manager.")
(license license:lgpl2.1+))))
(define-public plasma-phonebook (define-public plasma-phonebook
(package (package