commit:     669ee5a3767334664d3bf06e3e8cdf774caeae08
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  7 08:03:14 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 16:03:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669ee5a3

kde-misc/plasma-pass: depend on split app-crypt/gpgme modules

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/plasma-pass/plasma-pass-1.2.90-r1.ebuild | 39 +++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.90-r1.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.90-r1.ebuild
new file mode 100644
index 000000000000..e77e8cb95742
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.90-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.9.0
+QTMIN=6.8.1
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass";
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+       SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
+       KEYWORDS="~amd64 ~ppc64 ~riscv"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="6"
+IUSE=""
+
+DEPEND="
+       dev-cpp/gpgmepp:=
+       dev-libs/qgpgme:=
+       >=dev-qt/qt5compat-${QTMIN}:6[qml]
+       >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui]
+       >=dev-qt/qtdeclarative-${QTMIN}:6
+       >=kde-frameworks/kcoreaddons-${KFMIN}:6
+       >=kde-frameworks/ki18n-${KFMIN}:6
+       >=kde-frameworks/kio-${KFMIN}:6
+       >=kde-frameworks/kitemmodels-${KFMIN}:6
+       kde-plasma/libplasma:6
+       kde-plasma/plasma5support:6
+       sys-auth/oath-toolkit
+"
+RDEPEND="${DEPEND}
+       !${CATEGORY}/${PN}:5
+       >=kde-frameworks/kirigami-${KFMIN}:6
+"

Reply via email to