summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 20:42:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 22:43:27 +0200
commit5faafc2558595f5989c4222e4ebca352247ec1cf (patch)
tree30e93b981271b4907a19310a2cdd1767df4a53cb
parentee13cd2abbf6ce5307a69fc1f69651b3ebebe4df (diff)
downloadkde-5faafc2558595f5989c4222e4ebca352247ec1cf.tar.gz
kde-5faafc2558595f5989c4222e4ebca352247ec1cf.tar.bz2
kde-5faafc2558595f5989c4222e4ebca352247ec1cf.zip
app-crypt/keysmith: 25.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-25.04.3.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
new file mode 100644
index 00000000000..c11f4657681
--- /dev/null
+++ b/app-crypt/keysmith/Manifest
@@ -0,0 +1 @@
+DIST keysmith-25.04.3.tar.xz 237392 BLAKE2B 36c90dbb9869a256c67cd620dbb9f573095f81b0de17a3ba911a9daf4d8fc057543362b5d326f7860a7c749b106dba67040f2820bcdb097fd674877c50ee8010 SHA512 4ba0eae7a7917ea618b36aa5a4b1277871f26c6ae4933b918e57429a5e9f979f611c50fa1cd7a9bad3f5b27f64434686cff2f1d5334a9ca209267fac0f4ef915
diff --git a/app-crypt/keysmith/keysmith-25.04.3.ebuild b/app-crypt/keysmith/keysmith-25.04.3.ebuild
new file mode 100644
index 00000000000..bfbe46da034
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-25.04.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.13.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org xdg
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ dev-libs/kirigami-addons:6
+ dev-libs/libsodium:=
+ dev-libs/openssl:=
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"