diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 02:34:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 02:34:50 +0100 |
commit | 69bda468b16a78ac6fcd84b1c08671bc6ea74726 (patch) | |
tree | ffa226d7d06da09349b8cb8129a85a23ce627174 /kde-apps/ktp-auth-handler | |
parent | ecm.eclass: Drop KDE Applications 19.08.3 support (diff) | |
download | gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.tar.gz gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.tar.bz2 gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.zip |
kde-apps: Re-add KDE Applications 19.08.3 for arm64 only
Package-Manager: Portage-2.3.94, Repoman-2.3.21
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-19.08.3.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index 1f6b981981ff..a84c423c7218 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1 +1,2 @@ +DIST ktp-auth-handler-19.08.3.tar.xz 46416 BLAKE2B 90593f21408e69c13b9f6809d286ed0ea165373675cfdc711b6d6c6941b864dd0d04a469acce3ba40a0df624d7e4cf2fbb15b9658c1ff879c49245a437a1e0c0 SHA512 fc3b835c73b141f6d55392ff0c0af096ec19e234e5229d09eee233036b15faa7796b5776a59970f630c3ca82276dd86cfd60a6f403dd34c0882e3e246851e901 DIST ktp-auth-handler-19.12.3.tar.xz 46400 BLAKE2B dc0edd715909a9ee902fb0a0c21cde56093f163238ebc09d1d004c70daf7618a0c6d569ec1c7f8cce1fbafe86697ad8a0f9b57806f344f1f75628700e5483a50 SHA512 f3191a7ed19628a5f9735beb0986e9aa7b519b653ac7d71dfe9b584cd0d9dfd4055ba09cdbd79fcaa6aeb6473c54358257213a7e232f3af4cc950b5d04d55ffb diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.3.ebuild new file mode 100644 index 000000000000..a723d53efd5c --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-3) +KFMIN=5.60.0 +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="KDE Telepathy authentication handler" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="arm64" +IUSE="" + +DEPEND=" + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kwallet-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-apps/kaccounts-integration-${PVCUT}:5 + >=kde-apps/ktp-common-internals-${PVCUT}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + app-crypt/qca:2[qt5(+)] + net-libs/accounts-qt + net-libs/signond + net-libs/telepathy-qt[qt5(+)] +" +RDEPEND="${DEPEND} + app-crypt/qca:2[ssl] +" |