diff options
-rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-24.07.90.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest new file mode 100644 index 0000000000..39c400384f --- /dev/null +++ b/app-crypt/keysmith/Manifest @@ -0,0 +1 @@ +DIST keysmith-24.07.90.tar.xz 171332 BLAKE2B daf981fbaf0e86eaff2eca29786e81de89f7c0f5ff88fb6f1a29e8ebcbddc81a77b9953f3f1eb2539de969464688174dd6709a3db5aee0c3c1707073408747a7 SHA512 93bee3e3d0f591491a621f8cf277866bb4fddfacb42785569e44f54aa000eb595fc0af2bbc12cda7c33562ddeb0572245d006fe1ca2e907ec232b1d244f6e418 diff --git a/app-crypt/keysmith/keysmith-24.07.90.ebuild b/app-crypt/keysmith/keysmith-24.07.90.ebuild new file mode 100644 index 0000000000..592cdbe135 --- /dev/null +++ b/app-crypt/keysmith/keysmith-24.07.90.ebuild @@ -0,0 +1,36 @@ +# 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=6.5.0 +QTMIN=6.7.2 +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 ~ppc64 ~x86" +IUSE="" + +COMMON_DEPEND=" + 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="${COMMON_DEPEND} + >=dev-qt/qtbase-${QTMIN}:6[concurrent] +" +RDEPEND="${COMMON_DEPEND} + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 +" |