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

Collapse All | Expand All

(-)peksystray-0.4.0.ebuild.orig (-2 / +3 lines)
Lines 2-8 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/peksystray/peksystray-0.4.0.ebuild,v 1.2 2007/08/08 10:08:17 omp Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.4.0.ebuild,v 1.2 2007/08/08 10:08:17 omp Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
6
7
DESCRIPTION="A system tray dockapp for window managers supporting docking"
7
DESCRIPTION="A system tray dockapp for window managers supporting docking"
8
HOMEPAGE="http://peksystray.sourceforge.net/"
8
HOMEPAGE="http://peksystray.sourceforge.net/"
Lines 21-27 Link Here
21
	unpack ${A}
21
	unpack ${A}
22
	cd "${S}"
22
	cd "${S}"
23
23
24
	epatch "${FILESDIR}/${P}-ldadd.patch"
24
	epatch "${FILESDIR}/${P}-as-needed.patch"
25
	eautoreconf
25
}
26
}
26
27
27
src_install() {
28
src_install() {

Return to bug 248577