mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: plasma-pass: Update to 1.2.2.
* gnu/packages/kde-plasma.scm (plasma-pass): Update to 1.2.2. [inputs]: Remove qgpgme and qtdeclarative-5; add kio, libplasma, plasma5support, qgpgme-qt6-1.23, and qtdeclarative. [propagated-inputs]: Remove plasma-framework. [arguments]: Set #:qtbase to qtbase; <#:configure-flags>: Pass -DQT_MAJOR_VERSION=6. Change-Id: Ib278e7f4de7b679bef3dea02d34a6c11a63e1646
This commit is contained in:
parent
06c1bdadeb
commit
87553a68a0
1 changed files with 10 additions and 5 deletions
|
@ -2466,19 +2466,24 @@ (define-public plasma-pa
|
||||||
(define-public plasma-pass
|
(define-public plasma-pass
|
||||||
(package
|
(package
|
||||||
(name "plasma-pass")
|
(name "plasma-pass")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/" name "/"
|
(uri (string-append "mirror://kde/stable/" name "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x1yj9wsz2hb5333g645wjasxd83gd2phpwg80h24vfpqdhz62qj"))))
|
"1klpqcc2wsf3myvzhy9l0sv2iws458iad2mwg3z0cy2d11an8wia"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list ki18n kitemmodels kwindowsystem oath-toolkit
|
(inputs (list ki18n kitemmodels kwindowsystem kio
|
||||||
qgpgme qtdeclarative-5))
|
libplasma
|
||||||
(propagated-inputs (list plasma-framework))
|
oath-toolkit
|
||||||
|
plasma5support
|
||||||
|
qgpgme-qt6-1.23
|
||||||
|
qtdeclarative))
|
||||||
|
(arguments (list #:qtbase qtbase
|
||||||
|
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
|
||||||
(home-page "https://invent.kde.org/plasma/plasma-pass")
|
(home-page "https://invent.kde.org/plasma/plasma-pass")
|
||||||
(synopsis "Plasma applet for the Pass password manager")
|
(synopsis "Plasma applet for the Pass password manager")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue