diff options
Diffstat (limited to 'kde-apps/kaccounts-integration/kaccounts-integration-20.04.1.ebuild')
-rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-20.04.1.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-20.04.1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-20.04.1.ebuild new file mode 100644 index 000000000000..b08b454d9aac --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-20.04.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="forceoptional" +KFMIN=5.70.0 +PLASMA_MINIMAL=5.16.5 +QTMIN=5.12.3 +VIRTUALDBUS_TEST="true" +inherit ecm kde.org + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +COMMON_DEPEND=" + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + net-libs/accounts-qt + >=net-libs/libaccounts-glib-1.21:= + net-libs/signond +" +DEPEND="${COMMON_DEPEND} + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5 +" +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" + +# bug #549444 +RESTRICT+=" test" |