summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-07 13:57:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-07 18:28:30 +0100
commit2d11bb4a4c5958ba2dd5c48211236f313ce1d85f (patch)
tree4981a41df87943369b24f95574697d1accce0d93 /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: 20.12.1 version bump (diff)
downloadgentoo-2d11bb4a4c5958ba2dd5c48211236f313ce1d85f.tar.gz
gentoo-2d11bb4a4c5958ba2dd5c48211236f313ce1d85f.tar.bz2
gentoo-2d11bb4a4c5958ba2dd5c48211236f313ce1d85f.zip
kde-apps/ktp-auth-handler: 20.12.1 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/Manifest1
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.1.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest
index 705b07d8646b..f8bb814a4390 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,2 +1,3 @@
DIST ktp-auth-handler-20.08.3.tar.xz 46368 BLAKE2B e951c09138e335315481cf8f1d9a209e6849e5704e39378539d2b4663e8882e6f5e0d525b8723f93fb39f1a47ffdb03dd56dda75c4f7f2fe57b708ee8af3bc4d SHA512 f8cc0a952d92c695da6b22a60fc525b10c63b9f43062fb62124b163bc3aaf8c6d2204b50c4b924c46ba61290b73c14de22363382b063bb24bf68d077309b33eb
DIST ktp-auth-handler-20.12.0.tar.xz 46412 BLAKE2B 02c6892a030ce30eb97b5c1db8089eafe6a7d26242096ac89ed11b497412ac764c2c9ff8db4236e2b926baf9e6ef5c5aa0918c8e6d7a98a2de1831898749376b SHA512 a3475d92b86841a73cce1cc11d05667b859441eff6e28904da900565ab7af050583bfc644334dc23ce21bef8a2010035e77827c3d69b7ce559ac12a8f92597af
+DIST ktp-auth-handler-20.12.1.tar.xz 46380 BLAKE2B 460beb9404e7076252825e32e58c452236a9f7be4d42af36e20d4262cde98fc986ad3f48b53b6c562dbb4fa593abb5bb52a09a137ab6033239b5b21094839be7 SHA512 88828c41b4ef34a2530a82d4fcd23f7bd94274bdc9f4497cc35551d416dbce172d4f78d60ef91f4b0aa789478771be9019d9e9a87d66ad2a9ab84c326930dff0
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.1.ebuild
new file mode 100644
index 000000000000..b91cc6c95589
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.1.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.75.0
+QTMIN=5.15.1
+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]
+"