summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-05 13:28:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-05 13:59:49 +0100
commit1f701ca66b9965ea362d8fcd3b18a1d475b4a345 (patch)
tree56d2c090431df39e2d678a281136d41943f4b30d /app-crypt
parentbe47f31cb3fa3eca8fa1ac787be1a6c83905887e (diff)
downloadkde-1f701ca66b9965ea362d8fcd3b18a1d475b4a345.tar.gz
kde-1f701ca66b9965ea362d8fcd3b18a1d475b4a345.tar.bz2
kde-1f701ca66b9965ea362d8fcd3b18a1d475b4a345.zip
app-crypt/keysmith: 25.12.0 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-25.12.0.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
new file mode 100644
index 00000000000..103b4e0a310
--- /dev/null
+++ b/app-crypt/keysmith/Manifest
@@ -0,0 +1 @@
+DIST keysmith-25.12.0.tar.xz 237840 BLAKE2B 0c18d332ba3b293060ba6ef713230073cf8477717d972b5d56c335290c044449c31ca1ce60253525b50618fd86896a44ed63f031c82bf8cb733a801e133a7607 SHA512 c09c6d7c70783c82805de48b3c9e9171471f83a6fd15d1dd9929a1ccb27ed375af492bc2a048944fc4af0ed568e5485ebc59cbd305ebd593b7f80b6c7766a1dc
diff --git a/app-crypt/keysmith/keysmith-25.12.0.ebuild b/app-crypt/keysmith/keysmith-25.12.0.ebuild
new file mode 100644
index 00000000000..564f493c438
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-25.12.0.ebuild
@@ -0,0 +1,39 @@
+# 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.19.0
+QTMIN=6.9.1
+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 ~loong ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-libs/kirigami-addons-1.7.0: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/kconfig-${KFMIN}: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
+"