Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224787
Collapse All | Expand All

(-)/usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.02-r1.ebuild (-1 / +8 lines)
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
13
KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
14
IUSE="truetype perl iso14755"
14
IUSE="truetype perl iso14755 colors256"
15
15
16
# see bug #115992 for modular x deps
16
# see bug #115992 for modular x deps
17
RDEPEND="x11-libs/libX11
17
RDEPEND="x11-libs/libX11
Lines 34-39 Link Here
34
	sed -i -e \
34
	sed -i -e \
35
		"s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \
35
		"s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \
36
		doc/Makefile.in
36
		doc/Makefile.in
37
38
	# 256 colors support
39
	if use colors256; then
40
		epatch ${S}/doc/urxvt-8.2-256color.patch
41
		./autogen.sh
42
	fi
37
}
43
}
38
44
39
src_compile() {
45
src_compile() {
Lines 45-50 Link Here
45
		--enable-everything \
51
		--enable-everything \
46
		$(use_enable truetype xft) \
52
		$(use_enable truetype xft) \
47
		$(use_enable perl) \
53
		$(use_enable perl) \
54
		$(use_enable colors256 xterm-colors=256) \
48
		--disable-text-blink \
55
		--disable-text-blink \
49
		${myconf} \
56
		${myconf} \
50
		|| die
57
		|| die

Return to bug 224787