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.20.ebuild rxvt-unicode-9.19.ebuild
Date: Wed, 30 Apr 2014 13:28:14
Message-Id: 20140430132809.247982004B@flycatcher.gentoo.org
1 jer 14/04/30 13:28:09
2
3 Modified: ChangeLog
4 Added: rxvt-unicode-9.20.ebuild
5 Removed: rxvt-unicode-9.19.ebuild
6 Log:
7 Version bump (bug #509174).
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
10
11 Revision Changes Path
12 1.254 x11-terms/rxvt-unicode/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.254&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.254&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.253&r2=1.254
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
21 retrieving revision 1.253
22 retrieving revision 1.254
23 diff -u -r1.253 -r1.254
24 --- ChangeLog 4 Mar 2014 20:29:55 -0000 1.253
25 +++ ChangeLog 30 Apr 2014 13:28:08 -0000 1.254
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-terms/rxvt-unicode
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.253 2014/03/04 20:29:55 vincent Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.254 2014/04/30 13:28:08 jer Exp $
31 +
32 +*rxvt-unicode-9.20 (30 Apr 2014)
33 +
34 + 30 Apr 2014; Jeroen Roovers <jer@g.o> -rxvt-unicode-9.19.ebuild,
35 + +rxvt-unicode-9.20.ebuild:
36 + Version bump (bug #509174).
37
38 04 Mar 2014; Vicente Olivert Riera <vincent@g.o>
39 rxvt-unicode-9.19.ebuild:
40
41
42
43 1.1 x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild?rev=1.1&content-type=text/plain
47
48 Index: rxvt-unicode-9.20.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild,v 1.1 2014/04/30 13:28:08 jer Exp $
53
54 EAPI=4
55 inherit autotools eutils
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/Attic/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
64 IUSE="
65 256-color alt-font-width blink buffer-on-clear +focused-urgency
66 fading-colors +font-styles iso14755 +mousewheel +perl pixbuf secondary-wheel
67 startup-notification xft unicode3 +vanilla wcwidth
68 "
69
70 RDEPEND="
71 >=sys-libs/ncurses-5.7-r6
72 kernel_Darwin? ( dev-perl/Mac-Pasteboard )
73 media-libs/fontconfig
74 perl? ( dev-lang/perl )
75 pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )
76 startup-notification? ( x11-libs/startup-notification )
77 x11-libs/libX11
78 x11-libs/libXrender
79 xft? ( x11-libs/libXft )
80 "
81 DEPEND="
82 ${RDEPEND}
83 virtual/pkgconfig
84 x11-proto/xproto
85 "
86
87 RESTRICT="test"
88 REQUIRED_USE="vanilla? ( !alt-font-width !buffer-on-clear focused-urgency !secondary-wheel !wcwidth )"
89
90 src_prepare() {
91 # fix for prefix not installing properly
92 epatch \
93 "${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch \
94 "${FILESDIR}"/${PN}-9.15-xsubpp.patch
95
96 if ! use vanilla; then
97 ewarn "You are going to include unsupported third-party bug fixes/features."
98 ewarn "If you want even more control over patches, then set USE=vanilla"
99 ewarn "and store your patch set in /etc/portage/patches/${CATEGORY}/${PF}/"
100
101 use wcwidth && epatch doc/wcwidth.patch
102
103 # bug #240165
104 use focused-urgency || epatch "${FILESDIR}"/${PN}-9.06-no-urgency-if-focused.diff
105
106 # bug #263638
107 epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
108
109 # bug #237271
110 epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch
111
112 # support for wheel scrolling on secondary screens
113 use secondary-wheel && epatch "${FILESDIR}"/${PN}-9.19-secondary-wheel.patch
114
115 # ctrl-l buffer fix
116 use buffer-on-clear && epatch "${FILESDIR}"/${PN}-9.14-clear.patch
117
118 use alt-font-width && epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
119 else
120 epatch_user
121 fi
122
123 # kill the rxvt-unicode terminfo file - #192083
124 sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || die "sed failed"
125
126 eautoreconf
127 }
128
129 src_configure() {
130 local myconf=''
131
132 use iso14755 || myconf='--disable-iso14755'
133
134 econf --enable-everything \
135 $(use_enable 256-color) \
136 $(use_enable blink text-blink) \
137 $(use_enable fading-colors fading) \
138 $(use_enable font-styles) \
139 $(use_enable mousewheel) \
140 $(use_enable perl) \
141 $(use_enable pixbuf) \
142 $(use_enable startup-notification) \
143 $(use_enable xft) \
144 $(use_enable unicode3) \
145 ${myconf}
146 }
147
148 src_compile() {
149 emake || die "emake failed"
150
151 sed -i \
152 -e 's/RXVT_BASENAME = "rxvt"/RXVT_BASENAME = "urxvt"/' \
153 "${S}"/doc/rxvt-tabbed || die "tabs sed failed"
154 }
155
156 src_install() {
157 default
158
159 dodoc \
160 README.FAQ Changes doc/README* doc/changes.txt doc/etc/* doc/rxvt-tabbed
161
162 make_desktop_entry urxvt rxvt-unicode utilities-terminal \
163 "System;TerminalEmulator"
164 }
165
166 pkg_postinst() {
167 if use buffer-on-clear; then
168 ewarn "You have enabled the buffer-on-clear USE flag."
169 ewarn "Please note that, although this works well for most prompts,"
170 ewarn "there have been cases with fancy prompts, like bug #397829,"
171 ewarn "where it caused issues. Proceed with caution."
172 ewarn " (keep this terminal open until you make sure it works)"
173 fi
174 if use secondary-wheel; then
175 elog "You have enabled the secondary-wheel USE flag."
176 elog "This allows you to scroll in secondary screens"
177 elog "(like mutt's message list/view or nano) using the mouse wheel."
178 elog
179 elog "To actually enable the feature you have to add"
180 elog " URxvt*secondaryWheel: true"
181 elog "in your ~/.Xdefaults file"
182 fi
183 }