diff options
author | 2021-04-24 12:03:52 +0200 | |
---|---|---|
committer | 2021-04-24 15:46:15 +0200 | |
commit | 79e53c1dc75c3c0bba9ea130bdf106fd426da1c9 (patch) | |
tree | 40e7b686e23fcfb71644e4d320bc4f8f823d1906 /kde-apps/ktp-auth-handler | |
parent | kde-apps/ktp-approver: 21.04.0 version bump (diff) | |
download | gentoo-79e53c1dc75c3c0bba9ea130bdf106fd426da1c9.tar.gz gentoo-79e53c1dc75c3c0bba9ea130bdf106fd426da1c9.tar.bz2 gentoo-79e53c1dc75c3c0bba9ea130bdf106fd426da1c9.zip |
kde-apps/ktp-auth-handler: 21.04.0 version bump
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-21.04.0.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 594e86111ddc..cb4b5e862dd6 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1 +1,2 @@ DIST ktp-auth-handler-20.12.3.tar.xz 46328 BLAKE2B b34383d810f38bd428f604160cbefdf1bb809c955e6333d9e3c01329e628dcc70dde1215fa3217c7da83ee57238f400e9b28433cef44fe5a98289b29bd755abd SHA512 226f101d6d947d5d29e749336c9f5ed084ea416a534eaefcda4df888960eed1841189317e93c8b2ec05558a68a57be75f6afd31256bea97ddbf8257d542f68d9 +DIST ktp-auth-handler-21.04.0.tar.xz 46656 BLAKE2B 09dd55e2e9a02fb9779380b0a3d59ba663d1fa04a8cbc755aa950c9ce47f5b5483f2d2e88299a6865ed37e88f225b94a2287db803fbc247acd7cc8fb613e3938 SHA512 c6937b5332a5f60e9baa030404206f3513912516c86863735e4709d8bee60e8b99614b38fd5c74dd6aca3b9e5b314b3cb635e33bb3fa66afdfe260301bb9aa1e diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.04.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.04.0.ebuild new file mode 100644 index 000000000000..bd7112963f26 --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.04.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-3) +KFMIN=5.80.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="KDE Telepathy authentication handler" +HOMEPAGE="https://community.kde.org/KTp" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + >=app-crypt/qca-2.3.0:2 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/kaccounts-integration-${PVCUT}:5 + >=kde-apps/ktp-common-internals-${PVCUT}:5 + >=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 + net-libs/accounts-qt + net-libs/signond + >=net-libs/telepathy-qt-0.9.8 +" +RDEPEND="${DEPEND} + >=app-crypt/qca-2.3.0:2[ssl] +" |