From 0257e9dc221b7b598eb7e3abbdf27bc56eb2aca9 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Mon, 6 Jan 2003 05:42:51 +0000 Subject: nls bloat fix --- app-cdr/xcdroast/ChangeLog | 9 +++++++-- app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild | 16 ++++++++++------ 2 files changed, 17 insertions(+), 8 deletions(-) (limited to 'app-cdr/xcdroast') diff --git a/app-cdr/xcdroast/ChangeLog b/app-cdr/xcdroast/ChangeLog index 3080f47f235e..7a2e68147554 100644 --- a/app-cdr/xcdroast/ChangeLog +++ b/app-cdr/xcdroast/ChangeLog @@ -3,7 +3,12 @@ # /space/gentoo/cvsroot/gentoo-x86/app-cdr/xcdroast/ChangeLog,v 1.7 2002/06/05 02:39:55 lostlogic Exp *xcdroast-0.98_alpha13 (04 Jan 2003) - + + 05 Jan 2002; Seemant Kulleen + xcdroast-0.98_alpha13.ebuild : + + NLS bloat reduction + 04 Jan 2003; Arcady Genkin : Version bump (thanks to Lars Weiler ). This one works with cdrtools 2.0. @@ -46,4 +51,4 @@ *xcdroast-0.98_alpha9 (11 Apr 2002) 11 Apr 2002; Spider - Update all glib dependencies to use glib-1.2* in preparation of unmasking the glib-2.0.1 packages \ No newline at end of file + Update all glib dependencies to use glib-1.2* in preparation of unmasking the glib-2.0.1 packages diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild index c2c1a1c4dc00..643e0eb0a6a6 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild @@ -1,9 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild,v 1.1 2003/01/04 12:40:17 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild,v 1.2 2003/01/06 05:42:51 seemant Exp $ +S=${WORKDIR}/${P/_/} DESCRIPTION="Menu based front-end to mkisofs and cdrecord" HOMEPAGE="http://www.xcdroast.org/" +SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz" + +SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" @@ -13,12 +17,12 @@ DEPEND="=x11-libs/gtk+-1.2* >=media-libs/giflib-3.0 >=app-cdr/cdrtools-2.0" -SLOT="0" -S=${WORKDIR}/${P/_/} -SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz" - src_compile() { - ./configure --prefix=/usr + + local myconf + use nls || myconf="${myconf} --disable-nls" + + econf ${myconf} || die make PREFIX=/usr || die } -- cgit v1.2.3-65-gdbad