aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-09 20:52:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-09 21:09:27 +0200
commite111cb416576b3f7eba6b681c712ae80e932602e (patch)
treebc0e3df887f70ad3124f24453478558d97ce8613 /app-crypt
parentapp-cdr/isoimagewriter: 24.02.2 version bump (diff)
downloadkde-e111cb416576b3f7eba6b681c712ae80e932602e.tar.gz
kde-e111cb416576b3f7eba6b681c712ae80e932602e.tar.bz2
kde-e111cb416576b3f7eba6b681c712ae80e932602e.zip
app-crypt/keysmith: 24.02.2 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.02.2.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
new file mode 100644
index 0000000000..383a2a4ca1
--- /dev/null
+++ b/app-crypt/keysmith/Manifest
@@ -0,0 +1 @@
+DIST keysmith-24.02.2.tar.xz 170744 BLAKE2B 89167a9decb9ad67d49bfb06a9cd0adca03e28aed0db697ba329e1cf76df5e96ef516cd802455e3c872afadc3d92a04dfa698380a9494f2fe1daffb5ca473e2e SHA512 9ee1750d3160a286b617a2f575759022b245a393da8ac5d5bc00363f1fe7a4088d6d444ac67d61dae22a15744178cafe1b3252177ab8ba37c7171150d626319d
diff --git a/app-crypt/keysmith/keysmith-24.02.2.ebuild b/app-crypt/keysmith/keysmith-24.02.2.ebuild
new file mode 100644
index 0000000000..97be60ca9e
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.02.2.ebuild
@@ -0,0 +1,34 @@
+# 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=6.0.0
+QTMIN=6.6.2
+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"
+IUSE=""
+
+RDEPEND="
+ dev-libs/kirigami-addons:6
+ dev-libs/libsodium:=
+ >=dev-qt/qt5compat-${QTMIN}:6
+ >=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]
+"