--- gnomebaker-0.2.ebuild 2005-02-06 23:27:34.173166712 +0100 +++ gnomebaker-0.3.ebuild 2005-02-06 23:09:24.005897328 +0100 @@ -1,10 +1,12 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit gnome2 + DESCRIPTION="GnomeBaker is a GTK2/Gnome cd burning application." -HOMEPAGE="http://biddell.co.uk/gnomebaker.php" -SRC_URI="http://biddell.co.uk/files/${P}.tar.gz" +HOMEPAGE="http://gnomebaker.sf.net" +SRC_URI="mirror://sourceforge/gnomebaker/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -21,9 +23,15 @@ media-sound/mpg123 media-sound/sox" -src_compile() { - econf || die "configure failed" - emake || die "make failed" +src_unpack() { + + unpack ${A} + + cd ${S} + + # use the omf_fix for scrollkeeper sandbox + # violations, see bug #48800 + gnome2_omf_fix } src_install() {