diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:11:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 7f45ce7728de31bb839db16ab19319f026ab0add (patch) | |
tree | 460a42bf534d6aa491db847a52a3026e3758c161 /kde-apps/ktp-auth-handler | |
parent | kde-apps/gwenview: Backport exiv2-0.27 support to 18.08.3 (diff) | |
download | gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.gz gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.bz2 gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.zip |
kde-apps: Add KDE Applications 18.12.2
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.12.2.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 b8156e2f809c..461bc3d219a5 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1,3 @@ DIST ktp-auth-handler-18.08.3.tar.xz 46392 BLAKE2B 566a1f301db510cbaa01c951efe2d56aefe9d7d9fd0ab0241c8b24bd3cd3ea927e60092d9311b1f7e53a105fa96ad34b73c7cc84858c80f10ceaab8bbd530949 SHA512 83f0ba7d0961b9ff8ba36fbaf5aaea34a7ae5d66df7d3e1fbc3a5440f9050c07d6199e03ffe373a4c030f3b3dc3bdcc0245c5001238ed32911ce485eb4c658cd DIST ktp-auth-handler-18.12.1.tar.xz 45968 BLAKE2B b4dd728c51aae989a08dbacc118bcf72112251c28137be6e89b77ad28e0882a3cd60aa01b191b8d1930224f731f8145a9913712b1e09054244e7111a778af36e SHA512 861cf128d0a15a8b9a9e1db42e60344a81db8bfae4bf4e530d04c0d0ba031e0a7135a64a655625ff1e0cbf95f92988306b3533778073e77404bbe694ccf0e80f +DIST ktp-auth-handler-18.12.2.tar.xz 46020 BLAKE2B 103bf268e840bc2ef97610fa20b0191f321abc821e9b9e96bc64ee2d3f383cf81e27f328ce182c43b031f10ab21fcac38566334d12066a097572faf7fc8be1cb SHA512 fba5e279d9d11c39a606be7af9b7a6ae52426aebee24180dc13dc9f48cd445776120d1f61a06f7ad6f5aedf4c6f3dcc555d1a15228161b08d252c49c35ac9295 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.2.ebuild new file mode 100644 index 000000000000..ba32799f3474 --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.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 ~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] +" |