Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxcb/files: libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
Date: Tue, 30 Dec 2014 01:06:35
Message-Id: 20141230002926.2AB67E74F@oystercatcher.gentoo.org
1 remi 14/12/30 00:29:26
2
3 Added:
4 libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
5 Log:
6 x11-libs/libxcb: revbump + add patch to fix bug #533906
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 901AB08A)
9
10 Revision Changes Path
11 1.1 x11-libs/libxcb/files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxcb/files/libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch?rev=1.1&content-type=text/plain
15
16 Index: libxcb-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch
17 ===================================================================
18 From e9b5234b3b0b53bd3a35f947ddb8a72d03cf1825 Mon Sep 17 00:00:00 2001
19 From: =?UTF-8?q?R=C3=A9mi=20Cardona?= <remi@g.o>
20 Date: Mon, 29 Dec 2014 20:18:22 +0100
21 Subject: [PATCH] Don't install headers/man pages for disabled extensions
22 MIME-Version: 1.0
23 Content-Type: text/plain; charset=UTF-8
24 Content-Transfer-Encoding: 8bit
25
26 https://bugs.gentoo.org/show_bug.cgi?id=533906
27
28 Signed-off-by: RĂ©mi Cardona <remi@g.o>
29 ---
30 src/Makefile.am | 52 ++++++++++++++++++++++++++--------------------------
31 1 file changed, 26 insertions(+), 26 deletions(-)
32
33 diff --git a/src/Makefile.am b/src/Makefile.am
34 index 5a3c52a..774ad8e 100644
35 --- a/src/Makefile.am
36 +++ b/src/Makefile.am
37 @@ -24,208 +24,208 @@ XCB_LIBS = libxcb.la
38
39 # FIXME: find a way to autogenerate this from the XML files.
40
41 -EXTSOURCES += composite.c
42 if BUILD_COMPOSITE
43 +EXTSOURCES += composite.c
44 lib_LTLIBRARIES += libxcb-composite.la
45 libxcb_composite_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
46 libxcb_composite_la_LIBADD = $(XCB_LIBS)
47 nodist_libxcb_composite_la_SOURCES = composite.c composite.h
48 endif
49
50 -EXTSOURCES += damage.c
51 if BUILD_DAMAGE
52 +EXTSOURCES += damage.c
53 lib_LTLIBRARIES += libxcb-damage.la
54 libxcb_damage_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
55 libxcb_damage_la_LIBADD = $(XCB_LIBS)
56 nodist_libxcb_damage_la_SOURCES = damage.c damage.h
57 endif
58
59 -EXTSOURCES += dpms.c
60 if BUILD_DPMS
61 +EXTSOURCES += dpms.c
62 lib_LTLIBRARIES += libxcb-dpms.la
63 libxcb_dpms_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
64 libxcb_dpms_la_LIBADD = $(XCB_LIBS)
65 nodist_libxcb_dpms_la_SOURCES = dpms.c dpms.h
66 endif
67
68 -EXTSOURCES += dri2.c
69 if BUILD_DRI2
70 +EXTSOURCES += dri2.c
71 lib_LTLIBRARIES += libxcb-dri2.la
72 libxcb_dri2_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
73 libxcb_dri2_la_LIBADD = $(XCB_LIBS)
74 nodist_libxcb_dri2_la_SOURCES = dri2.c dri2.h
75 endif
76
77 -EXTSOURCES += dri3.c
78 if BUILD_DRI3
79 +EXTSOURCES += dri3.c
80 lib_LTLIBRARIES += libxcb-dri3.la
81 libxcb_dri3_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
82 libxcb_dri3_la_LIBADD = $(XCB_LIBS)
83 nodist_libxcb_dri3_la_SOURCES = dri3.c dri3.h
84 endif
85
86 -EXTSOURCES += present.c
87 if BUILD_PRESENT
88 +EXTSOURCES += present.c
89 lib_LTLIBRARIES += libxcb-present.la
90 libxcb_present_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
91 libxcb_present_la_LIBADD = $(XCB_LIBS)
92 nodist_libxcb_present_la_SOURCES = present.c present.h
93 endif
94
95 -EXTSOURCES += glx.c
96 if BUILD_GLX
97 lib_LTLIBRARIES += libxcb-glx.la
98 +EXTSOURCES += glx.c
99 libxcb_glx_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
100 libxcb_glx_la_LIBADD = $(XCB_LIBS)
101 nodist_libxcb_glx_la_SOURCES = glx.c glx.h
102 endif
103
104 -EXTSOURCES += randr.c
105 if BUILD_RANDR
106 +EXTSOURCES += randr.c
107 lib_LTLIBRARIES += libxcb-randr.la
108 libxcb_randr_la_LDFLAGS = -version-info 1:0:1 -no-undefined @lt_enable_auto_import@
109 libxcb_randr_la_LIBADD = $(XCB_LIBS)
110 nodist_libxcb_randr_la_SOURCES = randr.c randr.h
111 endif
112
113 -EXTSOURCES += record.c
114 if BUILD_RECORD
115 +EXTSOURCES += record.c
116 lib_LTLIBRARIES += libxcb-record.la
117 libxcb_record_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
118 libxcb_record_la_LIBADD = $(XCB_LIBS)
119 nodist_libxcb_record_la_SOURCES = record.c record.h
120 endif
121
122 -EXTSOURCES += render.c
123 if BUILD_RENDER
124 +EXTSOURCES += render.c
125 lib_LTLIBRARIES += libxcb-render.la
126 libxcb_render_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
127 libxcb_render_la_LIBADD = $(XCB_LIBS)
128 nodist_libxcb_render_la_SOURCES = render.c render.h
129 endif
130
131 -EXTSOURCES += res.c
132 if BUILD_RESOURCE
133 +EXTSOURCES += res.c
134 lib_LTLIBRARIES += libxcb-res.la
135 libxcb_res_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
136 libxcb_res_la_LIBADD = $(XCB_LIBS)
137 nodist_libxcb_res_la_SOURCES = res.c res.h
138 endif
139
140 -EXTSOURCES += screensaver.c
141 if BUILD_SCREENSAVER
142 +EXTSOURCES += screensaver.c
143 lib_LTLIBRARIES += libxcb-screensaver.la
144 libxcb_screensaver_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
145 libxcb_screensaver_la_LIBADD = $(XCB_LIBS)
146 nodist_libxcb_screensaver_la_SOURCES = screensaver.c screensaver.h
147 endif
148
149 -EXTSOURCES += shape.c
150 if BUILD_SHAPE
151 +EXTSOURCES += shape.c
152 lib_LTLIBRARIES += libxcb-shape.la
153 libxcb_shape_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
154 libxcb_shape_la_LIBADD = $(XCB_LIBS)
155 nodist_libxcb_shape_la_SOURCES = shape.c shape.h
156 endif
157
158 -EXTSOURCES += shm.c
159 if BUILD_SHM
160 +EXTSOURCES += shm.c
161 lib_LTLIBRARIES += libxcb-shm.la
162 libxcb_shm_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
163 libxcb_shm_la_LIBADD = $(XCB_LIBS)
164 nodist_libxcb_shm_la_SOURCES = shm.c shm.h
165 endif
166
167 -EXTSOURCES += sync.c
168 if BUILD_SYNC
169 +EXTSOURCES += sync.c
170 lib_LTLIBRARIES += libxcb-sync.la
171 libxcb_sync_la_LDFLAGS = -version-info 1:0:0 -no-undefined @lt_enable_auto_import@
172 libxcb_sync_la_LIBADD = $(XCB_LIBS)
173 nodist_libxcb_sync_la_SOURCES = sync.c sync.h
174 endif
175
176 -EXTSOURCES += xevie.c
177 if BUILD_XEVIE
178 +EXTSOURCES += xevie.c
179 lib_LTLIBRARIES += libxcb-xevie.la
180 libxcb_xevie_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
181 libxcb_xevie_la_LIBADD = $(XCB_LIBS)
182 nodist_libxcb_xevie_la_SOURCES = xevie.c xevie.h
183 endif
184
185 -EXTSOURCES += xf86dri.c
186 if BUILD_XFREE86_DRI
187 +EXTSOURCES += xf86dri.c
188 lib_LTLIBRARIES += libxcb-xf86dri.la
189 libxcb_xf86dri_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
190 libxcb_xf86dri_la_LIBADD = $(XCB_LIBS)
191 nodist_libxcb_xf86dri_la_SOURCES = xf86dri.c xf86dri.h
192 endif
193
194 -EXTSOURCES += xfixes.c
195 if BUILD_XFIXES
196 +EXTSOURCES += xfixes.c
197 lib_LTLIBRARIES += libxcb-xfixes.la
198 libxcb_xfixes_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
199 libxcb_xfixes_la_LIBADD = $(XCB_LIBS)
200 nodist_libxcb_xfixes_la_SOURCES = xfixes.c xfixes.h
201 endif
202
203 -EXTSOURCES += xinerama.c
204 if BUILD_XINERAMA
205 +EXTSOURCES += xinerama.c
206 lib_LTLIBRARIES += libxcb-xinerama.la
207 libxcb_xinerama_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
208 libxcb_xinerama_la_LIBADD = $(XCB_LIBS)
209 nodist_libxcb_xinerama_la_SOURCES = xinerama.c xinerama.h
210 endif
211
212 -EXTSOURCES += xinput.c
213 if BUILD_XINPUT
214 +EXTSOURCES += xinput.c
215 lib_LTLIBRARIES += libxcb-xinput.la
216 libxcb_xinput_la_LDFLAGS = -version-info 1:0:1 -no-undefined @lt_enable_auto_import@
217 libxcb_xinput_la_LIBADD = $(XCB_LIBS)
218 nodist_libxcb_xinput_la_SOURCES = xinput.c xinput.h
219 endif
220
221 -EXTSOURCES += xkb.c
222 if BUILD_XKB
223 +EXTSOURCES += xkb.c
224 lib_LTLIBRARIES += libxcb-xkb.la
225 libxcb_xkb_la_LDFLAGS = -version-info 1:0:0 -no-undefined
226 libxcb_xkb_la_LIBADD = $(XCB_LIBS)
227 nodist_libxcb_xkb_la_SOURCES = xkb.c xkb.h
228 endif
229
230 -EXTSOURCES += xprint.c
231 if BUILD_XPRINT
232 +EXTSOURCES += xprint.c
233 lib_LTLIBRARIES += libxcb-xprint.la
234 libxcb_xprint_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
235 libxcb_xprint_la_LIBADD = $(XCB_LIBS)
236 nodist_libxcb_xprint_la_SOURCES = xprint.c xprint.h
237 endif
238
239 -EXTSOURCES += xselinux.c
240 if BUILD_SELINUX
241 +EXTSOURCES += xselinux.c
242 lib_LTLIBRARIES += libxcb-xselinux.la
243 libxcb_xselinux_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
244 libxcb_xselinux_la_LIBADD = $(XCB_LIBS)
245 nodist_libxcb_xselinux_la_SOURCES = xselinux.c xselinux.h
246 endif
247
248 -EXTSOURCES += xtest.c
249 if BUILD_XTEST
250 +EXTSOURCES += xtest.c
251 lib_LTLIBRARIES += libxcb-xtest.la
252 libxcb_xtest_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
253 libxcb_xtest_la_LIBADD = $(XCB_LIBS)
254 nodist_libxcb_xtest_la_SOURCES = xtest.c xtest.h
255 endif
256
257 -EXTSOURCES += xv.c
258 if BUILD_XV
259 +EXTSOURCES += xv.c
260 lib_LTLIBRARIES += libxcb-xv.la
261 libxcb_xv_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
262 libxcb_xv_la_LIBADD = $(XCB_LIBS)
263 nodist_libxcb_xv_la_SOURCES = xv.c xv.h
264 endif
265
266 -EXTSOURCES += xvmc.c
267 if BUILD_XVMC
268 +EXTSOURCES += xvmc.c
269 lib_LTLIBRARIES += libxcb-xvmc.la
270 libxcb_xvmc_la_LDFLAGS = -version-info 0:0:0 -no-undefined @lt_enable_auto_import@
271 libxcb_xvmc_la_LIBADD = $(XCB_LIBS)
272 --
273 2.2.1