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

Collapse All | Expand All

(-)/usr/portage/x11-wm/emerald/emerald-0.2.1.ebuild (-1 / +7 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/emerald/emerald-0.2.1.ebuild,v 1.1 2007/03/21 03:11:05 tsunam Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/emerald/emerald-0.2.1.ebuild,v 1.1 2007/03/21 03:11:05 tsunam Exp $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="Beryl Window Decorator"
7
DESCRIPTION="Beryl Window Decorator"
8
HOMEPAGE="http://beryl-project.org"
8
HOMEPAGE="http://beryl-project.org"
Lines 25-30 Link Here
25
	>=sys-devel/gettext-0.15
25
	>=sys-devel/gettext-0.15
26
	>=dev-util/intltool-0.35"
26
	>=dev-util/intltool-0.35"
27
27
28
src_unpack() {
29
	unpack ${A}
30
	cd "${S}"
31
	epatch ${FILESDIR}/emerald-libwnck-2.20.patch
32
}
33
28
pkg_setup() {
34
pkg_setup() {
29
	G2CONF="${G2CONF} --disable-mime-update"
35
	G2CONF="${G2CONF} --disable-mime-update"
30
}
36
}

Return to bug 189374