summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.12.0.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 8c4ee7b24171..3f4ce4b22256 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1 +1,2 @@
DIST ktp-auth-handler-18.08.3.tar.xz 46392 BLAKE2B 566a1f301db510cbaa01c951efe2d56aefe9d7d9fd0ab0241c8b24bd3cd3ea927e60092d9311b1f7e53a105fa96ad34b73c7cc84858c80f10ceaab8bbd530949 SHA512 83f0ba7d0961b9ff8ba36fbaf5aaea34a7ae5d66df7d3e1fbc3a5440f9050c07d6199e03ffe373a4c030f3b3dc3bdcc0245c5001238ed32911ce485eb4c658cd
+DIST ktp-auth-handler-18.12.0.tar.xz 46012 BLAKE2B ef5a838fe138d9a86417a7986febf72055a657eb415ad9a4cd43459b5fb652f902a1bcde8ce3649aaebeef50e1115e12c2f5b796e8784e6d0229a06075a8a581 SHA512 715b9c6e87ccb8cce477f9710ee74d2d8fa53b0ba9642991419324145e2dfbcf9139fcf2a763b3e940f92f76e685f228b0348f6a38865d06dd5bff5bf5313d09
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.0.ebuild
new file mode 100644
index 000000000000..73d0a5129257
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Authors
+# 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]
+"