aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-10 00:42:26 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:34 +0800
commit87553a68a09a7c5317076ce9f7b4487a76ea914c (patch)
treecb56bef80687da1d48ccb7026039e8c7a7bd7beb /gnu
parent06c1bdadeb4ce78308e0940533d1fc763cffb076 (diff)
downloadguix-87553a68a09a7c5317076ce9f7b4487a76ea914c.tar.gz
guix-87553a68a09a7c5317076ce9f7b4487a76ea914c.zip
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-plasma.scm15
1 files changed, 10 insertions, 5 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 244fe49f23..e17197ce86 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2466,19 +2466,24 @@ PulseAudio.")
(define-public plasma-pass
(package
(name "plasma-pass")
- (version "1.2.1")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0x1yj9wsz2hb5333g645wjasxd83gd2phpwg80h24vfpqdhz62qj"))))
+ "1klpqcc2wsf3myvzhy9l0sv2iws458iad2mwg3z0cy2d11an8wia"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
- (inputs (list ki18n kitemmodels kwindowsystem oath-toolkit
- qgpgme qtdeclarative-5))
- (propagated-inputs (list plasma-framework))
+ (inputs (list ki18n kitemmodels kwindowsystem kio
+ libplasma
+ 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")
(synopsis "Plasma applet for the Pass password manager")
(description