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

(-)/usr/portage/x11-terms/mrxvt/mrxvt-0.5.2-r1.ebuild (-22 / +14 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2006 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-terms/mrxvt/mrxvt-0.5.2-r1.ebuild,v 1.3 2007/07/22 05:50:25 dberkholz Exp $
4
3
5
inherit eutils
4
inherit eutils
6
5
Lines 30-43 Link Here
30
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
31
	x11-proto/xproto"
30
	x11-proto/xproto"
32
31
33
src_unpack() {
34
35
	unpack ${A}
36
	cd "${S}"
37
	epatch "${FILESDIR}/${P}-no_debug_x.patch"
38
39
}
40
41
src_compile() {
32
src_compile() {
42
33
43
	local myconf
34
	local myconf
Lines 75-90 Link Here
75
		myconf="${myconf} --with-term=${RXVT_TERM}"
66
		myconf="${myconf} --with-term=${RXVT_TERM}"
76
	fi
67
	fi
77
68
78
	econf \
69
	econf									\
79
		--enable-everything \
70
		--enable-everything					\
80
		$(use_enable debug) \
71
		--with-atab-extra=25				\
81
		$(use_enable jpeg) \
72
		$(use_enable debug)					\
82
		$(use_enable png) \
73
		$(use_enable png)					\
83
		$(use_enable xpm) \
74
		$(use_enable jpeg)					\
84
		$(use_enable session sessionmgr) \
75
		$(use_enable xpm)					\
85
		$(use_enable truetype xft) \
76
		$(use_enable session sessionmgr)	\
86
		$(use_enable utempter) \
77
		$(use_enable truetype xft)			\
87
		$(use_enable menubar) \
78
		$(use_enable menubar)				\
88
		${myconf} || die
79
		${myconf} || die
89
80
90
	emake || die
81
	emake || die
Lines 107-114 Link Here
107
		einfo
98
		einfo
108
		einfo "If you experience problems with curses programs, then this is"
99
		einfo "If you experience problems with curses programs, then this is"
109
		einfo "most likely because of incorrectly set termcap / terminfo"
100
		einfo "most likely because of incorrectly set termcap / terminfo"
110
		einfo "entries. If you are unsure how to fix them, then you can try"
101
		einfo "entries. To fix this you can dry and run (as user)"
111
		einfo "setting TERM=xterm."
102
		einfo "	tic /usr/share/doc/${P}/etc/mrxvt.terminfo"
103
		einfo "Alternately, run the offending programs with TERM=xterm."
112
		einfo
104
		einfo
113
		einfo "To emerge mrxvt with TERM=xterm by default, set the RXVT_TERM"
105
		einfo "To emerge mrxvt with TERM=xterm by default, set the RXVT_TERM"
114
		einfo "environment variable to 'xterm', or your desired default"
106
		einfo "environment variable to 'xterm', or your desired default"

Return to bug 189872