summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-07 22:42:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-19 09:18:18 +0200
commiteb7ed65e1999febb2e8903ebb010c2564991f9c3 (patch)
tree12b5c8a16f919583baadebeadffd6251d349b9f3 /app-crypt
parente10581cdff68062c6a27d2ba993cb567fdeccf10 (diff)
downloadkde-eb7ed65e1999febb2e8903ebb010c2564991f9c3.tar.gz
kde-eb7ed65e1999febb2e8903ebb010c2564991f9c3.tar.bz2
kde-eb7ed65e1999febb2e8903ebb010c2564991f9c3.zip
app-crypt/keysmith: Add 23.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/keysmith/keysmith-23.08.49.9999.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild b/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild
new file mode 100644
index 00000000000..628224afc76
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+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/libsodium:=
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+"