summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 15:19:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:57:32 +0100
commitd1c68c6ea49f4ee4c7fd44d181647248f0b81f47 (patch)
treef397335c7a19e162392cfb83721c9d9fe2f50ba5 /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: 20.12.0 version bump (diff)
downloadgentoo-d1c68c6ea49f4ee4c7fd44d181647248f0b81f47.tar.gz
gentoo-d1c68c6ea49f4ee4c7fd44d181647248f0b81f47.tar.bz2
gentoo-d1c68c6ea49f4ee4c7fd44d181647248f0b81f47.zip
kde-apps/ktp-auth-handler: 20.12.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/Manifest1
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.0.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 cea91f4c195c..705b07d8646b 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1 +1,2 @@
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
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.0.ebuild
new file mode 100644
index 000000000000..8eb9a1395bcb
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-20.12.0.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.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]
+"