diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 19:28:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 19:32:51 +0200 |
commit | cde59f33f3d6e5bb4d08f073d2c8010c98713018 (patch) | |
tree | 7076fe42b6788101d38ba3b6b94071359a76196f /app-crypt/keysmith | |
parent | app-cdr/isoimagewriter: 24.08.1 version bump (diff) | |
download | kde-cde59f33f3d6e5bb4d08f073d2c8010c98713018.tar.gz kde-cde59f33f3d6e5bb4d08f073d2c8010c98713018.tar.bz2 kde-cde59f33f3d6e5bb4d08f073d2c8010c98713018.zip |
app-crypt/keysmith: 24.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/keysmith')
-rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-24.08.1.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..bbd7be0054 --- /dev/null +++ b/app-crypt/keysmith/Manifest @@ -0,0 +1 @@ +DIST keysmith-24.08.1.tar.xz 171424 BLAKE2B 79f3f12c533245749e17c98e6cc4c3f7856d393b4a01f208b611a7ba354145c3c44d93a078ed1728e592c62c4b05783870da1b643ddf74ea06f1f2d08801b1ec SHA512 c1386053249c65c626a5c2d2a84c7a036a4b702c5fd240217f5bc26de55e6eadcd0a7e3235a0a949dc8862fc96400fb3b8d26da476dc9d0e89969bdaea6079cc diff --git a/app-crypt/keysmith/keysmith-24.08.1.ebuild b/app-crypt/keysmith/keysmith-24.08.1.ebuild new file mode 100644 index 0000000000..592cdbe135 --- /dev/null +++ b/app-crypt/keysmith/keysmith-24.08.1.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 +" |