Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-9.12-r1.ebuild
Date: Mon, 04 Jul 2011 22:26:31
Message-Id: 20110704222612.472D52004B@flycatcher.gentoo.org
1 wired 11/07/04 22:26:12
2
3 Modified: ChangeLog
4 Added: rxvt-unicode-9.12-r1.ebuild
5 Log:
6 prefix: switched to upstream macosx-clipboard script
7
8 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.190 x11-terms/rxvt-unicode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.190&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.190&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.189&r2=1.190
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
20 retrieving revision 1.189
21 retrieving revision 1.190
22 diff -u -r1.189 -r1.190
23 --- ChangeLog 3 Jul 2011 18:53:24 -0000 1.189
24 +++ ChangeLog 4 Jul 2011 22:26:12 -0000 1.190
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.189 2011/07/03 18:53:24 wired Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.190 2011/07/04 22:26:12 wired Exp $
30 +
31 +*rxvt-unicode-9.12-r1 (04 Jul 2011)
32 +
33 + 04 Jul 2011; Alex Alexander <wired@g.o> +rxvt-unicode-9.12-r1.ebuild:
34 + prefix: switched to upstream macosx-clipboard script
35
36 03 Jul 2011; Alex Alexander <wired@g.o>
37 +files/rxvt-unicode-9.06-case-insensitive-fs.patch, rxvt-unicode-9.12.ebuild,
38
39
40
41 1.1 x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.12-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rxvt-unicode-9.12-r1.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-r1.ebuild,v 1.1 2011/07/04 22:26:12 wired 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
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 kernel_Darwin? ( dev-perl/Mac-Pasteboard )"
77 DEPEND="${RDEPEND}
78 dev-util/pkgconfig
79 x11-proto/xproto"
80
81 REQUIRED_USE="vanilla? ( !alt-font-width focused-urgency !force-hints !wcwidth )"
82
83 src_prepare() {
84 # fix for prefix not installing properly
85 epatch "${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch
86
87 if ! use afterimage && ! use pixbuf; then
88 einfo " + If you want transparency support, please enable either the *pixbuf*"
89 einfo " or the *afterimage* USE flag. Enabling both will default to pixbuf."
90 fi
91
92 if use vanilla; then
93 ewarn " + You have enabled the vanilla USE flag."
94 ewarn " This means no USE flag controlled patches will be applied."
95 else
96 ewarn " + You are going to include unsupported third-party bug fixes/features."
97
98 use wcwidth && epatch doc/wcwidth.patch
99
100 # bug #240165
101 use focused-urgency || epatch "${FILESDIR}"/${PN}-9.06-no-urgency-if-focused.diff
102
103 # bug #263638
104 epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
105
106 # bug #346553
107 use force-hints && epatch "${FILESDIR}"/${PN}-9.10-force-hints.patch
108
109 # bug #237271
110 epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch
111
112 use alt-font-width && epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
113 fi
114
115 # kill the rxvt-unicode terminfo file - #192083
116 sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || die "sed failed"
117
118 eautoreconf
119 }
120
121 src_configure() {
122 local myconf=''
123
124 use iso14755 || myconf='--disable-iso14755'
125
126 econf --enable-everything \
127 $(use_enable 256-color) \
128 $(use_enable afterimage) \
129 $(use_enable blink text-blink) \
130 $(use_enable fading-colors fading) \
131 $(use_enable font-styles) \
132 $(use_enable mousewheel) \
133 $(use_enable perl) \
134 $(use_enable pixbuf) \
135 $(use_enable truetype xft) \
136 $(use_enable unicode3) \
137 ${myconf}
138 }
139
140 src_compile() {
141 emake || die "emake failed"
142
143 sed -i \
144 -e 's/RXVT_BASENAME = "rxvt"/RXVT_BASENAME = "urxvt"/' \
145 "${S}"/doc/rxvt-tabbed || die "tabs sed failed"
146 }
147
148 src_install() {
149 make DESTDIR="${D}" install || die
150
151 dodoc README.FAQ Changes
152 cd "${S}"/doc
153 dodoc README* changes.txt etc/* rxvt-tabbed
154 }