diff options
| -rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
| -rw-r--r-- | app-crypt/keysmith/keysmith-25.03.80.ebuild | 38 |
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..6fb11e4768b --- /dev/null +++ b/app-crypt/keysmith/Manifest @@ -0,0 +1 @@ +DIST keysmith-25.03.80.tar.xz 237208 BLAKE2B eb05c0867278f44935f569ea6ed59622c35d840f3775b5a1b9b4c377ebbb7d1211eb63c5d613155b69591b73f6c92b75e8f85dcf9d31e05d20d928684e60ede3 SHA512 dee74e0f915be03510f8f004891b260bd19c07143958bee15fc3c9d344862880b8e63449c5cfc0fd16bdb41336f184e3523006f77cc46e22226f2814da18c0a0 diff --git a/app-crypt/keysmith/keysmith-25.03.80.ebuild b/app-crypt/keysmith/keysmith-25.03.80.ebuild new file mode 100644 index 00000000000..7ed5b6e4f04 --- /dev/null +++ b/app-crypt/keysmith/keysmith-25.03.80.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.9.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 +" |
