aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 15:17:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 18:30:35 +0100
commit2e1c3237d08ba78c044b3c788eaf966cfbf2a567 (patch)
tree0bc7a8c50b98553e13411d625288ab0397c77b68
parentapp-cdr/isoimagewriter: 24.11.80 version bump (diff)
downloadkde-2e1c3237d08ba78c044b3c788eaf966cfbf2a567.tar.gz
kde-2e1c3237d08ba78c044b3c788eaf966cfbf2a567.tar.bz2
kde-2e1c3237d08ba78c044b3c788eaf966cfbf2a567.zip
app-crypt/keysmith: 24.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-24.11.80.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
new file mode 100644
index 0000000000..57f50c3a31
--- /dev/null
+++ b/app-crypt/keysmith/Manifest
@@ -0,0 +1 @@
+DIST keysmith-24.11.80.tar.xz 172316 BLAKE2B 91313dd9c92a8b69b3e8039627e50f15dc3ed2c21d676e6b76a2e72cfbbd1fd7f9f340a8367dcd964cc6dae2ab554b43f22aaa27fdb2535193facb5a5d3a0e38 SHA512 d90ac0f2dd9b79b411222dbf467cd66c27f6166eec5948b59dfd9523b606f78c13080a1ccc9251af8d577b600526f1fb04005d3b0f501a03d341b4159c6aa260
diff --git a/app-crypt/keysmith/keysmith-24.11.80.ebuild b/app-crypt/keysmith/keysmith-24.11.80.ebuild
new file mode 100644
index 0000000000..103db7d6a0
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.11.80.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
+"