app-cdr/isoimagewriter: 26.08.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-08-20 22:27:07 +02:00
parent 3849892044
commit dda47dfa8e
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST isoimagewriter-26.04.3.tar.xz 474832 BLAKE2B b25a43613469af4a8568d82b595e660b479c81a97b4f030c81a4ec1572083f826501087ad9969560027f6f803dc0a3909684e884650294c48ff4cb14d79505d8 SHA512 a066f9805677b7c45ff4c4dbc25eaa6c3e80ee3027961f81fed82b9377cf6351dd739d6da4026243674daf0d9a70f4134c210ef1ccd111e06e3dc664d67f6264
DIST isoimagewriter-26.08.0.tar.xz 476440 BLAKE2B d1b63620528854405dc59eadf230cec5fe5f8a0939bd4a315be132586d192f47ed86d372db5a128dae9208dc6a26970edc5234a9b9d276591056b09f9eb99ee3 SHA512 fb15d6e97aea9a9dfaebb464a89f7009157c1e14c6d3c418cc09b1d15665cbdbd827dda0f393eb1e07ca3bd1818fe25f11e12c08607ad8c92947a179e11a8171

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.27.0
QTMIN=6.11.2
inherit ecm gear.kde.org xdg
DESCRIPTION="Write hybrid ISO files onto a USB disk"
HOMEPAGE="https://community.kde.org/ISOImageWriter"
LICENSE="GPL-3"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
IUSE=""
DEPEND="
dev-cpp/gpgmepp:=
dev-libs/qgpgme:=
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,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
"