forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-cdr/isoimagewriter: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST isoimagewriter-1.0.0.tar.xz 451924 BLAKE2B cec34345811faa2d43f376ada085867856f7ab2473c070ed35db713fb627241a1c30c3b842c9b9329592f9f1f061e2f01db0dc63a381ad50c6b95b2b0c1b2733 SHA512 d50e8146cfde12d940ccfc1ed8ad71a69d203054e470d52e274589aa38d6fbdb018a79db4b63725c7b37acfedfa36b211cc79437e3f12668b8499d9ece3ee562 | ||
DIST isoimagewriter-24.05.2.tar.xz 466924 BLAKE2B da4632e39f25c1d3ca07d35b454d8e23837332f991716ef0b914a1b21e4bded8ed44c718812942738349d7dfb264868427b321c8c31d92cdfd621ccfbd289fe6 SHA512 bff4d1bc5a425bb0709b9d64c4a460412d7ed9d844980b0b0b385960941a3e7bd3c42ce3230d75a743ff77f815ccae304a675eed273e56d5a47d5aa58810c695 | ||
DIST isoimagewriter-24.08.0.tar.xz 468424 BLAKE2B d13c8e70452b55d7658b63608de7cf56f800ddc708be990709ee956169797bba68357deb03d6bea8955f8b6adf0f2fea1b831eab067578b8114b179cd8e59592 SHA512 3436aac6cb6b18acd541d8e0abbe4262aba62957767e1522f0fa616508cb6e978881bf1f9565e738a7c5a3502cc90f9acd4f6ab3a0dd70f6b37c92480278bbe9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KFMIN=6.5.0 | ||
QTMIN=6.7.2 | ||
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" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=app-crypt/gpgme-1.23.1-r1:=[cxx(+),qt6] | ||
>=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 | ||
" |