--- xfce4-genmon-3.0.ebuild.orig 2007-01-06 20:10:43.000000000 +0200 +++ xfce4-genmon-3.0.ebuild 2007-01-06 20:53:10.000000000 +0200 @@ -1,8 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon/xfce4-genmon-3.0.ebuild,v 1.1 2006/12/06 05:04:19 nichoj Exp $ +# $Header: $ -inherit xfce44 +WANT_AUTOCONF=latest +WANT_AUTOMAKE=latest + +inherit xfce44 eutils autotools xfce44_beta xfce44_goodies_panel_plugin @@ -12,9 +15,10 @@ DEPEND="xfce-extra/xfce4-dev-tools" -# FIXME this really shouldn't need to be regenerated, distfile should come ready -# to go -src_compile() { - xdt-autogen ${XFCE_CONFIG} || die - emake ${JOBS} || die +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-asneeded.patch + AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf + intltoolize --automake --copy --force || die "intltoolize failed" }