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

Collapse All | Expand All

(-)hsetroot-1.0.2.ebuild.old (-1 / +13 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-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.8 2007/01/16 20:48:26 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.8 2007/01/16 20:48:26 vapier Exp $
4
4
5
EAPI="2"
6
7
inherit autotools eutils
8
5
DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
9
DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
6
HOMEPAGE="http://thegraveyard.org/hsetroot.php"
10
HOMEPAGE="http://thegraveyard.org/hsetroot.php"
7
SRC_URI="http://thegraveyard.org/files/${P}.tar.gz"
11
SRC_URI="http://thegraveyard.org/files/${P}.tar.gz"
Lines 13-24 IUSE="" Link Here
13
17
14
RDEPEND="x11-libs/libX11
18
RDEPEND="x11-libs/libX11
15
	x11-libs/libXext
19
	x11-libs/libXext
16
	>=media-libs/imlib2-1.0.6.2003"
20
	>=media-libs/imlib2-1.0.6.2003[X]"
17
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
18
	x11-proto/xproto
22
	x11-proto/xproto
19
	x11-libs/libX11
23
	x11-libs/libX11
20
	x11-libs/libXt"
24
	x11-libs/libXt"
21
25
26
src_unpack() {
27
	unpack ${A}
28
	cd "${S}"
29
30
	epatch "${FILESDIR}"/fixed-dependencies.patch
31
	eautoreconf
32
}
33
22
src_install() {
34
src_install() {
23
	emake install DESTDIR="${D}" || die
35
	emake install DESTDIR="${D}" || die
24
	dodoc AUTHORS ChangeLog NEWS README
36
	dodoc AUTHORS ChangeLog NEWS README

Return to bug 248569