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

Collapse All | Expand All

(-)openbox-3.5.0-r1.ebuild.old (-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-wm/openbox/openbox-3.5.0-r1.ebuild,v 1.1 2011/09/03 10:27:07 hwoarang Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0-r1.ebuild,v 1.1 2011/09/03 10:27:07 hwoarang Exp $
4
4
5
EAPI="2"
5
EAPI="4"
6
WANT_AUTOMAKE="1.9"
6
WANT_AUTOMAKE="1.9"
7
inherit multilib autotools eutils
7
inherit multilib autotools eutils
8
8
Lines 37-42 Link Here
37
	epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch
37
	epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch
38
	epatch "${FILESDIR}"/${PN}-as-needed.patch
38
	epatch "${FILESDIR}"/${PN}-as-needed.patch
39
	epatch "${FILESDIR}"/${P}-configure-imlib2.patch
39
	epatch "${FILESDIR}"/${P}-configure-imlib2.patch
40
	sed -i "s:-O0 -ggdb ::" ./m4/openbox.m4 || die
40
	eautopoint
41
	eautopoint
41
	eautoreconf
42
	eautoreconf
42
}
43
}
Lines 57-62 Link Here
57
	dodir /etc/X11/Sessions
58
	dodir /etc/X11/Sessions
58
	echo "/usr/bin/openbox-session" > "${D}/etc/X11/Sessions/${PN}"
59
	echo "/usr/bin/openbox-session" > "${D}/etc/X11/Sessions/${PN}"
59
	fperms a+x /etc/X11/Sessions/${PN}
60
	fperms a+x /etc/X11/Sessions/${PN}
60
	emake DESTDIR="${D}" install || die "emake install failed"
61
	default
61
	! use static-libs && rm "${D}"/usr/$(get_libdir)/lib{obt,obrender}.la
62
	! use static-libs && rm "${D}"/usr/$(get_libdir)/lib{obt,obrender}.la
62
}
63
}

Return to bug 383481