summaryrefslogtreecommitdiff
path: root/app-crypt/keysmith
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/keysmith')
-rw-r--r--app-crypt/keysmith/Manifest2
-rw-r--r--app-crypt/keysmith/keysmith-25.04.1.ebuild38
2 files changed, 40 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 24b375ac5e9c..6694250fc8b6 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,5 @@
DIST keysmith-24.12.3.tar.xz 174084 BLAKE2B 00b670c7407d22ff8be66a67d87e74ee0843f7ac85901d0ad9d836d2ce3be754ca8e24ed7f2a97e294b57f0567259e0b529080b77e0c8a89bb95324504959317 SHA512 43ae405bd37dd1ab4cac62221fefd35987d5ae8f1eafcc2ea4357dfcb05e94050dd1ca93584c80dfc21fa841b3b426016654f0639304c42fb3d031d06acd7377
+DIST keysmith-25.04.1.tar.xz 237368 BLAKE2B e60b0553a0a9e3fe74258caa61fdb115d63380790c19c182c9b347286cecb5fc2d6b085bb7614e0d517dff941569a5c91d09e3cf2ec166f73e259b98d1c84d29 SHA512 9a625ba859e3708800b1a8763b5354a9ff44e7036ba6a423009003e8fc20f4accbb4dba00a7d5afc87d928f1b94831847180eea760dea9515ea14af1e4196d0c
EBUILD keysmith-24.12.3.ebuild 888 BLAKE2B cb51f33c83b407a8fdf25cb18cbc1acb222a3cb1b0599769c52370c427374d32d92393d5faf8046abfcd02d1ab64a85c0d96de154415bd1912b0d482c2769023 SHA512 8ed974cbd0a7318dcd2c57b62d0af1db04dd84c97c233ce1a180239ac70f476e40e966c8719d0c53f9018189ea2e9064b3f6cccab5d0a5457be64bcf0d22e121
+EBUILD keysmith-25.04.1.ebuild 915 BLAKE2B 68cab8b0845e960ff745e1c5dc8776b91ac2a3399e8561d9e42baac34925b13c193aa6c74ca8e819dab48b146437f9d96c3590656da781c53d319970bf01c87a SHA512 084c1b3e187eaa0c3fd48c1980259ef3727b34a7f7a6de1b2715d106b83f6c7e21b43b6a3550130bf867b6092ce33d3bea90a7ff6e4804c823dd6a3a595f9fb0
MISC metadata.xml 380 BLAKE2B 110b310586031ac53056b1502648607210ee0256858efee1d54e756e130b4e331202f8571c96f5064ccee7d63bce9c4af2b92c40389d2c7b06a4fad70be8656d SHA512 10365587bc7347003e99f0684c92fa7c7154576643eaee09e79b1bddf5aed12b6062dc426b07343c6cfbcd423ab3e77e245b3659919f75e4a4183fb56fa2fa0e
diff --git a/app-crypt/keysmith/keysmith-25.04.1.ebuild b/app-crypt/keysmith/keysmith-25.04.1.ebuild
new file mode 100644
index 000000000000..bfbe46da0346
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-25.04.1.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
+"