diff options
Diffstat (limited to 'app-crypt')
| -rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
| -rw-r--r-- | app-crypt/keysmith/keysmith-24.01.90.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest new file mode 100644 index 00000000000..c732d82849f --- /dev/null +++ b/app-crypt/keysmith/Manifest @@ -0,0 +1 @@ +DIST keysmith-24.01.90.tar.xz 169448 BLAKE2B 9a67a3260968a5a3cd0aa2200b46c56a603ffd2baa38452e08855e3c138fe864690b9d51c30222505be96011b3c8d17c40e8050a0d37be01c3c5fe42a8e67c42 SHA512 bfa3012e9fa57ad087d004168e294811257094a98226e224e75b7ed9bfb5df4581bb96695d9af07f2912b7fd074536d7c9547820bfaf5f12fb1613dff40db012 diff --git a/app-crypt/keysmith/keysmith-24.01.90.ebuild b/app-crypt/keysmith/keysmith-24.01.90.ebuild new file mode 100644 index 00000000000..d0b6019562f --- /dev/null +++ b/app-crypt/keysmith/keysmith-24.01.90.ebuild @@ -0,0 +1,33 @@ +# 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=5.248.0 +QTMIN=6.6.0 +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 ~arm64 ~loong ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/kirigami-addons:6 + dev-libs/libsodium:= + >=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] +" |
