diff options
author | Johannes Huber <johu@gentoo.org> | 2016-07-14 08:53:59 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-07-14 08:54:11 +0200 |
commit | d75d62e86e94f72be5c0d39e70046e24310ff0ae (patch) | |
tree | b05f1132b5224b3b1eef6b914e42d1204a4e9551 /kde-apps/kaccounts-providers/kaccounts-providers-16.04.3.ebuild | |
parent | kde5.eclass: Prepare for re-use of code w/ kde4-l10n (diff) | |
download | gentoo-d75d62e86e94f72be5c0d39e70046e24310ff0ae.tar.gz gentoo-d75d62e86e94f72be5c0d39e70046e24310ff0ae.tar.bz2 gentoo-d75d62e86e94f72be5c0d39e70046e24310ff0ae.zip |
kde-apps: Version bump KDE Applications 16.04.3
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kaccounts-providers/kaccounts-providers-16.04.3.ebuild')
-rw-r--r-- | kde-apps/kaccounts-providers/kaccounts-providers-16.04.3.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-16.04.3.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-16.04.3.ebuild new file mode 100644 index 000000000000..ad12fe6da1c7 --- /dev/null +++ b/kde-apps/kaccounts-providers/kaccounts-providers-16.04.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE accounts providers" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_kdeapps_dep kaccounts-integration) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + dev-util/intltool +" +RDEPEND="${COMMON_DEPEND} + net-im/telepathy-connection-managers[xmpp] + net-libs/signon-ui + net-libs/signon-oauth2 +" |