From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- app-cdr/xcdroast/xcdroast-1.19-r1.ebuild | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 app-cdr/xcdroast/xcdroast-1.19-r1.ebuild (limited to 'app-cdr/xcdroast/xcdroast-1.19-r1.ebuild') diff --git a/app-cdr/xcdroast/xcdroast-1.19-r1.ebuild b/app-cdr/xcdroast/xcdroast-1.19-r1.ebuild new file mode 100644 index 000000000000..17994dcb4dfb --- /dev/null +++ b/app-cdr/xcdroast/xcdroast-1.19-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop xdg + +DESCRIPTION="Lightweight cdrtools front-end for CD and DVD writing" +HOMEPAGE="http://www.xcdroast.org/" +SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz" +S="${WORKDIR}"/${P/_/} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="nls suid" + +RDEPEND=">=app-cdr/cdrtools-3.02_alpha09 + media-libs/alsa-lib + >=x11-libs/gtk+-2:2" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable suid user-host-mode) +} + +src_install() { + default + + dodoc -r AUTHORS ChangeLog README doc/* + + newicon -s 48 xpms/ico_cdwriter.xpm xcdroast.xpm + make_desktop_entry xcdroast "X-CD-Roast" xcdroast "AudioVideo;DiscBurning" +} -- cgit v1.2.3