summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-12-09 11:47:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-12-09 12:26:18 +0100
commit9ea68fc876adae942feadc2648a635df578e1554 (patch)
tree38ceb8a66eac5491a371936407ac8ca618aad825 /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: 21.12.0 version bump (diff)
downloadgentoo-9ea68fc876adae942feadc2648a635df578e1554.tar.gz
gentoo-9ea68fc876adae942feadc2648a635df578e1554.tar.bz2
gentoo-9ea68fc876adae942feadc2648a635df578e1554.zip
kde-apps/ktp-auth-handler: 21.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-21.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 0b3935db9e6f..b1ab702cf8ac 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1 +1,2 @@
DIST ktp-auth-handler-21.08.3.tar.xz 47808 BLAKE2B a4029dfef8c66a04f01918bd1302d1f2375c8ca12492d31ed2d8f5c91d0e4ee0a6c78c4b51570bd43f89f54b538bbdbb46fbb2bd53d831f57620fc1ae2624528 SHA512 3f03389209ec09a2f9abc14204b5daa0554caef1e5620b73abc0af61a009fca15079d8571be7cb8551504798fcd88092e70d9dce4f9bbb5c7c5abb15abf7d1cd
+DIST ktp-auth-handler-21.12.0.tar.xz 47820 BLAKE2B 0fde20672fab05deefc39fd2588d35b4beb9e7a95faebb0cdcb9ae57b3f5dbea4291039e3c1819c481a035a05be5e01e6877eef96f9d562ccdf20e60a4d5689a SHA512 de9f27d828de8c7fa564aa7d66e7370baa90eeffe7a1d299bb7a2eee4431bd144790059af0d72b6e5df291bb82a08e6eaebcfd2ba9ed878711b30781ea750463
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.0.ebuild
new file mode 100644
index 000000000000..a3a2ebac6195
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.12.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.88.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 ~riscv ~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]
+"