mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
app-cdr/xfburn: Bump to 0.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST xfburn-0.7.2.tar.bz2 1305071 BLAKE2B 4b083ce28b2223b64e324908159181384ebc63cf891e9f847b316cf888b126a3dca727a94fde0130555324140d883a4a5e8a924990cdc3daa50c315bf3774193 SHA512 7966fc32a71b029f3e511565bcb751b06a9b87c2b434c9d546cccc1ba43479b1d1b17c9afe743babd08192e39907e4967e755a7b5fd72df3906645cce50db9a9
|
||||
DIST xfburn-0.8.0.tar.bz2 1242967 BLAKE2B 3b2bf862a7ecdf0c685da148a5fba61ce6e7971b7eb49b924ec38649867ee5760a914d3144a69a41d0da4f81cdf9fd8fa6279795552a5c6071f1fd4677b31f2e SHA512 51bb2da9f3cedb2789834ba96fe3a63013ea29b1544f9541e5a8d40d866846b6b9c631224530761ded45a9f8ed82a23aec8f19a473286b363d0406b2edfd6858
|
||||
|
||||
60
app-cdr/xfburn/xfburn-0.8.0.ebuild
Normal file
60
app-cdr/xfburn/xfburn-0.8.0.ebuild
Normal file
@@ -0,0 +1,60 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
DESCRIPTION="GTK+ based CD and DVD burning application"
|
||||
HOMEPAGE="
|
||||
https://docs.xfce.org/apps/xfburn/start
|
||||
https://gitlab.xfce.org/apps/xfburn/
|
||||
"
|
||||
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
IUSE="gstreamer +udev"
|
||||
|
||||
# TODO: remove exo when we dep on xfce >= 4.21
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.66.0
|
||||
>=dev-libs/libburn-0.4.2:=
|
||||
>=dev-libs/libisofs-0.6.2:=
|
||||
>=x11-libs/gtk+-3.24.0:3
|
||||
>=xfce-base/exo-0.18.0:=
|
||||
>=xfce-base/libxfce4ui-4.18.0:=
|
||||
>=xfce-base/libxfce4util-4.18.0:=
|
||||
gstreamer? (
|
||||
>=media-libs/gstreamer-1.0.0:1.0
|
||||
>=media-libs/gst-plugins-base-1.0.0:1.0
|
||||
)
|
||||
udev? ( >=dev-libs/libgudev-145:= )
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature udev gudev)
|
||||
$(meson_feature gstreamer)
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user