summaryrefslogtreecommitdiff
path: root/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-12-28 19:54:08 +0100
committerMichael Palimaka <kensington@gentoo.org>2015-12-29 23:48:26 +1100
commit97a461e5c39798d4011dc2a61894cc25174f41b0 (patch)
treecc153cf4d67747fc7bc4b79ce29f7aedb1c62bd5 /kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
parent8348da1246875f0a8a7caafd2752711b121aada0 (diff)
downloadkde-97a461e5c39798d4011dc2a61894cc25174f41b0.tar.gz
kde-97a461e5c39798d4011dc2a61894cc25174f41b0.tar.bz2
kde-97a461e5c39798d4011dc2a61894cc25174f41b0.zip
kde-apps/kaccounts-mobile: New package
Package-Manager: portage-2.2.24
Diffstat (limited to 'kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild')
-rw-r--r--kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild45
1 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
new file mode 100644
index 00000000000..a95d09a159f
--- /dev/null
+++ b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="KDE accounts providers"
+HOMEPAGE="https://community.kde.org/KTp"
+LICENSE="LGPL-2.1"
+
+KEYWORDS=""
+IUSE="google"
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep kcontacts)
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtxml:5
+ net-libs/accounts-qt
+ net-libs/signond
+ google? (
+ dev-qt/qtwebkit:5
+ net-libs/libkgapi:5
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package google KF5GAPI)
+ $(cmake-utils_use_find_package google Qt5WebKitWidgets)
+ )
+
+ kde5_src_configure
+}