summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 10:53:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-08 14:03:48 +0200
commit44068399ad98520a66cafb092af777af8d77a11e (patch)
tree41ec18453e7fe581c9f6020280baaa81ae0a167d /kde-apps/ktp-auth-handler
parentkde-frameworks: Add KDE Frameworks 5.50.0 (diff)
downloadgentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.gz
gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.bz2
gentoo-44068399ad98520a66cafb092af777af8d77a11e.zip
kde-apps: Add KDE Applications 18.08.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-apps/ktp-auth-handler')
-rw-r--r--kde-apps/ktp-auth-handler/Manifest1
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-18.08.1.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest
index 4839ff5216e9..f31c1f1771dd 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1 +1,2 @@
DIST ktp-auth-handler-18.04.3.tar.xz 46356 BLAKE2B ccd7155b4ca8b42f26338d95cd4e8bac926bc1265857f9e7e748fb4ac1e327f1aa75db983bd656b45464a9e269c09f80b2649c74ee9c53660a11459cd91a7320 SHA512 1e674f484e445e244d7c70e43063ef6deccf50b4e75058bd290ca55d3ee792f9ac596ce570c16407a61fb97b87ae58077c5f9352a510541bd95231ed2cdddf52
+DIST ktp-auth-handler-18.08.1.tar.xz 46404 BLAKE2B 14b7dd390de14de98abef277e2b093be5acd87514acb5ff8e6d3e75cb520670fa795f7cde1a4806e5f097bc404cc00a9e3e64d03dc1181f8f514aaab2432265c SHA512 f591cfbc812566c46c6c4e9833673baefac5df17a4573ccef354ec395d66cb7887d457139044541a8b7dd22c7777175aa5c65f77870b0b66eef0417fbdb6e39a
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.08.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.08.1.ebuild
new file mode 100644
index 000000000000..2420ddb40f4e
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.08.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KDE Telepathy authentication handler"
+HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_kdeapps_dep kaccounts-integration)
+ $(add_kdeapps_dep ktp-common-internals)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ app-crypt/qca:2[qt5(+)]
+ net-libs/accounts-qt
+ net-libs/signond
+ net-libs/telepathy-qt[qt5(+)]
+"
+RDEPEND="${DEPEND}
+ app-crypt/qca:2[ssl]
+"