You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
945 B

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=5.249.0
QTMIN=6.6.2
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/stable/${PN}/${P}.tar.xz"
KEYWORDS="~amd64"
fi
LICENSE="LGPL-2.1+"
SLOT="6"
IUSE=""
DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
>=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
"