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

Collapse All | Expand All

(-)/usr/portage/x11-misc/3ddesktop/3ddesktop-0.2.5.ebuild (-1 / +5 lines)
Lines 15-27 Link Here
15
		media-libs/imlib2
15
		media-libs/imlib2
16
		x11-base/opengl-update"
16
		x11-base/opengl-update"
17
17
18
src_unpack() {
19
	unpack ${A}
20
	epatch ${FILESDIR}/3ddeskMEM+Compression+Fix-${PV}.patch
21
}
22
18
src_compile() {
23
src_compile() {
19
	econf || die
24
	econf || die
20
	emake || die
25
	emake || die
21
}
26
}
22
27
23
src_install () {
28
src_install () {
24
25
	make DESTDIR=${D} install || die
29
	make DESTDIR=${D} install || die
26
	dodoc README AUTHORS COPYING TODO ChangeLog README.windowmanagers
30
	dodoc README AUTHORS COPYING TODO ChangeLog README.windowmanagers
27
31

Return to bug 28712