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/heliodor/heliodor-0.2.1.ebuild (+8 lines)
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-wm/heliodor/heliodor-0.2.1.ebuild,v 1.1 2007/03/21 03:11:58 tsunam Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/heliodor/heliodor-0.2.1.ebuild,v 1.1 2007/03/21 03:11:58 tsunam Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="Beryl Metacity Window Decorator"
7
DESCRIPTION="Beryl Metacity Window Decorator"
6
HOMEPAGE="http://beryl-project.org"
8
HOMEPAGE="http://beryl-project.org"
7
SRC_URI="http://releases.beryl-project.org/${PV}/${P}.tar.bz2"
9
SRC_URI="http://releases.beryl-project.org/${PV}/${P}.tar.bz2"
Lines 24-29 Link Here
24
	>=sys-devel/gettext-0.15
26
	>=sys-devel/gettext-0.15
25
	>=dev-util/intltool-0.35"
27
	>=dev-util/intltool-0.35"
26
28
29
src_unpack() {
30
	unpack ${A}
31
	cd "${S}"
32
	epatch ${FILESDIR}/heliodor-libwnck.patch
33
}
34
27
src_compile() {
35
src_compile() {
28
	econf || die "econf failed"
36
	econf || die "econf failed"
29
	emake || die "emake failed"
37
	emake || die "emake failed"

Return to bug 189374