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

Collapse All | Expand All

(-)/usr/portage/x11-terms/xterm/xterm-184.ebuild (-4 / +7 lines)
Lines 13-26 Link Here
13
KEYWORDS="~x86 ~ppc ~sparc ~hppa amd64 ~mips ~alpha ~ia64"
13
KEYWORDS="~x86 ~ppc ~sparc ~hppa amd64 ~mips ~alpha ~ia64"
14
IUSE="truetype Xaw3d"
14
IUSE="truetype Xaw3d"
15
15
16
DEPEND="|| ( x11-base/xorg-x11 >=x11-base/xfree-4.3.0-r6 )
16
RDEPEND="|| ( x11-base/xorg-x11 >=x11-base/xfree-4.3.0-r6 )
17
	sys-apps/utempter
17
	sys-apps/utempter
18
	Xaw3d? ( x11-libs/Xaw3d )"
18
	Xaw3d? ( x11-libs/Xaw3d )"
19
19
20
DEPEND="${RDEPEND}
21
	dev-lang/perl"
22
20
src_unpack() {
23
src_unpack() {
21
	unpack ${A}; cd ${S}
24
	unpack ${A}; cd ${S}
22
25
23
	epatch ${FILESDIR}/${P}-remove-termcap-breakage.patch
26
	epatch ${FILESDIR}/${P}-fix-luitpath.patch
24
27
25
	# Keep the blue from previous xterms, instead of the dodgerblue and
28
	# Keep the blue from previous xterms, instead of the dodgerblue and
26
	# steelblue
29
	# steelblue
Lines 45-57 Link Here
45
		--enable-load-vt-fonts \
48
		--enable-load-vt-fonts \
46
		--enable-toolbar \
49
		--enable-toolbar \
47
		--enable-luit \
50
		--enable-luit \
48
		--enable-wide-chars \
49
		--disable-imake \
51
		--disable-imake \
50
		|| die
52
		|| die
51
	emake || die
53
	emake || die
52
}
54
}
53
55
54
src_install() {
56
src_install() {
55
	make DESTDIR=${D} install-full || die
57
	make DESTDIR=${D} install install-ti || die
56
	dodoc README* INSTALL*
58
	dodoc README* INSTALL*
59
	dohtml xterm.log.html
57
}
60
}

Return to bug 50982