diff options
Diffstat (limited to 'kde-apps/kaccounts-integration')
| -rw-r--r-- | kde-apps/kaccounts-integration/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest new file mode 100644 index 00000000000..af23456d721 --- /dev/null +++ b/kde-apps/kaccounts-integration/Manifest @@ -0,0 +1 @@ +DIST kaccounts-integration-20.04.2.tar.xz 65944 BLAKE2B d202179846664dccdf1f216be59cd3093f07d40dd29890bb86ea5f4f9624a40a098c2b7e2454d5b38bf3f0d432ea22a3fbde7a6b9750f977177af0d8a109c7eb SHA512 c488584e10d3c25205dff2b3f502cb85ac28a31084b9e7d7b5a50609405f2c8182fe72e313e3d3eb19de68c03a65f6a577e85f249c3d2d1744775e368a63c12b diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.ebuild new file mode 100644 index 00000000000..930b02359c7 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-20.04.2.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.14.1 +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" |
