summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 17:51:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:51:00 +0200
commit0ae877dd350bbafa244c2dc68dd94db2e9ce3afa (patch)
tree9859cbacc582d6576722087e9ef0d4b6cc2f5619 /app-crypt
parentapp-cdr/isoimagewriter: 24.05.1 version bump (diff)
downloadgentoo-0ae877dd350bbafa244c2dc68dd94db2e9ce3afa.tar.gz
gentoo-0ae877dd350bbafa244c2dc68dd94db2e9ce3afa.tar.bz2
gentoo-0ae877dd350bbafa244c2dc68dd94db2e9ce3afa.zip
app-crypt/keysmith: 24.05.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-24.05.1.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 6947efd660cb..c78a5bec2878 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1,3 @@
DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
DIST keysmith-24.05.0.tar.xz 171256 BLAKE2B a23aeb41a1b7720bb2acd6ae467f124eb0694d07efac0ce562bda9cd7fe57896fae37093656b12f0455e6c37dadb5a2f10e9a46bcb031847d784d45e95be751b SHA512 a09b806c509e7e235570ac1e4077080e6c2f4be5e51fba66c3a063afff083676ce8b84766c15f40088ec2eab486c8abad54b645dcf4d3afbe4a91c03cc76af68
+DIST keysmith-24.05.1.tar.xz 171436 BLAKE2B 35c290d5150d34f794606731848f5bc9f974f36cc0ab139b782adb0cc76744d74ef49d697687a5ac9b025c3d1102eff70d60875a512c45372d1cc3b5e80e2f61 SHA512 5aadf941c270f13fdc78cf9cd4e4a5682d70858163fd9542b8f02b0cd9bdb57cb6081d663e25aeddffe5e9a57e456d3d81c9dbee1bacce915f4fc242a80f29c3
diff --git a/app-crypt/keysmith/keysmith-24.05.1.ebuild b/app-crypt/keysmith/keysmith-24.05.1.ebuild
new file mode 100644
index 000000000000..d6740a9f8e6e
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.05.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.3.0
+QTMIN=6.6.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"
+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
+"