summaryrefslogtreecommitdiff
path: root/app-cdr/xfburn/xfburn-0.6.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/xfburn/xfburn-0.6.2.ebuild')
-rw-r--r--app-cdr/xfburn/xfburn-0.6.2.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/app-cdr/xfburn/xfburn-0.6.2.ebuild b/app-cdr/xfburn/xfburn-0.6.2.ebuild
index d81b8d65fea4..9c4343ec1b57 100644
--- a/app-cdr/xfburn/xfburn-0.6.2.ebuild
+++ b/app-cdr/xfburn/xfburn-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit xdg-utils
DESCRIPTION="GTK+ based CD and DVD burning application"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfburn"
+HOMEPAGE="https://docs.xfce.org/apps/xfburn/start"
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
@@ -29,6 +29,13 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
+src_prepare() {
+ # fix bashism
+ # https://gitlab.xfce.org/apps/xfburn/-/merge_requests/36
+ sed -i -e 's:== x:= x:' configure || die
+ default
+}
+
src_configure() {
local myconf=(
$(use_enable udev gudev)