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