summaryrefslogtreecommitdiff
path: root/app-crypt/keysmith
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-25 14:32:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-25 14:55:06 +0200
commite0f2f42a9fa42522273e9e07b514643794dcaf58 (patch)
tree581968064143e93a7b04d60feab2dd903efce0ca /app-crypt/keysmith
parent32b1e078037d3b7815c7732ea3f1619cf03e4181 (diff)
downloadkde-e0f2f42a9fa42522273e9e07b514643794dcaf58.tar.gz
kde-e0f2f42a9fa42522273e9e07b514643794dcaf58.tar.bz2
kde-e0f2f42a9fa42522273e9e07b514643794dcaf58.zip
app-crypt/keysmith: 25.07.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/keysmith')
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-25.07.90.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..e05e2f86bb3
--- /dev/null
+++ b/app-crypt/keysmith/Manifest
@@ -0,0 +1 @@
+DIST keysmith-25.07.90.tar.xz 237600 BLAKE2B b90b27e0cc07680b2a42ad704f98b75bb07d3f268571249b6d1018ac57f3cb81cae4b30afa51c8e160e089ba8b20a7687fdce640bcc3dde865f15ba9f057bf56 SHA512 4baab92cc2db359b4fc66c8bb1476f811142a5b963daf8226d125d9543480f4a944739865c04ba9fd8a8191d114aae925e074dd3c7592f8f0ddfa0d99d670f1b
diff --git a/app-crypt/keysmith/keysmith-25.07.90.ebuild b/app-crypt/keysmith/keysmith-25.07.90.ebuild
new file mode 100644
index 00000000000..a795d29a0f1
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-25.07.90.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.16.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 ~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
+"