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.05.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.04.90.tar.xz 466968 BLAKE2B ebd1776a29b4b67b27b756648bccde012f0777a0699cf8da7320769f47b1de644895a1659f20d58f0d152a00e10b0238b5e51cf8f11a7aa1c918592b00577b7d SHA512 ee160cec8d309a1680f1f6f4fd0604d1990018a02435864d46af6ee91472722d987596e0ba595d7686916c8d091766d71b88364b75ccee8f18d117e2788fe4c1 | ||
DIST isoimagewriter-24.05.0.tar.xz 467024 BLAKE2B c3afbcd76698086a69ad32b4ae6d63c2fa548de0b34db1d1d004c00e2637097196bf3de47db938ef1dcdc49846cbcb3b011f0052ae87a616ae7f0539d5158724 SHA512 06a99164c22c949f65de94a8634b407855d46385c37972135124eb2024491bce4f1329b751738ff6ca47e902dcca5f15ef66c3ef1ad011c256cf42b31590e62d |
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.0.0 | ||
QTMIN=6.6.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" | ||
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 | ||
" |