diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-05 20:21:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-05 20:38:59 +0100 |
commit | 7836d95e3288b0b6490c8ee89fde81e0d9e2786d (patch) | |
tree | fcec0fe6c0421764ef6a753fc402cbd18e8607b2 /kde-apps/kaccounts-integration/kaccounts-integration-19.12.3.ebuild | |
parent | media-libs/libvpx: move build deps to BDEPEND (diff) | |
download | gentoo-7836d95e3288b0b6490c8ee89fde81e0d9e2786d.tar.gz gentoo-7836d95e3288b0b6490c8ee89fde81e0d9e2786d.tar.bz2 gentoo-7836d95e3288b0b6490c8ee89fde81e0d9e2786d.zip |
kde-apps: Add KDE Release Service 19.12.3
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration/kaccounts-integration-19.12.3.ebuild')
-rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-19.12.3.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-19.12.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-19.12.3.ebuild new file mode 100644 index 000000000000..3689671d5225 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-19.12.3.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.63.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 ~arm ~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" |