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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +9 lines)
Line  Link Here
0
-- gtk-engines-murrine-0.53.1.ebuild.orig
0
++ gtk-engines-murrine-0.53.1-r1.ebuild
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-themes/gtk-engines-murrine/gtk-engines-murrine-0.53.1.ebuild,v 1.5 2007/07/19 13:48:48 angelos Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-murrine/gtk-engines-murrine-0.53.1.ebuild,v 1.5 2007/07/19 13:48:48 angelos Exp $
4
4
5
inherit eutils
6
5
MY_PN="murrine"
7
MY_PN="murrine"
6
MY_P="${MY_PN}-${PV}"
8
MY_P="${MY_PN}-${PV}"
7
DESCRIPTION="Murrine GTK+2 Cairo Engine"
9
DESCRIPTION="Murrine GTK+2 Cairo Engine"
Lines 20-25 Link Here
20
22
21
S="${WORKDIR}/${MY_P}"
23
S="${WORKDIR}/${MY_P}"
22
24
25
src_unpack() {
26
	unpack ${A}
27
	cd "${S}"
28
	epatch "${FILESDIR}/${P}-free.patch"
29
}
30
23
src_compile() {
31
src_compile() {
24
	econf --enable-animation || die "econf failed"
32
	econf --enable-animation || die "econf failed"
25
	emake || die "emake failed"
33
	emake || die "emake failed"

Return to bug 198815