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

Collapse All | Expand All

(-)file_not_specified_in_diff (-19 / +16 lines)
Line  Link Here
0
-- xstroke-0.6-r1.ebuild
0
++ xstroke-0.6-r2.ebuild
Lines 1-8 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
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/xstroke/xstroke-0.6-r1.ebuild,v 1.6 2008/01/09 08:29:51 nelchael Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6-r1.ebuild,v 1.6 2008/01/09 08:29:51 nelchael Exp $
4
4
5
inherit eutils
5
EAPI=4
6
7
inherit autotools eutils
6
8
7
DESCRIPTION="Gesture/Handwriting recognition engine for X"
9
DESCRIPTION="Gesture/Handwriting recognition engine for X"
8
# Dead upstream?
10
# Dead upstream?
Lines 12-41 Link Here
12
14
13
LICENSE="GPL-2"
15
LICENSE="GPL-2"
14
SLOT="0"
16
SLOT="0"
15
KEYWORDS="alpha ~amd64 hppa ~mips ppc sparc x86"
17
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
16
IUSE=""
18
IUSE=""
17
19
18
RDEPEND="x11-libs/libXtst
20
RDEPEND="x11-libs/libX11
19
	x11-libs/libX11
21
	x11-libs/libXext
22
	x11-libs/libXft
20
	x11-libs/libXpm
23
	x11-libs/libXpm
21
	x11-libs/libXrender
24
	x11-libs/libXrender
22
	x11-libs/libXt
25
	x11-libs/libXtst"
23
	x11-libs/libXft"
26
24
DEPEND="${RDEPEND}
27
DEPEND="${RDEPEND}
25
	media-libs/freetype
26
	media-libs/fontconfig
27
	dev-util/pkgconfig
28
	dev-util/pkgconfig
28
	x11-proto/xextproto
29
	sys-devel/flex
29
	x11-proto/inputproto
30
	virtual/yacc
30
	x11-proto/xproto"
31
	x11-proto/xproto"
31
32
32
src_unpack() {
33
src_prepare() {
33
	unpack ${A}
34
	epatch "${FILESDIR}/${P}-sigsegv_sprintf.patch"
34
	epatch "${FILESDIR}/${P}-sigsegv_sprintf.patch"
35
	epatch "${FILESDIR}/${P}-underlinking.patch"
35
36
36
}
37
	eautoreconf
37
38
src_install() {
39
	make DESTDIR="${D}" BINDIR=/usr/bin install || die "make install failed"
40
	dodoc AUTHORS ChangeLog NEWS README TODO
41
}
38
}

Return to bug 370011