diff options
author | 2024-12-10 23:58:48 +0100 | |
---|---|---|
committer | 2024-12-12 22:44:02 +0100 | |
commit | 6614d290a2b6ca512a52f8e912c1cbf2c18c951e (patch) | |
tree | 294e5c6b2ad3d78c6a5a521a48c29e0be98f5ba5 /app-crypt | |
parent | app-cdr/isoimagewriter: 24.12.0 version bump (diff) | |
download | gentoo-6614d290a2b6ca512a52f8e912c1cbf2c18c951e.tar.gz gentoo-6614d290a2b6ca512a52f8e912c1cbf2c18c951e.tar.bz2 gentoo-6614d290a2b6ca512a52f8e912c1cbf2c18c951e.zip |
app-crypt/keysmith: 24.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-24.12.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest index 663cc2f23e1d..351ab3b4d768 100644 --- a/app-crypt/keysmith/Manifest +++ b/app-crypt/keysmith/Manifest @@ -1 +1,2 @@ DIST keysmith-24.08.3.tar.xz 171432 BLAKE2B 3849b02928b0aff80e28cc09d208ff543cf930e8e997a5c2c139325e1ce1785c5e569604eb64217f02b2ca99ae5b5edd651069f601a5a01ed59aaf65202ffedf SHA512 bfb67ea99c1435bee49e3a5170c9ca102f9d6ffe81ca66c1fa97e8c86fdf4464abb8a1c945cb7ffa2d89bfa995dda3ef7d20a512476642d38b9483789163b8eb +DIST keysmith-24.12.0.tar.xz 172432 BLAKE2B f3a61cfe09cf54919fb676719c5e751f1065e6b74f824573a7b655e2323b6c81787cb8f7d106c57706d8846760b1c18439ca6a57a372e00c7be3f7dd4d4a9628 SHA512 9cf48a564676435430bebfe92b5f9a8613fa4fc4c8c222f219c064c381349ef7b0c3350dc004086e764ee0caba5b02b8f0f36038dbeca7867d2ea948ec2d5cec diff --git a/app-crypt/keysmith/keysmith-24.12.0.ebuild b/app-crypt/keysmith/keysmith-24.12.0.ebuild new file mode 100644 index 000000000000..103db7d6a0a1 --- /dev/null +++ b/app-crypt/keysmith/keysmith-24.12.0.ebuild @@ -0,0 +1,37 @@ +# 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/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 +" |