summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-05-12 19:47:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-05-13 21:54:17 +0200
commit71e59518a74b579c68c66ce99c57e17d82c253e7 (patch)
tree72ae969d78915d5a42096c6e27f7fc2ebe05c5df /kde-apps/ktp-auth-handler
parentkde-apps/ktp-approver: 22.04.1 version bump (diff)
downloadgentoo-71e59518a74b579c68c66ce99c57e17d82c253e7.tar.gz
gentoo-71e59518a74b579c68c66ce99c57e17d82c253e7.tar.bz2
gentoo-71e59518a74b579c68c66ce99c57e17d82c253e7.zip
kde-apps/ktp-auth-handler: 22.04.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-22.04.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 8e9f9d6ba5d8..e4d6e9cc8939 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,2 +1,3 @@
DIST ktp-auth-handler-21.12.3.tar.xz 47800 BLAKE2B e22a59166438f33386e57ac94ca7c189d47e45a74bca29bad99f4ed1ba02af5bc12c2db5a5facfde42bc398ea4ee35844157cc10b5a6981e7e45522356bddb94 SHA512 418e1ab33d926ad67cbd8e9d60658e3e12351326dd657d81c270fe9427e776a9bb11572dc75c3879ed900eb316af8f8398be925d775b1edefa1642f14a617c95
DIST ktp-auth-handler-22.04.0.tar.xz 48092 BLAKE2B d990f9d07df1531dda3a55c0665ef12579fc7db058852bbcc26e8215b66d0c3da6254fb1165f8185bb562250d31bf3a9c3bbae26e97b86d4da6457eace595af5 SHA512 ae33e14697bf5e747e3ed96df97475860003b8528c08119a8a0c1d0b7aeb40fcb2fceedbb88db12fb3ccd3777de64190ad89231a30393707e0b4aa6f9383d5ad
+DIST ktp-auth-handler-22.04.1.tar.xz 48088 BLAKE2B 2ecc8da04bca731bb629640498fde6cc519140666047802d312573eb7f2ad823ff87092bcc68a32ef0a4b42a50aa54e1ccbf85a67c04f6068b820d6a7dbfe802 SHA512 e2ba403532e35d195378017934c057d7eee1a5fbd98957d08f3d55d146e15538407d6d123406bac53d4f81abdcc048e1494168bdc87bb3abcfe9856718798117
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-22.04.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.04.1.ebuild
new file mode 100644
index 000000000000..1fb44099aff1
--- /dev/null
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-22.04.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.92.0
+QTMIN=5.15.3
+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]
+"