summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 16:56:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 20:35:43 +0100
commit0c587d3dc35c41a7a16854a43651e688410bbd18 (patch)
tree14203108b21b45600f510aa8838a0fe7fca25d25 /app-crypt
parentapp-cdr/isoimagewriter: 24.12.1 version bump (diff)
downloadgentoo-0c587d3dc35c41a7a16854a43651e688410bbd18.tar.gz
gentoo-0c587d3dc35c41a7a16854a43651e688410bbd18.tar.bz2
gentoo-0c587d3dc35c41a7a16854a43651e688410bbd18.zip
app-crypt/keysmith: 24.12.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.12.1.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 351ab3b4d768..aa45ac2e2ae3 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1,3 @@
DIST keysmith-24.08.3.tar.xz 171432 BLAKE2B 3849b02928b0aff80e28cc09d208ff543cf930e8e997a5c2c139325e1ce1785c5e569604eb64217f02b2ca99ae5b5edd651069f601a5a01ed59aaf65202ffedf SHA512 bfb67ea99c1435bee49e3a5170c9ca102f9d6ffe81ca66c1fa97e8c86fdf4464abb8a1c945cb7ffa2d89bfa995dda3ef7d20a512476642d38b9483789163b8eb
DIST keysmith-24.12.0.tar.xz 172432 BLAKE2B f3a61cfe09cf54919fb676719c5e751f1065e6b74f824573a7b655e2323b6c81787cb8f7d106c57706d8846760b1c18439ca6a57a372e00c7be3f7dd4d4a9628 SHA512 9cf48a564676435430bebfe92b5f9a8613fa4fc4c8c222f219c064c381349ef7b0c3350dc004086e764ee0caba5b02b8f0f36038dbeca7867d2ea948ec2d5cec
+DIST keysmith-24.12.1.tar.xz 174024 BLAKE2B a1f4ef4b1c958bffea7ee95784ba172d0de344e5761dcf98df2658451ab02447412a83264cff5f14b6d920c206bdf0c0435f6d0fe7b1929a337a21336a974024 SHA512 f3aa3feb50da43065491837080f12877590f2c67df6d10260b2dddfc1978e25d86dac84ed323278b0a580e0013bf5fe298be926f93a09984d69d8e0bbf70e6f6
diff --git a/app-crypt/keysmith/keysmith-24.12.1.ebuild b/app-crypt/keysmith/keysmith-24.12.1.ebuild
new file mode 100644
index 000000000000..a2d49325b99b
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.12.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.7.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
+"