summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:21:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:09 +0200
commitc1063afea17a29bb75dbbbf0121fa5c8ad948574 (patch)
treec62ccf9ec787742c39c2afd14ac1198894802629 /kde-apps/kaccounts-integration
parentmedia-libs/libqaccessibilityclient: New package (diff)
downloadgentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.gz
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.tar.bz2
gentoo-c1063afea17a29bb75dbbbf0121fa5c8ad948574.zip
kde-apps: Add KDE Applications 17.08.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-17.08.0.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 7a632c5b4026..17a3d2a02554 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1 +1,2 @@
DIST kaccounts-integration-17.04.3.tar.xz 68964 SHA256 878fccde7d13efaa1d84ea6a69dba4d118ffc7f4ba3c16857b21402de6dbc768 SHA512 f02300863612d0a6cf7f123e649c67062a49d1545b41eeff6f5ee456f88168236e7e3688f65aa161c25c42548ff4c03184e81b305ab5d691d6e1ce5010d5ef20 WHIRLPOOL 27df345cf2b00a21dbf1c077b6a916affa420f1b2b213edd67e97238ca4d6f9e01caadd970c86e4def2a363fb2b590b19e12da14b5940aa63fc1265adb41ba4c
+DIST kaccounts-integration-17.08.0.tar.xz 68944 SHA256 25140816e014fc544bf467c3c04a5c5a92884f3199efe8bfdd165da62e1123a0 SHA512 47a6e638070138042757e25cd3b7855cecca3df13159e56507a7eff91f0d9f989f562bf47beae7df50fd1e5b8a26b1de97235ed8b1e6c080681a6703fcdc6e3d WHIRLPOOL cfc8bcc0d34838979625af9b063c4b340c5c258ab8bc9d8cd646c8a2f1dd5cefcec8c41c2d671a297478f09406cea9ca220b64b609be74ef0f9301a08cee4264
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-17.08.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-17.08.0.ebuild
new file mode 100644
index 000000000000..ffa2bd529195
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-17.08.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALDBUS_TEST="true"
+inherit kde5
+
+DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop"
+HOMEPAGE="https://community.kde.org/KTp"
+LICENSE="LGPL-2.1"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ net-libs/accounts-qt
+ >=net-libs/libaccounts-glib-1.21
+ net-libs/signond
+"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep kcmutils)
+ $(add_plasma_dep kde-cli-tools)
+ sys-devel/gettext
+"
+
+# bug #549444
+RESTRICT+=" test"