aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 13:29:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 14:23:50 +0100
commitaf8d8c435160c047496334c0500869f9ea537960 (patch)
treed03d816558233cbd46ea3c9d56255da8819b2a60 /app-cdr
parentapp-cdr/dolphin-plugins-mountiso: Add 24.02 stable branch (diff)
downloadkde-af8d8c435160c047496334c0500869f9ea537960.tar.gz
kde-af8d8c435160c047496334c0500869f9ea537960.tar.bz2
kde-af8d8c435160c047496334c0500869f9ea537960.zip
app-cdr/isoimagewriter: Add 24.02 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/isoimagewriter/isoimagewriter-24.02.49.9999.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-cdr/isoimagewriter/isoimagewriter-24.02.49.9999.ebuild b/app-cdr/isoimagewriter/isoimagewriter-24.02.49.9999.ebuild
new file mode 100644
index 0000000000..d28a88a88d
--- /dev/null
+++ b/app-cdr/isoimagewriter/isoimagewriter-24.02.49.9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.246.0
+QTMIN=6.6.0
+inherit ecm gear.kde.org
+
+DESCRIPTION="Write hybrid ISO files onto a USB disk"
+HOMEPAGE="https://community.kde.org/ISOImageWriter"
+
+LICENSE="GPL-3"
+SLOT="6"
+IUSE=""
+
+# qtbase[test]: *actual* use of QSignalSpy
+DEPEND="
+ >=app-crypt/gpgme-1.23.1-r1:=[cxx(+),qt6]
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,test,widgets]
+ >=kde-frameworks/karchive-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ sys-fs/udisks:2
+"