summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 15:19:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:57:27 +0100
commitc5d3fe81b9acaed2e7d9d9a3baa03c467ff5ee01 (patch)
tree89383d8635ebb60e25bebc54795631bd9a8f630b /kde-apps/kaccounts-integration
parentkde-apps/dolphin-plugins-dropbox: 20.12.0 version bump (diff)
downloadgentoo-c5d3fe81b9acaed2e7d9d9a3baa03c467ff5ee01.tar.gz
gentoo-c5d3fe81b9acaed2e7d9d9a3baa03c467ff5ee01.tar.bz2
gentoo-c5d3fe81b9acaed2e7d9d9a3baa03c467ff5ee01.zip
kde-apps/kaccounts-integration: 20.12.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-20.12.0.ebuild50
2 files changed, 51 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 463765f3fd91..aa84c0c4a9a3 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1 +1,2 @@
DIST kaccounts-integration-20.08.3.tar.xz 76624 BLAKE2B 4e12fdb8b83e2e99184756b1ce43b7b0c7261c2989dfd7f11e29ecb79902ecd2a11ebeed7242c9de466bdb1d18ba517d86634cf2595370c0f7a8729c1f30c045 SHA512 83dadfc224568ab07f23975db6dd04d8524a512bbdecc72da6dd8dc03cc06290199309a60f3b6f2570ac422da9bfdb9e253ec7a56c7dc15026414b3c108098a6
+DIST kaccounts-integration-20.12.0.tar.xz 84004 BLAKE2B e2b2a35a8244bcb9128503a5617feedae7f11208437fe82e4df1c2b5f97ffc3b6790b0d383b42efa8a12d026d561ad9c572d119d4fb64545a910c45e20835939 SHA512 5887baff9fe0f10eafed5bebcaa3e123f559edc72998e176eb1a6b405564e4b530bf3ed0bb4f5db08224b6758ceeb9d35eb0dcacc83f2e6c8b3d919430765006
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-20.12.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-20.12.0.ebuild
new file mode 100644
index 000000000000..dc30a658646d
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-20.12.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KFMIN=5.75.0
+PLASMA_MINIMAL=5.16.5
+QTMIN=5.15.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 ~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"