Thu Sep 16 08:37:53 2021 UTC ()
xorgproto: install pkg-config files into lib/pkgconfig, like usual

Bump PKGREVISION.


(wiz)
diff -r1.17 -r1.18 pkgsrc/x11/xorgproto/Makefile
diff -r1.8 -r1.9 pkgsrc/x11/xorgproto/PLIST

cvs diff -r1.17 -r1.18 pkgsrc/x11/xorgproto/Makefile (switch to unified diff)

--- pkgsrc/x11/xorgproto/Makefile 2021/09/16 08:22:41 1.17
+++ pkgsrc/x11/xorgproto/Makefile 2021/09/16 08:37:53 1.18
@@ -1,51 +1,54 @@ @@ -1,51 +1,54 @@
1# $NetBSD: Makefile,v 1.17 2021/09/16 08:22:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2021/09/16 08:37:53 wiz Exp $
2 2
3DISTNAME= xorgproto-2021.5 3DISTNAME= xorgproto-2021.5
 4PKGREVISION= 1
4CATEGORIES= x11 devel 5CATEGORIES= x11 devel
5MASTER_SITES= ${MASTER_SITE_XORG:=proto/} 6MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
6EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
7 8
8MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 10HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Various X headers from Xorg X11 11COMMENT= Various X headers from Xorg X11
11LICENSE= mit 12LICENSE= mit
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14USE_LANGUAGES= c 15USE_LANGUAGES= c
15 16
 17CONFIGURE_ARGS+= --datadir=${PREFIX}/lib
 18
16# Force a consistent PLIST. 19# Force a consistent PLIST.
17CONFIGURE_ENV+= MISC_MAN_SUFFIX="7" 20CONFIGURE_ENV+= MISC_MAN_SUFFIX="7"
18 21
19PKGCONFIG_OVERRIDE+= applewmproto.pc.in 22PKGCONFIG_OVERRIDE+= applewmproto.pc.in
20PKGCONFIG_OVERRIDE+= bigreqsproto.pc.in 23PKGCONFIG_OVERRIDE+= bigreqsproto.pc.in
21PKGCONFIG_OVERRIDE+= compositeproto.pc.in 24PKGCONFIG_OVERRIDE+= compositeproto.pc.in
22PKGCONFIG_OVERRIDE+= damageproto.pc.in 25PKGCONFIG_OVERRIDE+= damageproto.pc.in
23PKGCONFIG_OVERRIDE+= dmxproto.pc.in 26PKGCONFIG_OVERRIDE+= dmxproto.pc.in
24PKGCONFIG_OVERRIDE+= dri2proto.pc.in 27PKGCONFIG_OVERRIDE+= dri2proto.pc.in
25PKGCONFIG_OVERRIDE+= dri3proto.pc.in 28PKGCONFIG_OVERRIDE+= dri3proto.pc.in
26PKGCONFIG_OVERRIDE+= fixesproto.pc.in 29PKGCONFIG_OVERRIDE+= fixesproto.pc.in
27PKGCONFIG_OVERRIDE+= fontsproto.pc.in 30PKGCONFIG_OVERRIDE+= fontsproto.pc.in
28PKGCONFIG_OVERRIDE+= glproto.pc.in 31PKGCONFIG_OVERRIDE+= glproto.pc.in
29PKGCONFIG_OVERRIDE+= inputproto.pc.in 32PKGCONFIG_OVERRIDE+= inputproto.pc.in
30PKGCONFIG_OVERRIDE+= kbproto.pc.in 33PKGCONFIG_OVERRIDE+= kbproto.pc.in
31PKGCONFIG_OVERRIDE+= presentproto.pc.in 34PKGCONFIG_OVERRIDE+= presentproto.pc.in
32PKGCONFIG_OVERRIDE+= randrproto.pc.in 35PKGCONFIG_OVERRIDE+= randrproto.pc.in
33PKGCONFIG_OVERRIDE+= recordproto.pc.in 36PKGCONFIG_OVERRIDE+= recordproto.pc.in
34PKGCONFIG_OVERRIDE+= renderproto.pc.in 37PKGCONFIG_OVERRIDE+= renderproto.pc.in
35PKGCONFIG_OVERRIDE+= resourceproto.pc.in 38PKGCONFIG_OVERRIDE+= resourceproto.pc.in
36PKGCONFIG_OVERRIDE+= scrnsaverproto.pc.in 39PKGCONFIG_OVERRIDE+= scrnsaverproto.pc.in
37PKGCONFIG_OVERRIDE+= trapproto.pc.in 40PKGCONFIG_OVERRIDE+= trapproto.pc.in
38PKGCONFIG_OVERRIDE+= videoproto.pc.in 41PKGCONFIG_OVERRIDE+= videoproto.pc.in
39PKGCONFIG_OVERRIDE+= windowswmproto.pc.in 42PKGCONFIG_OVERRIDE+= windowswmproto.pc.in
40PKGCONFIG_OVERRIDE+= xcmiscproto.pc.in 43PKGCONFIG_OVERRIDE+= xcmiscproto.pc.in
41PKGCONFIG_OVERRIDE+= xextproto.pc.in 44PKGCONFIG_OVERRIDE+= xextproto.pc.in
42PKGCONFIG_OVERRIDE+= xf86bigfontproto.pc.in 45PKGCONFIG_OVERRIDE+= xf86bigfontproto.pc.in
43PKGCONFIG_OVERRIDE+= xf86dgaproto.pc.in 46PKGCONFIG_OVERRIDE+= xf86dgaproto.pc.in
44PKGCONFIG_OVERRIDE+= xf86driproto.pc.in 47PKGCONFIG_OVERRIDE+= xf86driproto.pc.in
45PKGCONFIG_OVERRIDE+= xf86miscproto.pc.in 48PKGCONFIG_OVERRIDE+= xf86miscproto.pc.in
46PKGCONFIG_OVERRIDE+= xf86vidmodeproto.pc.in 49PKGCONFIG_OVERRIDE+= xf86vidmodeproto.pc.in
47PKGCONFIG_OVERRIDE+= xineramaproto.pc.in 50PKGCONFIG_OVERRIDE+= xineramaproto.pc.in
48PKGCONFIG_OVERRIDE+= xproto.pc.in 51PKGCONFIG_OVERRIDE+= xproto.pc.in
49PKGCONFIG_OVERRIDE+= xproxymngproto.pc.in 52PKGCONFIG_OVERRIDE+= xproxymngproto.pc.in
50 53
51.include "../../mk/bsd.pkg.mk" 54.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/x11/xorgproto/PLIST (switch to unified diff)

--- pkgsrc/x11/xorgproto/PLIST 2020/04/14 19:30:46 1.8
+++ pkgsrc/x11/xorgproto/PLIST 2021/09/16 08:37:53 1.9
@@ -1,225 +1,225 @@ @@ -1,225 +1,225 @@
1@comment $NetBSD: PLIST,v 1.8 2020/04/14 19:30:46 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2021/09/16 08:37:53 wiz Exp $
2include/GL/glxint.h 2include/GL/glxint.h
3include/GL/glxmd.h 3include/GL/glxmd.h
4include/GL/glxproto.h 4include/GL/glxproto.h
5include/GL/glxtokens.h 5include/GL/glxtokens.h
6include/GL/internal/glcore.h 6include/GL/internal/glcore.h
7include/X11/DECkeysym.h 7include/X11/DECkeysym.h
8include/X11/HPkeysym.h 8include/X11/HPkeysym.h
9include/X11/Sunkeysym.h 9include/X11/Sunkeysym.h
10include/X11/X.h 10include/X11/X.h
11include/X11/XF86keysym.h 11include/X11/XF86keysym.h
12include/X11/XWDFile.h 12include/X11/XWDFile.h
13include/X11/Xalloca.h 13include/X11/Xalloca.h
14include/X11/Xarch.h 14include/X11/Xarch.h
15include/X11/Xatom.h 15include/X11/Xatom.h
16include/X11/Xdefs.h 16include/X11/Xdefs.h
17include/X11/Xfuncproto.h 17include/X11/Xfuncproto.h
18include/X11/Xfuncs.h 18include/X11/Xfuncs.h
19include/X11/Xmd.h 19include/X11/Xmd.h
20include/X11/Xos.h 20include/X11/Xos.h
21include/X11/Xos_r.h 21include/X11/Xos_r.h
22include/X11/Xosdefs.h 22include/X11/Xosdefs.h
23include/X11/Xpoll.h 23include/X11/Xpoll.h
24include/X11/Xproto.h 24include/X11/Xproto.h
25include/X11/Xprotostr.h 25include/X11/Xprotostr.h
26include/X11/Xthreads.h 26include/X11/Xthreads.h
27include/X11/Xw32defs.h 27include/X11/Xw32defs.h
28include/X11/Xwindows.h 28include/X11/Xwindows.h
29include/X11/Xwinsock.h 29include/X11/Xwinsock.h
30include/X11/ap_keysym.h 30include/X11/ap_keysym.h
31include/X11/dri/xf86dri.h 31include/X11/dri/xf86dri.h
32include/X11/dri/xf86driproto.h 32include/X11/dri/xf86driproto.h
33include/X11/dri/xf86dristr.h 33include/X11/dri/xf86dristr.h
34include/X11/extensions/EVI.h 34include/X11/extensions/EVI.h
35include/X11/extensions/EVIproto.h 35include/X11/extensions/EVIproto.h
36include/X11/extensions/XI.h 36include/X11/extensions/XI.h
37include/X11/extensions/XI2.h 37include/X11/extensions/XI2.h
38include/X11/extensions/XI2proto.h 38include/X11/extensions/XI2proto.h
39include/X11/extensions/XIproto.h 39include/X11/extensions/XIproto.h
40include/X11/extensions/XKB.h 40include/X11/extensions/XKB.h
41include/X11/extensions/XKBproto.h 41include/X11/extensions/XKBproto.h
42include/X11/extensions/XKBsrv.h 42include/X11/extensions/XKBsrv.h
43include/X11/extensions/XKBstr.h 43include/X11/extensions/XKBstr.h
44include/X11/extensions/XResproto.h 44include/X11/extensions/XResproto.h
45include/X11/extensions/Xv.h 45include/X11/extensions/Xv.h
46include/X11/extensions/XvMC.h 46include/X11/extensions/XvMC.h
47include/X11/extensions/XvMCproto.h 47include/X11/extensions/XvMCproto.h
48include/X11/extensions/Xvproto.h 48include/X11/extensions/Xvproto.h
49include/X11/extensions/ag.h 49include/X11/extensions/ag.h
50include/X11/extensions/agproto.h 50include/X11/extensions/agproto.h
51include/X11/extensions/applewmconst.h 51include/X11/extensions/applewmconst.h
52include/X11/extensions/applewmproto.h 52include/X11/extensions/applewmproto.h
53include/X11/extensions/bigreqsproto.h 53include/X11/extensions/bigreqsproto.h
54include/X11/extensions/bigreqstr.h 54include/X11/extensions/bigreqstr.h
55include/X11/extensions/composite.h 55include/X11/extensions/composite.h
56include/X11/extensions/compositeproto.h 56include/X11/extensions/compositeproto.h
57include/X11/extensions/cup.h 57include/X11/extensions/cup.h
58include/X11/extensions/cupproto.h 58include/X11/extensions/cupproto.h
59include/X11/extensions/damageproto.h 59include/X11/extensions/damageproto.h
60include/X11/extensions/damagewire.h 60include/X11/extensions/damagewire.h
61include/X11/extensions/dbe.h 61include/X11/extensions/dbe.h
62include/X11/extensions/dbeproto.h 62include/X11/extensions/dbeproto.h
63include/X11/extensions/dmx.h 63include/X11/extensions/dmx.h
64include/X11/extensions/dmxproto.h 64include/X11/extensions/dmxproto.h
65include/X11/extensions/dpmsconst.h 65include/X11/extensions/dpmsconst.h
66include/X11/extensions/dpmsproto.h 66include/X11/extensions/dpmsproto.h
67include/X11/extensions/dri2proto.h 67include/X11/extensions/dri2proto.h
68include/X11/extensions/dri2tokens.h 68include/X11/extensions/dri2tokens.h
69include/X11/extensions/dri3proto.h 69include/X11/extensions/dri3proto.h
70include/X11/extensions/ge.h 70include/X11/extensions/ge.h
71include/X11/extensions/geproto.h 71include/X11/extensions/geproto.h
72include/X11/extensions/lbx.h 72include/X11/extensions/lbx.h
73include/X11/extensions/lbxproto.h 73include/X11/extensions/lbxproto.h
74include/X11/extensions/mitmiscconst.h 74include/X11/extensions/mitmiscconst.h
75include/X11/extensions/mitmiscproto.h 75include/X11/extensions/mitmiscproto.h
76include/X11/extensions/multibufconst.h 76include/X11/extensions/multibufconst.h
77include/X11/extensions/multibufproto.h 77include/X11/extensions/multibufproto.h
78include/X11/extensions/panoramiXproto.h 78include/X11/extensions/panoramiXproto.h
79include/X11/extensions/presentproto.h 79include/X11/extensions/presentproto.h
80include/X11/extensions/presenttokens.h 80include/X11/extensions/presenttokens.h
81include/X11/extensions/randr.h 81include/X11/extensions/randr.h
82include/X11/extensions/randrproto.h 82include/X11/extensions/randrproto.h
83include/X11/extensions/recordconst.h 83include/X11/extensions/recordconst.h
84include/X11/extensions/recordproto.h 84include/X11/extensions/recordproto.h
85include/X11/extensions/recordstr.h 85include/X11/extensions/recordstr.h
86include/X11/extensions/render.h 86include/X11/extensions/render.h
87include/X11/extensions/renderproto.h 87include/X11/extensions/renderproto.h
88include/X11/extensions/saver.h 88include/X11/extensions/saver.h
89include/X11/extensions/saverproto.h 89include/X11/extensions/saverproto.h
90include/X11/extensions/secur.h 90include/X11/extensions/secur.h
91include/X11/extensions/securproto.h 91include/X11/extensions/securproto.h
92include/X11/extensions/shapeconst.h 92include/X11/extensions/shapeconst.h
93include/X11/extensions/shapeproto.h 93include/X11/extensions/shapeproto.h
94include/X11/extensions/shapestr.h 94include/X11/extensions/shapestr.h
95include/X11/extensions/shm.h 95include/X11/extensions/shm.h
96include/X11/extensions/shmproto.h 96include/X11/extensions/shmproto.h
97include/X11/extensions/shmstr.h 97include/X11/extensions/shmstr.h
98include/X11/extensions/syncconst.h 98include/X11/extensions/syncconst.h
99include/X11/extensions/syncproto.h 99include/X11/extensions/syncproto.h
100include/X11/extensions/syncstr.h 100include/X11/extensions/syncstr.h
101include/X11/extensions/xcmiscproto.h 101include/X11/extensions/xcmiscproto.h
102include/X11/extensions/xcmiscstr.h 102include/X11/extensions/xcmiscstr.h
103include/X11/extensions/xf86bigfont.h 103include/X11/extensions/xf86bigfont.h
104include/X11/extensions/xf86bigfproto.h 104include/X11/extensions/xf86bigfproto.h
105include/X11/extensions/xf86bigfstr.h 105include/X11/extensions/xf86bigfstr.h
106include/X11/extensions/xf86dga.h 106include/X11/extensions/xf86dga.h
107include/X11/extensions/xf86dga1const.h 107include/X11/extensions/xf86dga1const.h
108include/X11/extensions/xf86dga1proto.h 108include/X11/extensions/xf86dga1proto.h
109include/X11/extensions/xf86dga1str.h 109include/X11/extensions/xf86dga1str.h
110include/X11/extensions/xf86dgaconst.h 110include/X11/extensions/xf86dgaconst.h
111include/X11/extensions/xf86dgaproto.h 111include/X11/extensions/xf86dgaproto.h
112include/X11/extensions/xf86dgastr.h 112include/X11/extensions/xf86dgastr.h
113include/X11/extensions/xf86vm.h 113include/X11/extensions/xf86vm.h
114include/X11/extensions/xf86vmproto.h 114include/X11/extensions/xf86vmproto.h
115include/X11/extensions/xf86vmstr.h 115include/X11/extensions/xf86vmstr.h
116include/X11/extensions/xfixesproto.h 116include/X11/extensions/xfixesproto.h
117include/X11/extensions/xfixeswire.h 117include/X11/extensions/xfixeswire.h
118include/X11/extensions/xtestconst.h 118include/X11/extensions/xtestconst.h
119include/X11/extensions/xtestext1const.h 119include/X11/extensions/xtestext1const.h
120include/X11/extensions/xtestext1proto.h 120include/X11/extensions/xtestext1proto.h
121include/X11/extensions/xtestproto.h 121include/X11/extensions/xtestproto.h
122include/X11/fonts/FS.h 122include/X11/fonts/FS.h
123include/X11/fonts/FSproto.h 123include/X11/fonts/FSproto.h
124include/X11/fonts/font.h 124include/X11/fonts/font.h
125include/X11/fonts/fontproto.h 125include/X11/fonts/fontproto.h
126include/X11/fonts/fontstruct.h 126include/X11/fonts/fontstruct.h
127include/X11/fonts/fsmasks.h 127include/X11/fonts/fsmasks.h
128include/X11/keysym.h 128include/X11/keysym.h
129include/X11/keysymdef.h 129include/X11/keysymdef.h
 130lib/pkgconfig/applewmproto.pc
 131lib/pkgconfig/bigreqsproto.pc
 132lib/pkgconfig/compositeproto.pc
 133lib/pkgconfig/damageproto.pc
 134lib/pkgconfig/dmxproto.pc
 135lib/pkgconfig/dpmsproto.pc
 136lib/pkgconfig/dri2proto.pc
 137lib/pkgconfig/dri3proto.pc
 138lib/pkgconfig/fixesproto.pc
 139lib/pkgconfig/fontsproto.pc
 140lib/pkgconfig/glproto.pc
 141lib/pkgconfig/inputproto.pc
 142lib/pkgconfig/kbproto.pc
 143lib/pkgconfig/presentproto.pc
 144lib/pkgconfig/randrproto.pc
 145lib/pkgconfig/recordproto.pc
 146lib/pkgconfig/renderproto.pc
 147lib/pkgconfig/resourceproto.pc
 148lib/pkgconfig/scrnsaverproto.pc
 149lib/pkgconfig/videoproto.pc
 150lib/pkgconfig/xcmiscproto.pc
 151lib/pkgconfig/xextproto.pc
 152lib/pkgconfig/xf86bigfontproto.pc
 153lib/pkgconfig/xf86dgaproto.pc
 154lib/pkgconfig/xf86driproto.pc
 155lib/pkgconfig/xf86vidmodeproto.pc
 156lib/pkgconfig/xineramaproto.pc
 157lib/pkgconfig/xproto.pc
130share/doc/bigreqsproto/bigreq.xml 158share/doc/bigreqsproto/bigreq.xml
131share/doc/fontsproto/fsproto.xml 159share/doc/fontsproto/fsproto.xml
132share/doc/kbproto/XKBproto-1.svg 160share/doc/kbproto/XKBproto-1.svg
133share/doc/kbproto/XKBproto-10.svg 161share/doc/kbproto/XKBproto-10.svg
134share/doc/kbproto/XKBproto-11.svg 162share/doc/kbproto/XKBproto-11.svg
135share/doc/kbproto/XKBproto-2.svg 163share/doc/kbproto/XKBproto-2.svg
136share/doc/kbproto/XKBproto-3.svg 164share/doc/kbproto/XKBproto-3.svg
137share/doc/kbproto/XKBproto-4.svg 165share/doc/kbproto/XKBproto-4.svg
138share/doc/kbproto/XKBproto-5.svg 166share/doc/kbproto/XKBproto-5.svg
139share/doc/kbproto/XKBproto-6.svg 167share/doc/kbproto/XKBproto-6.svg
140share/doc/kbproto/XKBproto-7.svg 168share/doc/kbproto/XKBproto-7.svg
141share/doc/kbproto/XKBproto-8.svg 169share/doc/kbproto/XKBproto-8.svg
142share/doc/kbproto/XKBproto-9.svg 170share/doc/kbproto/XKBproto-9.svg
143share/doc/kbproto/acknowledgements.xml 171share/doc/kbproto/acknowledgements.xml
144share/doc/kbproto/appA.xml 172share/doc/kbproto/appA.xml
145share/doc/kbproto/appB.xml 173share/doc/kbproto/appB.xml
146share/doc/kbproto/appC.xml 174share/doc/kbproto/appC.xml
147share/doc/kbproto/appD.xml 175share/doc/kbproto/appD.xml
148share/doc/kbproto/ch01.xml 176share/doc/kbproto/ch01.xml
149share/doc/kbproto/ch02.xml 177share/doc/kbproto/ch02.xml
150share/doc/kbproto/ch03.xml 178share/doc/kbproto/ch03.xml
151share/doc/kbproto/ch04.xml 179share/doc/kbproto/ch04.xml
152share/doc/kbproto/ch05.xml 180share/doc/kbproto/ch05.xml
153share/doc/kbproto/ch06.xml 181share/doc/kbproto/ch06.xml
154share/doc/kbproto/ch07.xml 182share/doc/kbproto/ch07.xml
155share/doc/kbproto/ch08.xml 183share/doc/kbproto/ch08.xml
156share/doc/kbproto/ch09.xml 184share/doc/kbproto/ch09.xml
157share/doc/kbproto/ch10.xml 185share/doc/kbproto/ch10.xml
158share/doc/kbproto/ch11.xml 186share/doc/kbproto/ch11.xml
159share/doc/kbproto/ch12.xml 187share/doc/kbproto/ch12.xml
160share/doc/kbproto/ch13.xml 188share/doc/kbproto/ch13.xml
161share/doc/kbproto/ch14.xml 189share/doc/kbproto/ch14.xml
162share/doc/kbproto/ch15.xml 190share/doc/kbproto/ch15.xml
163share/doc/kbproto/ch16.xml 191share/doc/kbproto/ch16.xml
164share/doc/kbproto/xkbproto.xml 192share/doc/kbproto/xkbproto.xml
165share/doc/recordproto/record.xml 193share/doc/recordproto/record.xml
166share/doc/scrnsaverproto/saver.xml 194share/doc/scrnsaverproto/saver.xml
167share/doc/xcmiscproto/xc-misc.xml 195share/doc/xcmiscproto/xc-misc.xml
168share/doc/xextproto/appendix.xml 196share/doc/xextproto/appendix.xml
169share/doc/xextproto/appgrp.xml 197share/doc/xextproto/appgrp.xml
170share/doc/xextproto/dbe.xml 198share/doc/xextproto/dbe.xml
171share/doc/xextproto/dpms.xml 199share/doc/xextproto/dpms.xml
172share/doc/xextproto/evi.xml 200share/doc/xextproto/evi.xml
173share/doc/xextproto/geproto.xml 201share/doc/xextproto/geproto.xml
174share/doc/xextproto/lbx.xml 202share/doc/xextproto/lbx.xml
175share/doc/xextproto/multibuf.xml 203share/doc/xextproto/multibuf.xml
176share/doc/xextproto/security.xml 204share/doc/xextproto/security.xml
177share/doc/xextproto/shape.xml 205share/doc/xextproto/shape.xml
178share/doc/xextproto/shm.xml 206share/doc/xextproto/shm.xml
179share/doc/xextproto/sync.xml 207share/doc/xextproto/sync.xml
180share/doc/xextproto/tog-cup.xml 208share/doc/xextproto/tog-cup.xml
181share/doc/xextproto/xtest.xml 209share/doc/xextproto/xtest.xml
182share/doc/xorgproto/PM_spec 210share/doc/xorgproto/PM_spec
183share/doc/xorgproto/compositeproto.txt 211share/doc/xorgproto/compositeproto.txt
184share/doc/xorgproto/damageproto.txt 212share/doc/xorgproto/damageproto.txt
185share/doc/xorgproto/dri2proto.txt 213share/doc/xorgproto/dri2proto.txt
186share/doc/xorgproto/dri3proto.txt 214share/doc/xorgproto/dri3proto.txt
187share/doc/xorgproto/fixesproto.txt 215share/doc/xorgproto/fixesproto.txt
188share/doc/xorgproto/presentproto.txt 216share/doc/xorgproto/presentproto.txt
189share/doc/xorgproto/randrproto.txt 217share/doc/xorgproto/randrproto.txt
190share/doc/xorgproto/renderproto.txt 218share/doc/xorgproto/renderproto.txt
191share/doc/xorgproto/resproto.txt 219share/doc/xorgproto/resproto.txt
192share/doc/xorgproto/xv-protocol-v2.txt 220share/doc/xorgproto/xv-protocol-v2.txt
193share/doc/xproto/encoding.xml 221share/doc/xproto/encoding.xml
194share/doc/xproto/glossary.xml 222share/doc/xproto/glossary.xml
195share/doc/xproto/keysyms.xml 223share/doc/xproto/keysyms.xml
196share/doc/xproto/sect1-9.xml 224share/doc/xproto/sect1-9.xml
197share/doc/xproto/x11protocol.xml 225share/doc/xproto/x11protocol.xml
198share/pkgconfig/applewmproto.pc 
199share/pkgconfig/bigreqsproto.pc 
200share/pkgconfig/compositeproto.pc 
201share/pkgconfig/damageproto.pc 
202share/pkgconfig/dmxproto.pc 
203share/pkgconfig/dpmsproto.pc 
204share/pkgconfig/dri2proto.pc 
205share/pkgconfig/dri3proto.pc 
206share/pkgconfig/fixesproto.pc 
207share/pkgconfig/fontsproto.pc 
208share/pkgconfig/glproto.pc 
209share/pkgconfig/inputproto.pc 
210share/pkgconfig/kbproto.pc 
211share/pkgconfig/presentproto.pc 
212share/pkgconfig/randrproto.pc 
213share/pkgconfig/recordproto.pc 
214share/pkgconfig/renderproto.pc 
215share/pkgconfig/resourceproto.pc 
216share/pkgconfig/scrnsaverproto.pc 
217share/pkgconfig/videoproto.pc 
218share/pkgconfig/xcmiscproto.pc 
219share/pkgconfig/xextproto.pc 
220share/pkgconfig/xf86bigfontproto.pc 
221share/pkgconfig/xf86dgaproto.pc 
222share/pkgconfig/xf86driproto.pc 
223share/pkgconfig/xf86vidmodeproto.pc 
224share/pkgconfig/xineramaproto.pc 
225share/pkgconfig/xproto.pc