Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-9.11.ebuild
Date: Mon, 02 May 2011 16:27:44
Message-Id: 20110502162724.540A520054@flycatcher.gentoo.org
1 jer 11/05/02 16:27:24
2
3 Modified: ChangeLog
4 Added: rxvt-unicode-9.11.ebuild
5 Log:
6 Version bump thanks to Justin Lecher (bug #365695). Enforce USE=vanilla (bug #358269).
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux i686)
9
10 Revision Changes Path
11 1.183 x11-terms/rxvt-unicode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.183&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.183&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.182&r2=1.183
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
20 retrieving revision 1.182
21 retrieving revision 1.183
22 diff -u -r1.182 -r1.183
23 --- ChangeLog 23 Apr 2011 18:53:15 -0000 1.182
24 +++ ChangeLog 2 May 2011 16:27:24 -0000 1.183
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-terms/rxvt-unicode
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.182 2011/04/23 18:53:15 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.183 2011/05/02 16:27:24 jer Exp $
30 +
31 +*rxvt-unicode-9.11 (02 May 2011)
32 +
33 + 02 May 2011; Jeroen Roovers <jer@g.o> +rxvt-unicode-9.11.ebuild:
34 + Version bump thanks to Justin Lecher (bug #365695). Enforce USE=vanilla (bug
35 + #358269).
36
37 23 Apr 2011; Raúl Porcel <armin76@g.o> rxvt-unicode-9.10.ebuild:
38 alpha/ia64/sparc stable wrt #353109
39
40
41
42 1.1 x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: rxvt-unicode-9.11.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.11.ebuild,v 1.1 2011/05/02 16:27:24 jer Exp $
52
53 EAPI="3"
54
55 inherit autotools
56
57 DESCRIPTION="rxvt clone with xft and unicode support"
58 HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
59 SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth"
65
66 RDEPEND="x11-libs/libX11
67 x11-libs/libXft
68 x11-libs/libXrender
69 >=sys-libs/ncurses-5.7-r6
70 afterimage? ( || ( media-libs/libafterimage x11-wm/afterstep ) )
71 perl? ( dev-lang/perl )
72 pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 x11-proto/xproto"
76
77 src_prepare() {
78 if ! use afterimage && ! use pixbuf; then
79 einfo " + If you want transparency support, please enable either the *pixbuf*"
80 einfo " or the *afterimage* USE flag. Enabling both will default to pixbuf."
81 fi
82
83 if use vanilla; then
84 ewarn " + You have enabled the vanilla USE flag."
85 ewarn " This means no USE flag controlled patches will be applied."
86 else
87 if use wcwidth || use force-hints; then
88 ewarn " + You enabled wcwidth or force-hints or both."
89 ewarn " Please note that these are not supported by upstream."
90 ewarn " You are at your own if you run into problems."
91 fi
92
93 local tdir=/usr/share/terminfo
94
95 use wcwidth && epatch doc/wcwidth.patch
96
97 # bug #240165
98 epatch "${FILESDIR}"/${PN}-9.06-no-urgency-if-focused.diff
99
100 # bug #263638
101 epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
102
103 # bug #346553
104 use force-hints && epatch "${FILESDIR}"/${PN}-9.10-force-hints.patch
105
106 # bug #237271
107 ewarn " + You are going to include third-party bug fixes/features."
108 ewarn " They came without any warranty and are not supported by the"
109 ewarn " Gentoo community."
110 epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch
111 epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
112 fi
113
114 # kill the rxvt-unicode terminfo file - #192083
115 sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || die "sed failed"
116
117 eautoreconf
118 }
119
120 src_configure() {
121 local myconf=''
122
123 use iso14755 || myconf='--disable-iso14755'
124
125 econf --enable-everything \
126 $(use_enable 256-color) \
127 $(use_enable afterimage) \
128 $(use_enable blink text-blink) \
129 $(use_enable fading-colors fading) \
130 $(use_enable font-styles) \
131 $(use_enable perl) \
132 $(use_enable pixbuf) \
133 $(use_enable truetype xft) \
134 $(use_enable unicode3) \
135 ${myconf}
136 }
137
138 src_compile() {
139 emake || die "emake failed"
140
141 sed -i \
142 -e 's/RXVT_BASENAME = "rxvt"/RXVT_BASENAME = "urxvt"/' \
143 "${S}"/doc/rxvt-tabbed || die "tabs sed failed"
144 }
145
146 src_install() {
147 make DESTDIR="${D}" install || die
148
149 dodoc README.FAQ Changes
150 cd "${S}"/doc
151 dodoc README* changes.txt etc/* rxvt-tabbed
152 }