summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 16:04:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 17:06:07 +0200
commit8ea97068f86f7c38eb7eba7b4834d24395ea63c8 (patch)
tree1a99302b57a044d70ab6ffc235920f12cd030996 /kde-apps/ktp-auth-handler
parentdev-texlive/texlive-luatex: Add more blockers (diff)
downloadgentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.gz
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.bz2
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.zip
kde-apps: Add KDE Applications 19.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
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.04.2.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 996dbfdab7f9..596a250c9b48 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,2 +1,3 @@
DIST ktp-auth-handler-18.12.3.tar.xz 46040 BLAKE2B 68a4a0fee1cfe09c87592257ef5f30343e98dfc6e317c5599e13bbcece194a8f4eeb1f10b2ea3bbc7d05686e7bc32fc0653793ecacfea4e463e56519c34a687c SHA512 ece8d2686e370324ed6d232ecc0c77970a4bb8941176ce8839e5edb444b3df624e29d1ac92885e1195221e5701618c4fa3a15a1b4ae750a3fb31decc08ae599e
DIST ktp-auth-handler-19.04.1.tar.xz 45992 BLAKE2B a7b67ccbdccfa35be38c85b59d030230efa08efc57e28fcf96f3625ca95da3c10b6f57aa665bbf7ed5f37369c4c8b7523bfda4dd48f464678d70ecb9c1a4868e SHA512 a6634d15269e22e8d70748d8db394974ea990b06fde62ed3d87e7c10573f64d5132d8eea34e6b0a1fdb887ffa4c3ee45eb3b5919515f3a29e4cf1c7c972fefab
+DIST ktp-auth-handler-19.04.2.tar.xz 45900 BLAKE2B 9b3d9fa3390d2da44b22ef65dfda40943b4f99737f5f53aee39084dcdccb0f917d5984aa87dde7b07b07792504201851b22fd18c6fe31360e8f987520f66ef6a SHA512 305df42b54630e7ed620220d7525869e197ccd461c664d8f80f6b12212914fff1a053d414004eb74a9cb30523f5b7a8c66ce07c5b311d4a828bd6347e561cc31
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.04.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.04.2.ebuild
new file mode 100644
index 000000000000..1797006dd554
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.04.2.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]
+"