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

Collapse All | Expand All

(-)fvwm-crystal-3.0.6-r1.ebuild (-2 / +3 lines)
Lines 13-19 Link Here
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
15
IUSE=""
15
IUSE=""
16
RDEPEND=">=x11-wm/fvwm-2.5.13
16
RDEPEND=">=x11-wm/fvwm-2.5.13[png]
17
	dev-lang/python
17
	dev-lang/python
18
	media-gfx/imagemagick
18
	media-gfx/imagemagick
19
	|| ( x11-misc/stalonetray x11-misc/trayer )
19
	|| ( x11-misc/stalonetray x11-misc/trayer )
Lines 24-33 Link Here
24
src_prepare() {
24
src_prepare() {
25
	find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die
25
	find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die
26
	epatch "${FILESDIR}/fvwm-crystal.apps.patch"
26
	epatch "${FILESDIR}/fvwm-crystal.apps.patch"
27
	epatch "${FILESDIR}/Makefile_DESTDIR.patch"
27
}
28
}
28
29
29
src_install() {
30
src_install() {
30
	einstall || die "einstall failed"
31
	emake DESTDIR="${D}" prefix="/usr" install || die "install failed"
31
32
32
	dodoc AUTHORS README INSTALL NEWS ChangeLog doc/* || die
33
	dodoc AUTHORS README INSTALL NEWS ChangeLog doc/* || die
33
34

Return to bug 345985