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

Collapse All | Expand All

(-)/usr/portage/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild (-1 / +4 lines)
Lines 2-7 Link Here
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/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild,v 1.10 2007/08/02 12:43:41 uberlord Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild,v 1.10 2007/08/02 12:43:41 uberlord Exp $
4
4
5
inherit eutils
6
5
MY_P=${P/_beta/beta}
7
MY_P=${P/_beta/beta}
6
8
7
DESCRIPTION="F***ing Small Panel. Good (and small) replacement for gnome-panel"
9
DESCRIPTION="F***ing Small Panel. Good (and small) replacement for gnome-panel"
Lines 25-31 Link Here
25
27
26
src_unpack() {
28
src_unpack() {
27
	unpack ${A}
29
	unpack ${A}
28
	sed -i -e 's,/X11R6,,g' "${S}/configure"
30
	cd "${S}"
31
	epatch "${FILESDIR}/${P}-configure.patch" 
29
}
32
}
30
33
31
src_compile() {
34
src_compile() {

Return to bug 210624