diff options
author | 2018-05-10 15:29:35 +0200 | |
---|---|---|
committer | 2018-05-10 15:30:09 +0200 | |
commit | d9397ab8d48feb4b1360be614da35fa2faae44d9 (patch) | |
tree | cc33135aeeb6bb0faab58e8efc34329c14dff2b0 /kde-apps/ktp-auth-handler | |
parent | dev-libs/libnl: Add USE='debug threads'. (diff) | |
download | gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.gz gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.bz2 gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.zip |
kde-apps: Add KDE Applications 18.04.1
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-apps/ktp-auth-handler')
-rw-r--r-- | kde-apps/ktp-auth-handler/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-auth-handler/ktp-auth-handler-18.04.1.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index a1fc0f427af4..497eb5bbeafe 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1,3 @@ DIST ktp-auth-handler-17.12.3.tar.xz 46260 BLAKE2B 22d2089a51776a0adc363422fe93b7a179f8c7fc143c42197ba8ed43e74c35b91558444f116d9527cd009235a670563ae73aac4a135c393da84a6083069584c6 SHA512 08b6a5e0b1a4ade40dd93ac8c515f4120e84e5251a7117c824194c47e35e30992e6afbd371c46ca8f29684caecb3f0e0ae26ab8d9c090019ca9c78336f24478a DIST ktp-auth-handler-18.04.0.tar.xz 46216 BLAKE2B 00305a105f10f5e94b55b119c13d549428e5e5da582ccd1ccac30735b389ba64f073373a1fb527c2ad20a80ed6dd64d21cf37815254bba979b9a5e6296fa7fb4 SHA512 9b14cd09078fb690bc6dbbbf4d1e90afd4b613c30c1ea35210e5a984809583171e7ecccef1f5ba7bc0323890c634a4b1fb7c101ac393d7aded02a6a93fb7f42c +DIST ktp-auth-handler-18.04.1.tar.xz 46428 BLAKE2B c8a155eb666e35ba122449ef1ad2427480531d9101dd302934056ae886ccc24afceff41e4ad2f267589b21ccdd3559773c9539e069d26a347c84110fdb255e69 SHA512 cafb91bdbd746bbdbe2ecafaa9d5b2d140e4db72bfabdb804a662d51f22bd3b4b309831dc233bfd76f86190075552b005a7e80e5aeb06c2f5e4c652501637445 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.04.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.04.1.ebuild new file mode 100644 index 000000000000..2420ddb40f4e --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.04.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] +" |