aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 12:27:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 17:46:02 +0100
commit1df486c98bf67656bb05b98ddc997a55a1c7e588 (patch)
treeb1b0e7f85ac54e84420c17a58e9c277993d9d758 /app-crypt
parentapp-cdr/isoimagewriter: 24.01.90 version bump (diff)
downloadkde-1df486c98bf67656bb05b98ddc997a55a1c7e588.tar.gz
kde-1df486c98bf67656bb05b98ddc997a55a1c7e588.tar.bz2
kde-1df486c98bf67656bb05b98ddc997a55a1c7e588.zip
app-crypt/keysmith: 24.01.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-24.01.90.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
new file mode 100644
index 0000000000..c732d82849
--- /dev/null
+++ b/app-crypt/keysmith/Manifest
@@ -0,0 +1 @@
+DIST keysmith-24.01.90.tar.xz 169448 BLAKE2B 9a67a3260968a5a3cd0aa2200b46c56a603ffd2baa38452e08855e3c138fe864690b9d51c30222505be96011b3c8d17c40e8050a0d37be01c3c5fe42a8e67c42 SHA512 bfa3012e9fa57ad087d004168e294811257094a98226e224e75b7ed9bfb5df4581bb96695d9af07f2912b7fd074536d7c9547820bfaf5f12fb1613dff40db012
diff --git a/app-crypt/keysmith/keysmith-24.01.90.ebuild b/app-crypt/keysmith/keysmith-24.01.90.ebuild
new file mode 100644
index 0000000000..d0b6019562
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.01.90.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.248.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="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+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]
+"