aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 13:29:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 14:23:50 +0100
commitaf0e2b38eb8da8897d91a8ce25fa67f4dac2a350 (patch)
tree9e2755b8e4a27e2946c04b3c248cb1c8fa2ec6e7 /app-crypt
parentapp-cdr/isoimagewriter: Add 24.02 stable branch (diff)
downloadkde-af0e2b38eb8da8897d91a8ce25fa67f4dac2a350.tar.gz
kde-af0e2b38eb8da8897d91a8ce25fa67f4dac2a350.tar.bz2
kde-af0e2b38eb8da8897d91a8ce25fa67f4dac2a350.zip
app-crypt/keysmith: Add 24.02 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/keysmith/keysmith-24.02.49.9999.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild
new file mode 100644
index 0000000000..b96e5e21c9
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.245.0
+QTMIN=6.6.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ dev-libs/kirigami-addons:6
+ dev-libs/libsodium:=
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${RDEPEND}
+ >=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"