summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-15 15:08:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-15 15:09:32 +0200
commit54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9 (patch)
treeb1b36d8867b77df28e956c3f88378ef5518961f9 /kde-apps/ktp-auth-handler
parentkde-misc/kio-gdrive: Pin kde-apps/libkgapi version to <19.04.50 (diff)
downloadgentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.gz
gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.tar.bz2
gentoo-54d6ee8b4a5a60e7f3f7e1a2068c2ee69f9cd1d9.zip
kde-apps: Add KDE Applications 19.08.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-19.08.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 2de55993593c..0dd6778362c9 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1 +1,2 @@
DIST ktp-auth-handler-19.04.3.tar.xz 46016 BLAKE2B e114dbc3cd079043b928e157912244b1886eb84606a1d256129458e4ab18cdfef2208a33318ff1a7e2128bfbaee289100b90ee1a112e01267de8eda6647b615b SHA512 ea83ab820326d65ca39c33a918f893c16b91cd31fb8cc1db82412d530a3ecad8535747872b311fbcc1b7070e9d3fdc30a5b9a253e062563d416ec16dac00232a
+DIST ktp-auth-handler-19.08.0.tar.xz 46592 BLAKE2B d2460a132525c797efe9a5a4495ed19f5d4214f71e681b63780e8bfe614c0234a990b9c9f4c7b8b5e997802bc2e47155c2cd0ef8e224076ed6f61a2c869aae40 SHA512 0c0bd0cf179d3d198d0064586279ac2f0d8b0e3f1fc8945cd2e1fddd652b0b3f96d6d98805804a263881848801c75b34182d17def8dfb179e60b05eea92d9346
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.0.ebuild
new file mode 100644
index 000000000000..1797006dd554
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="KDE Telepathy authentication handler"
+HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~arm64 ~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]
+"