55 lines
1.4 KiB
Bash
55 lines
1.4 KiB
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
ECM_HANDBOOK="optional"
|
|
ECM_TEST="forceoptional"
|
|
PVCUT=$(ver_cut 1-3)
|
|
KFMIN=5.80.0
|
|
QTMIN=5.15.2
|
|
VIRTUALX_REQUIRED="test"
|
|
inherit ecm kde.org
|
|
|
|
DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
|
|
HOMEPAGE="https://apps.kde.org/kleopatra/"
|
|
|
|
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
|
|
SLOT="5"
|
|
KEYWORDS="amd64 arm64 ~ppc64 x86"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
>=app-crypt/gpgme-1.13.1[cxx,qt5]
|
|
dev-libs/boost:=
|
|
dev-libs/libassuan
|
|
dev-libs/libgpg-error
|
|
>=dev-qt/qtdbus-${QTMIN}:5
|
|
>=dev-qt/qtgui-${QTMIN}:5
|
|
>=dev-qt/qtnetwork-${QTMIN}:5
|
|
>=dev-qt/qtprintsupport-${QTMIN}:5
|
|
>=dev-qt/qtwidgets-${QTMIN}:5
|
|
>=kde-apps/kmime-${PVCUT}:5
|
|
>=kde-apps/libkleo-${PVCUT}:5
|
|
>=kde-frameworks/kcmutils-${KFMIN}:5
|
|
>=kde-frameworks/kcodecs-${KFMIN}:5
|
|
>=kde-frameworks/kconfig-${KFMIN}:5
|
|
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
|
|
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
|
>=kde-frameworks/kdbusaddons-${KFMIN}:5
|
|
>=kde-frameworks/ki18n-${KFMIN}:5
|
|
>=kde-frameworks/kiconthemes-${KFMIN}:5
|
|
>=kde-frameworks/kitemmodels-${KFMIN}:5
|
|
>=kde-frameworks/knotifications-${KFMIN}:5
|
|
>=kde-frameworks/ktextwidgets-${KFMIN}:5
|
|
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
|
>=kde-frameworks/kwindowsystem-${KFMIN}:5
|
|
>=kde-frameworks/kxmlgui-${KFMIN}:5
|
|
"
|
|
RDEPEND="${DEPEND}
|
|
>=app-crypt/gnupg-2.1
|
|
app-crypt/paperkey
|
|
"
|
|
|
|
# tests completely broken, bug #641720
|
|
RESTRICT+=" test"
|