diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 12:42:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 13:36:20 +0200 |
commit | e32a0e132e6ba565f3483bc92dfa57a0de88ed18 (patch) | |
tree | 983abb5df48826ee4c055023e273f391b26a4fc0 /app-crypt/keysmith | |
parent | app-cdr/dolphin-plugins-mountiso: 23.04.2 version bump (diff) | |
download | gentoo-e32a0e132e6ba565f3483bc92dfa57a0de88ed18.tar.gz gentoo-e32a0e132e6ba565f3483bc92dfa57a0de88ed18.tar.bz2 gentoo-e32a0e132e6ba565f3483bc92dfa57a0de88ed18.zip |
app-crypt/keysmith: 23.04.2 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-23.04.2.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest index c72d4acfc941..44492c508ec2 100644 --- a/app-crypt/keysmith/Manifest +++ b/app-crypt/keysmith/Manifest @@ -1 +1,2 @@ DIST keysmith-23.04.1.tar.xz 161236 BLAKE2B e1803beca54dec248a2cf65fa886aeac7a128aad9cce400772cc38b8cb27bd5e8aa5f1b00d79d81281fdb567e1b3591ab5636886e29f79c7c7ce325d6f5459a1 SHA512 9e24ceab16f369a3b03c4c52307f4484e9e4896022725a6bc61e66cf736ea0936a3dca56e0ecd652beb9a151b17b8187b89063918b179994cb1fb8f27eb79532 +DIST keysmith-23.04.2.tar.xz 161252 BLAKE2B b2bb39eafa86484b5f2d991a55129ee5bc6373e6c6c2393e1eb255b935319eea6ac5f2e898547219e3e1f4ce6a2d685922d2b41456ef1fec00f6d4461c099a90 SHA512 8086e9e383c178b5e0106085f9cf4adb52f15a4894e825fe36fed25e7dcb3de45fc099ef847f301f8be0ee5c6405abf55956cad777efca7a7305d7b85df067d5 diff --git a/app-crypt/keysmith/keysmith-23.04.2.ebuild b/app-crypt/keysmith/keysmith-23.04.2.ebuild new file mode 100644 index 000000000000..351289524b58 --- /dev/null +++ b/app-crypt/keysmith/keysmith-23.04.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY="utilities" +ECM_TEST="true" +KFMIN=5.106.0 +QTMIN=5.15.9 +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/libsodium:= + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 +" +DEPEND="${RDEPEND} + >=dev-qt/qtconcurrent-${QTMIN}:5 +" |