diff --git a/mesa-demos/.footprint b/mesa-demos/.footprint new file mode 100644 index 00000000..ed54c320 --- /dev/null +++ b/mesa-demos/.footprint @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/glxgears +-rwxr-xr-x root/root usr/bin/glxinfo diff --git a/mesa-demos/.md5sum b/mesa-demos/.md5sum new file mode 100644 index 00000000..5ce2eed2 --- /dev/null +++ b/mesa-demos/.md5sum @@ -0,0 +1 @@ +320c2a4b6edc6faba35d9cb1e2a30bf4 mesa-demos-8.0.1.tar.bz2 diff --git a/mesa-demos/Pkgfile b/mesa-demos/Pkgfile new file mode 100644 index 00000000..545eafa1 --- /dev/null +++ b/mesa-demos/Pkgfile @@ -0,0 +1,20 @@ +# Description: Mesa 3D demos +# URL: http://www.mesa3d.org +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu +# Depends on: glew mesa3d + +name=mesa-demos +version=8.0.1 +release=1 +source=(ftp://ftp.freedesktop.org/pub/mesa/demos/$version/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --prefix=/usr + + make -C src/xdemos/ glxinfo glxgears + + install -d $PKG/usr/bin + install -m 0755 -t $PKG/usr/bin src/xdemos/glx{gears,info} +} diff --git a/xorg-libxcb/.md5sum b/xorg-libxcb/.md5sum index 99ed5dbd..c678665c 100644 --- a/xorg-libxcb/.md5sum +++ b/xorg-libxcb/.md5sum @@ -1 +1 @@ -9da03df9e2f4c048202920d9f6a7e123 libxcb-1.8.1.tar.bz2 +2b05856e9d1cb37836aae7406f2f4ce2 libxcb-1.9.tar.bz2 diff --git a/xorg-libxcb/Pkgfile b/xorg-libxcb/Pkgfile index 2008449c..a60a18fe 100644 --- a/xorg-libxcb/Pkgfile +++ b/xorg-libxcb/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-xcb-proto, xorg-libxdmcp, xorg-libxau, libxslt, libpthread-stubs, xorg-xcb-proto name=xorg-libxcb -version=1.8.1 +version=1.9 release=1 source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2) diff --git a/xorg-xcb-proto/.md5sum b/xorg-xcb-proto/.md5sum index c49e0b15..6498fa54 100644 --- a/xorg-xcb-proto/.md5sum +++ b/xorg-xcb-proto/.md5sum @@ -1 +1 @@ -948fec39dd42f3694edd5d9689735ec4 xcb-proto-1.7.1.tar.bz2 +a5de3432cc6e43cc6a27f241dbb991b1 xcb-proto-1.8.tar.bz2 diff --git a/xorg-xcb-proto/Pkgfile b/xorg-xcb-proto/Pkgfile index da472734..9f27824c 100644 --- a/xorg-xcb-proto/Pkgfile +++ b/xorg-xcb-proto/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python name=xorg-xcb-proto -version=1.7.1 +version=1.8 release=1 source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)