Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160543 | Differences between
and this patch

Collapse All | Expand All

(-)xfce4-genmon-3.0.ebuild.orig (-7 / +11 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $Header: $
4
4
5
inherit xfce44
5
WANT_AUTOCONF=latest
6
WANT_AUTOMAKE=latest
7
8
inherit xfce44 eutils autotools
6
9
7
xfce44_beta
10
xfce44_beta
8
xfce44_goodies_panel_plugin
11
xfce44_goodies_panel_plugin
Lines 12-20 Link Here
12
15
13
DEPEND="xfce-extra/xfce4-dev-tools"
16
DEPEND="xfce-extra/xfce4-dev-tools"
14
17
15
# FIXME this really shouldn't need to be regenerated, distfile should come ready
18
src_unpack() {
16
# to go
19
	unpack ${A}
17
src_compile() {
20
	cd ${S}
18
	xdt-autogen ${XFCE_CONFIG} || die
21
	epatch ${FILESDIR}/${PN}-asneeded.patch	
19
	emake ${JOBS} || die
22
	AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
23
	intltoolize --automake --copy --force || die "intltoolize failed"
20
}
24
}

Return to bug 160543