summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:10:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:11:17 +0200
commitcace445d5118ee027dc43f829fc50f27d623134c (patch)
tree2dfaad77bd443bf2f28d49d3bcf8c2880aa92ff3 /kde-apps/ktp-auth-handler
parentdev-util/rbtools: maintainer-needed (diff)
downloadgentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.gz
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.tar.bz2
gentoo-cace445d5118ee027dc43f829fc50f27d623134c.zip
kde-apps: Add KDE Applications 19.08.1
Package-Manager: Portage-2.3.75, 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.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 0dd6778362c9..254662057bd4 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,2 +1,3 @@
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
+DIST ktp-auth-handler-19.08.1.tar.xz 46424 BLAKE2B 47b67377687f408dd075d0fc1693e671db3aec8bc953a732953599c1d590c552b3e275bfdb371ad86349948be826ca048999a0faf0fb81510650771514019527 SHA512 22c87fbefa06dced8eabb6098bb1541ddd516897bc76c23ca5a40ae998cc5d2b6607a538d5b8ad3e97ebe59e8d2ffd143d7973fbb6339a20bb5a4718a64b81d7
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.1.ebuild
new file mode 100644
index 000000000000..1797006dd554
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.1.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]
+"