xorg-xcb-proto: initial release

This commit is contained in:
Tilman Sauerbeck 2006-11-24 17:09:05 +01:00
parent a09bf622a4
commit 0d2093d5aa
3 changed files with 48 additions and 0 deletions

30
xorg-xcb-proto/.footprint Normal file
View File

@ -0,0 +1,30 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xcb-proto.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xcb/
-rw-r--r-- root/root usr/share/xcb/bigreq.xml
-rw-r--r-- root/root usr/share/xcb/composite.xml
-rw-r--r-- root/root usr/share/xcb/damage.xml
-rw-r--r-- root/root usr/share/xcb/dpms.xml
-rw-r--r-- root/root usr/share/xcb/glx.xml
-rw-r--r-- root/root usr/share/xcb/randr.xml
-rw-r--r-- root/root usr/share/xcb/record.xml
-rw-r--r-- root/root usr/share/xcb/render.xml
-rw-r--r-- root/root usr/share/xcb/res.xml
-rw-r--r-- root/root usr/share/xcb/screensaver.xml
-rw-r--r-- root/root usr/share/xcb/shape.xml
-rw-r--r-- root/root usr/share/xcb/shm.xml
-rw-r--r-- root/root usr/share/xcb/sync.xml
-rw-r--r-- root/root usr/share/xcb/xc_misc.xml
-rw-r--r-- root/root usr/share/xcb/xcb.xsd
-rw-r--r-- root/root usr/share/xcb/xevie.xml
-rw-r--r-- root/root usr/share/xcb/xf86dri.xml
-rw-r--r-- root/root usr/share/xcb/xfixes.xml
-rw-r--r-- root/root usr/share/xcb/xinerama.xml
-rw-r--r-- root/root usr/share/xcb/xprint.xml
-rw-r--r-- root/root usr/share/xcb/xproto.xml
-rw-r--r-- root/root usr/share/xcb/xtest.xml
-rw-r--r-- root/root usr/share/xcb/xv.xml
-rw-r--r-- root/root usr/share/xcb/xvmc.xml

1
xorg-xcb-proto/.md5sum Normal file
View File

@ -0,0 +1 @@
d31407eaae7e52d100645217767a41aa xcb-proto-1.0.tar.bz2

17
xorg-xcb-proto/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xcb-proto
version=1.0
release=1
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)
build() {
cd xcb-proto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}