diff options
| -rw-r--r-- | kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild | 45 | ||||
| -rw-r--r-- | kde-apps/kaccounts-mobile/metadata.xml | 8 |
2 files changed, 53 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 +} diff --git a/kde-apps/kaccounts-mobile/metadata.xml b/kde-apps/kaccounts-mobile/metadata.xml new file mode 100644 index 00000000000..f08407c4338 --- /dev/null +++ b/kde-apps/kaccounts-mobile/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> + <use> + <flag name="google">Enable support for Google Contacts Sync via <pkg>kde-apps/libkgapi</pkg></flag> + </use> +</pkgmetadata> |
