summaryrefslogtreecommitdiff
path: root/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
diff options
context:
space:
mode:
authorKarol Herbst <git@karolherbst.de>2014-11-20 00:23:00 +0100
committerMichael Palimaka <kensington@gentoo.org>2014-12-01 23:38:30 +1100
commit3bb4172dd1263942075dbd07732af326ccd2377e (patch)
treebb6f6f7ee2a7b9db05fa35292c5043f1b674c4a0 /net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
parent7e1395602920b94f492dd30c7f16fadabbe33916 (diff)
downloadkde-3bb4172dd1263942075dbd07732af326ccd2377e.tar.gz
kde-3bb4172dd1263942075dbd07732af326ccd2377e.tar.bz2
kde-3bb4172dd1263942075dbd07732af326ccd2377e.zip
[net-im/ktp-auth-handler] added KF5 based version
Diffstat (limited to 'net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild')
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
new file mode 100644
index 00000000000..ff52a52001a
--- /dev/null
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="KDE Telepathy authentication handler"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdewebkit)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ app-crypt/qca[qt5]
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwebkit:5
+ dev-qt/qtwidgets:5
+ net-libs/accounts-qt
+ kde-misc/kaccounts-integration
+ net-im/ktp-common-internals:5
+ net-libs/signond
+ net-libs/telepathy-qt[qt5]
+"
+
+RDEPEND="${DEPEND}
+ !net-im/ktp-auth-handler:4
+"