summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 12:03:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 15:46:13 +0200
commitc9395f1edc7583e519e3f49e6d877b13b7441fd5 (patch)
tree49233543badde505b1d76bd95c6a33ddac16e9a6 /kde-apps/kaccounts-integration
parentkde-apps/dolphin-plugins-dropbox: 21.04.0 version bump (diff)
downloadgentoo-c9395f1edc7583e519e3f49e6d877b13b7441fd5.tar.gz
gentoo-c9395f1edc7583e519e3f49e6d877b13b7441fd5.tar.bz2
gentoo-c9395f1edc7583e519e3f49e6d877b13b7441fd5.zip
kde-apps/kaccounts-integration: 21.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.ebuild50
2 files changed, 51 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 15d05918df26..ebf465f54904 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1 +1,2 @@
DIST kaccounts-integration-20.12.3.tar.xz 84376 BLAKE2B 55f03614f86f2fa60b5b6475092ecf8f923e5e5c9ca2e057d2488abda250861fc1eb7a5c0141006da8a4a1747efe6a897bfbfc45740baea72c51a898783de34b SHA512 e9089f5d99d665a0568e43d66837faa5e994d2d93a3699057e6b86ff3bd65bddc448dd36afb49642ff80e150a922b4f110541f7834d04b52e9059fbff7795a88
+DIST kaccounts-integration-21.04.0.tar.xz 84508 BLAKE2B b587457a238069a9512765b33ba66d5e4c5a6d596c6076cee8c41983f15a88bb9ba5bb9c5023c4897766c08d6ceb10c63b9cd8131ab622e199d3fc7f825d66f2 SHA512 83d78b34216a8670f2a042b1beb3da733eff9120abff5db9bda864cb8470e885754897448bc6bd1e1eb388ad95ad7dfaffd57967f3ff954f3f42a98a6c87a69b
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.ebuild
new file mode 100644
index 000000000000..e6a71ffbc9cb
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-21.04.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KFMIN=5.80.0
+PLASMA_MINIMAL=5.16.5
+QTMIN=5.15.2
+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="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=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/kio-${KFMIN}:5
+ >=kde-frameworks/kwallet-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}: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"