# HG changeset patch # User Antoine Bodin # Date 1288476817 -7200 # Node ID 07ae722ec64e696d0524415809814dbb24c856c3 # Parent 107325393acfbe87d3b3379eeafaa14dd792fc6b Big update: xorg/libdrm/mesa (174 packages) diff -r 107325393acf -r 07ae722ec64e glew/receipt --- a/glew/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/glew/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="glew" -VERSION="1.5.5" +VERSION="1.5.6" CATEGORY="x-window" SHORT_DESC="The OpenGL Extension Wrangler Library." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e libdrm-intel/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libdrm-intel/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="libdrm-intel" +VERSION="2.4.22" +CATEGORY="x-window" +SHORT_DESC="Freedesktop DRM Library (intel library)." +MAINTAINER="pankso@slitaz.org" +DEPENDS="glibc-base udev libdrm" +WANTED="libdrm" +WEB_SITE="http://dri.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/libdrm_intel*.so* $fs/usr/lib +} diff -r 107325393acf -r 07ae722ec64e libdrm-nouveau/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libdrm-nouveau/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="libdrm-nouveau" +VERSION="2.4.22" +CATEGORY="x-window" +SHORT_DESC="Freedesktop DRM Library (nouveau library)." +MAINTAINER="pankso@slitaz.org" +DEPENDS="glibc-base udev libdrm" +WANTED="libdrm" +WEB_SITE="http://dri.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/libdrm_nouveau*.so* $fs/usr/lib +} diff -r 107325393acf -r 07ae722ec64e libdrm-radeon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libdrm-radeon/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="libdrm-radeon" +VERSION="2.4.22" +CATEGORY="x-window" +SHORT_DESC="Freedesktop DRM Library (intel radeon)." +MAINTAINER="pankso@slitaz.org" +DEPENDS="glibc-base udev libdrm" +WANTED="libdrm" +WEB_SITE="http://dri.freedesktop.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/libdrm_radeon*.so* $fs/usr/lib +} diff -r 107325393acf -r 07ae722ec64e libdrm/receipt --- a/libdrm/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/libdrm/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -5,8 +5,8 @@ CATEGORY="x-window" SHORT_DESC="Freedesktop DRM Library." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs gc gc-dev pkg-config" +DEPENDS="glibc-base udev linux-drm" +BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs gc gc-dev pkg-config udev-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://dri.freedesktop.org/" WGET_URL="http://dri.freedesktop.org/libdrm/$TARBALL" @@ -15,12 +15,12 @@ compile_rules() { cd $src - # fixes some intel issues - patch -Np1 -i ../stuff/libdrm-2.4.21-b803918f3f.patch ./configure \ --prefix=/usr \ --enable-intel \ --enable-radeon \ + --enable-nouveau-experimental-api \ + --enable-udev \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install @@ -30,5 +30,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/libdrm.so* $fs/usr/lib + cp -a $_pkg/usr/lib/libkms*.so* $fs/usr/lib } diff -r 107325393acf -r 07ae722ec64e libegl-mesa/receipt --- a/libegl-mesa/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/libegl-mesa/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libegl-mesa" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="development" SHORT_DESC="OpenGL utility library" MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e libglu-mesa/receipt --- a/libglu-mesa/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/libglu-mesa/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libglu-mesa" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="development" SHORT_DESC="OpenGL utility library" MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e libglw-mesa/receipt --- a/libglw-mesa/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/libglw-mesa/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libglw-mesa" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="development" SHORT_DESC="OpenGL widget library" MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa-demos/receipt --- a/mesa-demos/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-demos/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,25 @@ # SliTaz package receipt. PACKAGE="mesa-demos" -VERSION="7.8.2" +VERSION="8.0.1" CATEGORY="development" SHORT_DESC="Mesa GLX demos progs." MAINTAINER="pascal.bellard@slitaz.org" -SUGGESTED="nvidia" +DEPENDS="glew" WEB_SITE="http://www.mesa3d.org/" -WANTED="mesa" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/demos/$VERSION/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 107325393acf -r 07ae722ec64e mesa-dev/receipt --- a/mesa-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mesa-dev" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="development" SHORT_DESC="3D Graphics Library dev files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa-dri-ati/receipt --- a/mesa-dri-ati/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri-ati/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="mesa-dri-ati" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" -SHORT_DESC="Mesa DRI drivers for AMD/ATI Radeon and mach64 (include Rage128)." +SHORT_DESC="Mesa DRI + Gallium3D r300 drivers for AMD/ATI Radeon and mach64 (include Rage128)." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.mesa3d.org/" -DEPENDS="mesa mesa-dri" +DEPENDS="mesa mesa-dri libdrm-radeon" WANTED="mesa" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 107325393acf -r 07ae722ec64e mesa-dri-intel/receipt --- a/mesa-dri-intel/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri-intel/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="mesa-dri-intel" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers for Intel." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.mesa3d.org/" -DEPENDS="mesa mesa-dri" +DEPENDS="mesa mesa-dri libdrm-intel" WANTED="mesa" # Rules to gen a SliTaz package suitable for Tazpkg. @@ -18,7 +18,4 @@ cp $_pkg/usr/lib/dri/${driver}_dri.so \ $fs/usr/lib/dri done - # Mesa-7.5 - #cp $_pkg/usr/lib/dri/EGL_i915.so \ - # $fs/usr/lib/dri } diff -r 107325393acf -r 07ae722ec64e mesa-dri-mga/receipt --- a/mesa-dri-mga/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri-mga/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mesa-dri-mga" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers for Matrox." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa-dri-nouveau/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mesa-dri-nouveau/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -0,0 +1,23 @@ +# SliTaz package receipt. + +PACKAGE="mesa-dri-nouveau" +VERSION="7.9" +CATEGORY="x-window" +SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://www.mesa3d.org/" +DEPENDS="mesa mesa-dri libdrm-nouveau" +WANTED="mesa" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/dri + for driver in nouveau nouveau_vieux + do + cp $_pkg/usr/lib/dri/${driver}_dri.so \ + $fs/usr/lib/dri + done +} + +TAZBB_NO_INSTALL="because this is not hardware neutral" diff -r 107325393acf -r 07ae722ec64e mesa-dri-savage/receipt --- a/mesa-dri-savage/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri-savage/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mesa-dri-savage" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers for S3 Sraphics/VIA Savage." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa-dri-sis/receipt --- a/mesa-dri-sis/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri-sis/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mesa-dri-sis" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers for SiS." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa-dri-tdfx/receipt --- a/mesa-dri-tdfx/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri-tdfx/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mesa-dri-tdfx" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers for 3dfx." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa-dri-unichrome/receipt --- a/mesa-dri-unichrome/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri-unichrome/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mesa-dri-unichrome" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers for S3 Graphics/VIA Unichrome." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa-dri/receipt --- a/mesa-dri/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa-dri/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mesa-dri" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="Mesa DRI drivers." MAINTAINER="pascal.bellard@slitaz.org" diff -r 107325393acf -r 07ae722ec64e mesa/receipt --- a/mesa/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/mesa/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="mesa" -VERSION="7.8.2" +VERSION="7.9" CATEGORY="x-window" SHORT_DESC="3D Graphics Library that is an open-source implementaton of OpenGL." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="glibc-base expat libdrm xorg-libX11 xorg-libXau xorg-libXdamage \ -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXxf86vm" +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXxf86vm libxcb libdrm" SUGGESTED="nvidia" BUILD_DEPENDS="$DEPENDS slitaz-toolchain expat-dev lesstif lesstif-dev libdrm-dev \ xorg-dri2proto xorg-glproto xorg-damageproto xorg-xproto xorg-fixesproto xorg-xextproto \ xorg-libX11-dev xorg-libXdamage-dev xorg-libXfixes-dev xorg-libXt-dev \ -xorg-libICE-dev xorg-libSM-dev xorg-xf86vidmodeproto xorg-libXxf86vm-dev pkg-config" +xorg-libICE-dev xorg-libSM-dev xorg-xf86vidmodeproto xorg-libXxf86vm-dev pkg-config +wget talloc-dev libxml2-python libxcb-dev" SOURCE="Mesa" TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" WEB_SITE="http://www.mesa3d.org/" @@ -23,15 +24,6 @@ { ln -s $src $PACKAGE-$VERSION 2>/dev/null - # Get and untar demo files - if [ ! -f $SOURCES_REPOSITORY/MesaDemos-$VERSION.tar.bz2 ]; then - wget ftp://ftp.freedesktop.org/pub/mesa/$VERSION/MesaDemos-$VERSION.tar.bz2 \ - -P $SOURCES_REPOSITORY - fi - echo -n "Untaring MesaDemos-$VERSION.tar.bz2" - tar xjf $SOURCES_REPOSITORY/MesaDemos-$VERSION.tar.bz2 - status - cd $src # --with-dri-driverdir=/usr/lib/X11/modules/dri ? sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure && @@ -40,11 +32,15 @@ --with-x \ --enable-gl-osmesa \ --enable-motif \ - --disable-gallium-intel \ - --disable-gallium \ + --enable-gallium-radeon \ + --enable-gallium-nouveau \ + --enable-xcb \ $CONFIGURE_ARGS && + # Also build nouveau_vieux_dri.so. make -j 4 && - make DESTDIR=$PWD/_pkg install + make -j 4 -C src/mesa/drivers/dri/nouveau && + make DESTDIR=$PWD/_pkg install && + make -C src/mesa/drivers/dri/nouveau DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 107325393acf -r 07ae722ec64e talloc-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/talloc-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="talloc-dev" +VERSION="2.0.1" +CATEGORY="development" +SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)." +MAINTAINER="gokhlayeh@slitaz.org" +WEB_SITE="http://talloc.samba.org/" +WANTED="talloc" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/ + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ + cp -a $_pkg/usr/include $fs/usr/ + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib +} diff -r 107325393acf -r 07ae722ec64e talloc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/talloc/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="talloc" +VERSION="2.0.1" +CATEGORY="system-tools" +SHORT_DESC="Hierarchical pool based memory allocator with destructors." +MAINTAINER="gokhlayeh@slitaz.org" +DEPENDS="glibc-base" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://talloc.samba.org/" +WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --enable-talloc-compat1 \ + --enable-largefile \ + $CONFIGURE_ARGS && + make -j 4 && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ +} diff -r 107325393acf -r 07ae722ec64e xorg-bigreqsproto/receipt --- a/xorg-bigreqsproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-bigreqsproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg proto." MAINTAINER="pankso@slitaz.org" SOURCE="bigreqsproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-cf-files/receipt --- a/xorg-cf-files/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-cf-files/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-cf-files" -VERSION="1.0.2" +VERSION="1.0.3" CATEGORY="development" SHORT_DESC="Conf files used by xorg and imake." MAINTAINER="rcx@zoominternet.net" DEPENDS="" -BUILD_DEPENDS="slitaz-toolchain" +BUILD_DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/util/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-compositeproto/receipt --- a/xorg-compositeproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-compositeproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="compositeproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-damageproto/receipt --- a/xorg-damageproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-damageproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="damageproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-dev-proto/receipt --- a/xorg-dev-proto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-dev-proto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -3,7 +3,7 @@ PACKAGE="xorg-dev-proto" VERSION="7.5" CATEGORY="meta" -SHORT_DESC="Meta-package to build/install all Xorg protocols." +SHORT_DESC="Meta-package to install all Xorg protocols." MAINTAINER="pankso@slitaz.org" WEB_SITE="http://www.x.org/" DEPENDS=" @@ -35,22 +35,9 @@ xorg-xineramaproto xorg-xproto" -# Rules to compile all proto packages listed in $DEPENDS -compile_rules() -{ - for pkg in $DEPENDS - do - tazwok compile $pkg - done -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - for pkg in $DEPENDS - do - tazwok genpkg $pkg - done # Just to have a dir. mkdir -p $fs/usr/share/X11 } diff -r 107325393acf -r 07ae722ec64e xorg-dev/receipt --- a/xorg-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -3,7 +3,7 @@ PACKAGE="xorg-dev" VERSION="7.4" CATEGORY="meta" -SHORT_DESC="Meta-package to build/install all Xorg devel packages." +SHORT_DESC="Meta-package to install all Xorg devel packages." MAINTAINER="pankso@slitaz.org" WANTED="xorg" WEB_SITE="http://www.x.org/" @@ -36,10 +36,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - for pkg in $DEPENDS - do - tazwok genpkg $pkg - done - # Just to have a dir. mkdir -p $fs/usr/share/X11 } diff -r 107325393acf -r 07ae722ec64e xorg-dri2proto/receipt --- a/xorg-dri2proto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-dri2proto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -5,8 +5,9 @@ CATEGORY="development" SHORT_DESC="Xorg DRI protocol files." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-util-macros" SOURCE="dri2proto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-evieext/receipt --- a/xorg-evieext/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-evieext/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="evieext" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-fixesproto/receipt --- a/xorg-fixesproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-fixesproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server fixes protocol." MAINTAINER="pankso@slitaz.org" SOURCE="fixesproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-fontcacheproto/receipt --- a/xorg-fontcacheproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-fontcacheproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="fontcacheproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-fontsproto/receipt --- a/xorg-fontsproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-fontsproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -5,9 +5,8 @@ CATEGORY="development" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg" SOURCE="fontsproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-gccmakedep/receipt --- a/xorg-gccmakedep/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-gccmakedep/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" BUILD_DEPENDS="xorg-dev-proto" SOURCE="gccmakedep" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/util/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-glproto/receipt --- a/xorg-glproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-glproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,10 +1,11 @@ # SliTaz package receipt. PACKAGE="xorg-glproto" -VERSION="1.4.11" +VERSION="1.4.12" CATEGORY="development" SHORT_DESC="Xorg server fixes protocol." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-util-macros" SOURCE="glproto" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 107325393acf -r 07ae722ec64e xorg-imake/receipt --- a/xorg-imake/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-imake/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-imake" -VERSION="1.0.2" +VERSION="1.0.3" CATEGORY="x-window" SHORT_DESC="X imake utility." MAINTAINER="pascal.bellard@slitaz.org" BUILD_DEPENDS="xorg-dev-proto" SOURCE="imake" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/util/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-inputproto/receipt --- a/xorg-inputproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-inputproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="inputproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-kbproto/receipt --- a/xorg-kbproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-kbproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-kbproto" -VERSION="1.0.4" +VERSION="1.0.5" CATEGORY="development" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-util-macros" SOURCE="kbproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libICE/receipt --- a/xorg-libICE/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libICE/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -5,9 +5,9 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="pkg-config xorg-xproto xorg-xtrans" +BUILD_DEPENDS="pkg-config xorg-xproto xorg-xtrans xorg-util-macros" SOURCE="libICE" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libSM/receipt --- a/xorg-libSM/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libSM/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ SOURCE="libSM" DEPENDS="util-linux-ng-uuid xorg-libICE" BUILD_DEPENDS="e2fsprogs-dev util-linux-ng-uuid-dev xorg-xtrans" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libX11-dev/receipt --- a/xorg-libX11-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libX11-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libX11-dev" -VERSION="1.3.5" +VERSION="1.3.99.902" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libX11/receipt --- a/xorg-libX11/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libX11/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-libX11" -VERSION="1.3.5" +VERSION="1.3.99.902" CATEGORY="x-window" SHORT_DESC="X11 main client interface to X window system." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-libXau xorg-libXdmcp libxcb" -BUILD_DEPENDS="xorg-dev-proto xorg-libXdmcp-dev xorg-libXau xorg-libXau-dev xorg-xtrans libxcb libxcb-dev pkg-config" +BUILD_DEPENDS="xorg-dev-proto xorg-libXdmcp-dev xorg-libXau xorg-libXau-dev xorg-xtrans xorg-util-macros libxcb libxcb-dev pkg-config" SOURCE="libX11" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXau/receipt --- a/xorg-libXau/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXau/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,8 +6,8 @@ SHORT_DESC="Xorg authorization routines." MAINTAINER="pankso@slitaz.org" SOURCE="libXau" -TARBALL="$SOURCE-$VERSION.tar.gz" -BUILD_DEPENDS="pkg-config xorg-xproto" +TARBALL="$SOURCE-$VERSION.tar.bz2" +BUILD_DEPENDS="pkg-config xorg-xproto xorg-util-macros" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXaw-dev/receipt --- a/xorg-libXaw-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXaw-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libXaw-dev" -VERSION="1.0.7" +VERSION="1.0.8" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXaw/receipt --- a/xorg-libXaw/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXaw/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-libXaw" -VERSION="1.0.7" +VERSION="1.0.8" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXaw" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libXext xorg-libXmu xorg-libXt xorg-libSM xorg-libICE \ xorg-libXpm xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXp" BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev" diff -r 107325393acf -r 07ae722ec64e xorg-libXcomposite-dev/receipt --- a/xorg-libXcomposite-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXcomposite-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libXcomposite-dev" -VERSION="0.4.1" +VERSION="0.4.2" CATEGORY="development" SHORT_DESC="Xorg composite module devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXcomposite/receipt --- a/xorg-libXcomposite/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXcomposite/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-libXcomposite" -VERSION="0.4.1" +VERSION="0.4.2" CATEGORY="x-window" SHORT_DESC="Xorg composite extension." MAINTAINER="pankso@slitaz.org" SOURCE="libXcomposite" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXcursor/receipt --- a/xorg-libXcursor/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXcursor/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="X cursors library." MAINTAINER="pankso@slitaz.org" SOURCE="libXcursor" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libXrender xorg-libXfixes xorg-libX11 xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXdamage-dev/receipt --- a/xorg-libXdamage-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXdamage-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXdamage-dev" -VERSION="1.1.2" +VERSION="1.1.3" CATEGORY="development" SHORT_DESC="Xorg damage extension devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXdamage/receipt --- a/xorg-libXdamage/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXdamage/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-libXdamage" -VERSION="1.1.2" +VERSION="1.1.3" CATEGORY="x-window" SHORT_DESC="Xorg damage extension." MAINTAINER="pankso@slitaz.org" DEPENDS="glibc-base xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXfixes" BUILD_DEPENDS="pkg-config xorg-dev xorg-damageproto xorg-xextproto xorg-fixesproto" SOURCE="libXdamage" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXdmcp/receipt --- a/xorg-libXdmcp/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXdmcp/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXdmcp" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" BUILD_DEPENDS="pkg-config xorg-xproto" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXext-dev/receipt --- a/xorg-libXext-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXext-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXext-dev" -VERSION="1.1.1" +VERSION="1.1.2" CATEGORY="development" SHORT_DESC="Common X extensions library devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXext/receipt --- a/xorg-libXext/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXext/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-libXext" -VERSION="1.1.1" +VERSION="1.1.2" CATEGORY="x-window" SHORT_DESC="Common X extensions library." MAINTAINER="pankso@slitaz.org" SOURCE="libXext" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" +BUILD_DEPENDS="xorg-util-macros" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXfixes-dev/receipt --- a/xorg-libXfixes-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXfixes-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libXfixes-dev" -VERSION="4.0.4" +VERSION="4.0.5" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXfixes/receipt --- a/xorg-libXfixes/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXfixes/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-libXfixes" -VERSION="4.0.4" +VERSION="4.0.5" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXfixes" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXfont-dev/receipt --- a/xorg-libXfont-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXfont-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXfont-dev" -VERSION="1.4.0" +VERSION="1.4.2" CATEGORY="development" SHORT_DESC="Xorg server keyboard library devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXfont/receipt --- a/xorg-libXfont/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXfont/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-libXfont" -VERSION="1.4.0" +VERSION="1.4.2" CATEGORY="x-window" SHORT_DESC="Xorg server keyboard library." MAINTAINER="pankso@slitaz.org" SOURCE="libXfont" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="freetype xorg-libfontenc" +BUILD_DEPENDS="xorg-fontsproto xorg-util-macros freetype-dev xorg-xproto xorg-xtrans" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXft/receipt --- a/xorg-libXft/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXft/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="glibc-base expat fontconfig freetype zlib \ xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXrender" SOURCE="libXft" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXi-dev/receipt --- a/xorg-libXi-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXi-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libXi-dev" -VERSION="1.3" +VERSION="1.3.2" CATEGORY="development" SHORT_DESC="Xorg library and devel files for the X Input Extension." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXi/receipt --- a/xorg-libXi/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXi/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-libXi" -VERSION="1.3" +VERSION="1.3.2" CATEGORY="x-window" SHORT_DESC="Xorg library for the X Input Extension." MAINTAINER="pankso@slitaz.org" SOURCE="libXi" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXext xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXinerama/receipt --- a/xorg-libXinerama/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXinerama/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXinerama" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXext xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXmu/receipt --- a/xorg-libXmu/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXmu/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXmu" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt xorg-libSM \ xorg-libICE xorg-libXext" WEB_SITE="http://www.x.org/" diff -r 107325393acf -r 07ae722ec64e xorg-libXpm/receipt --- a/xorg-libXpm/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXpm/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXpm" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXrandr/receipt --- a/xorg-libXrandr/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXrandr/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -7,7 +7,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXrandr" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libXext xorg-libXrender xorg-libX11 xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXrender-dev/receipt --- a/xorg-libXrender-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXrender-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libXrender-dev" -VERSION="0.9.5" +VERSION="0.9.6" CATEGORY="development" SHORT_DESC="Xorg RENDER extensions library devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXrender/receipt --- a/xorg-libXrender/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXrender/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-libXrender" -VERSION="0.9.5" +VERSION="0.9.6" CATEGORY="x-window" SHORT_DESC="Xorg RENDER extensions library." MAINTAINER="pankso@slitaz.org" SOURCE="libXrender" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXss/receipt --- a/xorg-libXss/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXss/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="xorg" BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev xorg-xextproto xorg-scrnsaverproto libxcb-dev" SOURCE="libXScrnSaver" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXt/receipt --- a/xorg-libXt/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXt/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,8 +6,9 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXt" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXdmcp" +BUILD_DEPENDS="xorg-util-macros" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXtst/receipt --- a/xorg-libXtst/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXtst/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -9,7 +9,7 @@ BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-recordproto \ xorg-xextproto xorg-inputproto" SOURCE="libXtst" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXv/receipt --- a/xorg-libXv/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXv/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="libXv" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXvMC-dev/receipt --- a/xorg-libXvMC-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXvMC-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libXvMC-dev" -VERSION="1.0.5" +VERSION="1.0.6" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libXvMC/receipt --- a/xorg-libXvMC/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXvMC/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-libXvMC" -VERSION="1.0.5" +VERSION="1.0.6" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-libXv" BUILD_DEPENDS="xorg-libXv-dev" SOURCE="libXvMC" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libXxf86vm/receipt --- a/xorg-libXxf86vm/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libXxf86vm/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libXxf86vm" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="xorg-libX11 xorg-libXext xorg-libXau xorg-libXdmcp" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libfontenc-dev/receipt --- a/xorg-libfontenc-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libfontenc-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="xorg-libfontenc-dev" -VERSION="1.0.5" +VERSION="1.1.0" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libfontenc/receipt --- a/xorg-libfontenc/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libfontenc/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-libfontenc" -VERSION="1.0.5" +VERSION="1.1.0" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" DEPENDS="zlib" -BUILD_DEPENDS="zlib-dev" +BUILD_DEPENDS="zlib-dev xorg-util-macros" SOURCE="libfontenc" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libpciaccess-dev/receipt --- a/xorg-libpciaccess-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libpciaccess-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-libpciaccess-dev" -VERSION="0.11.0" +VERSION="0.12.0" CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-libpciaccess/receipt --- a/xorg-libpciaccess/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libpciaccess/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-libpciaccess" -VERSION="0.11.0" +VERSION="0.12.0" CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="libpciaccess" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-libxkbfile/receipt --- a/xorg-libxkbfile/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-libxkbfile/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="libxkbfile" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-printproto/receipt --- a/xorg-printproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-printproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -2,17 +2,13 @@ PACKAGE="xorg-printproto" SOURCE="printproto" -VERSION="1.0.3" +VERSION="1.0.4" CATEGORY="development" SHORT_DESC="Xorg server devel module." MAINTAINER="rcx@zoominternet.net" -DEPENDS="" -BUILD_DEPENDS="slitaz-toolchain" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" -# This proto is missing from the current X11R7.4 -#WGET_URL="$XORG_MIRROR/proto/$TARBALL" -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/proto/$TARBALL" +WGET_URL="$XORG_MIRROR/proto/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 107325393acf -r 07ae722ec64e xorg-randrproto/receipt --- a/xorg-randrproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-randrproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -7,7 +7,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="randrproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-recordproto/receipt --- a/xorg-recordproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-recordproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg record protol." MAINTAINER="pankso@slitaz.org" SOURCE="recordproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-renderproto/receipt --- a/xorg-renderproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-renderproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-renderproto" -VERSION="0.11" +VERSION="0.11.1" CATEGORY="development" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-util-macros" SOURCE="renderproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.freedesktop.org/releases/individual/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-resourceproto/receipt --- a/xorg-resourceproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-resourceproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="resourceproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-rgb/receipt --- a/xorg-rgb/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-rgb/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-rgb" -VERSION="1.0.1" +VERSION="1.0.4" CATEGORY="x-window" SHORT_DESC="X11 RGB colors definitions." MAINTAINER="pankso@slitaz.org" BUILD_DEPENDS="pkg-config xorg-xproto" SOURCE="rgb" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-scrnsaverproto/receipt --- a/xorg-scrnsaverproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-scrnsaverproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="scrnsaverproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-server-Xnest/receipt --- a/xorg-server-Xnest/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-server-Xnest/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-server-Xnest" -VERSION="1.8.2" +VERSION="1.9.1" CATEGORY="x-window" SHORT_DESC="Xorg Xnest server." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-libXau xorg-libfontenc xorg-libXdmcp xorg-libXfont \ -xorg-base-fonts freetype xorg-libX11 xorg-libXext zlib pixman hal libcrypto" +xorg-base-fonts freetype xorg-libX11 xorg-libXext zlib pixman libcrypto" WANTED="xorg-server" SOURCE="xorg-server" WEB_SITE="http://www.x.org/" diff -r 107325393acf -r 07ae722ec64e xorg-server-Xvfb/receipt --- a/xorg-server-Xvfb/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-server-Xvfb/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-server-Xvfb" -VERSION="1.8.2" +VERSION="1.9.1" CATEGORY="x-window" SHORT_DESC="Xephyr server Xvfb." MAINTAINER="pankso@slitaz.org" DEPENDS="freetype xorg-libXau xorg-libfontenc xorg-libXdmcp xorg-libXfont \ -xorg-libXext xorg-libX11 zlib pixman hal libcrypto xorg-libXv" +xorg-libXext xorg-libX11 zlib pixman libcrypto xorg-libXv" WANTED="xorg-server" SOURCE="xorg-server" WEB_SITE="http://www.x.org/" diff -r 107325393acf -r 07ae722ec64e xorg-server-dev/receipt --- a/xorg-server-dev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-server-dev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-server-dev" -VERSION="1.8.2" +VERSION="1.9.1" CATEGORY="development" SHORT_DESC="Xorg server devel files needed to build drivers." MAINTAINER="pankso@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-server/receipt --- a/xorg-server/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-server/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="xorg-server" -VERSION="1.8.2" +VERSION="1.9.1" CATEGORY="x-window" SHORT_DESC="Xorg core server." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-libxkbfile xorg-xkeyboard-config xorg-libpciaccess \ -xorg-libXxf86vm libcrypto freetype pixman gcc-lib-base dbus udev hal" +xorg-libXxf86vm libcrypto freetype pixman gcc-lib-base udev" BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev xorg-xtrans xorg-libxkbfile xorg-libxkbfile-dev \ xorg-libfontenc-dev xorg-libpciaccess xorg-libpciaccess-dev xorg-libXxf86vm-dev libgcrypt-dev \ -libcrypto-dev openssl-dev dbus-dev mesa-dev udev-dev hal-dev glib-dev freetype-dev pixman pixman-dev \ +libcrypto-dev openssl-dev mesa-dev udev-dev glib-dev freetype-dev pixman pixman-dev \ pkg-config perl flex bison" SUGGESTED="xorg-xf86-input-evdev xorg-xf86-video-vesa" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -30,8 +30,9 @@ --with-serverconfig-path=/etc/X11 \ --enable-install-setuid \ --enable-xorg \ - --enable-config-hal \ - --enable-config-dbus \ + --enable-config-udev \ + --disable-config-dbus \ + --with-fontrootdir=/usr/share/fonts \ --with-os-name="SliTaz GNU/Linux" \ --with-builder-addr=$MAINTAINER \ $CONFIGURE_ARGS && diff -r 107325393acf -r 07ae722ec64e xorg-setxkbmap/receipt --- a/xorg-setxkbmap/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-setxkbmap/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-setxkbmap" -VERSION="1.1.0" +VERSION="1.2.0" CATEGORY="x-window" SHORT_DESC="Set the keyboard using the X Keyboard Extension." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" SOURCE="setxkbmap" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-trapproto/receipt --- a/xorg-trapproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-trapproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="trapproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-util-macros/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xorg-util-macros/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="xorg-util-macros" +VERSION="1.9.0" +CATEGORY="development" +SHORT_DESC="X.Org Autotools macros" +MAINTAINER="gokhlayeh@slitaz.org" +SOURCE="util-macros" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.x.org/" +WGET_URL="$XORG_MIRROR/util/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --sysconfdir=/etc \ + --mandir=/usr/share/man --localstatedir=/var \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +} diff -r 107325393acf -r 07ae722ec64e xorg-videoproto/receipt --- a/xorg-videoproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-videoproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-videoproto" -VERSION="2.3.0" +VERSION="2.3.1" CATEGORY="development" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-util-macros" SOURCE="videoproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-x11perf/receipt --- a/xorg-x11perf/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-x11perf/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-x11perf" -VERSION="1.5" +VERSION="1.5.2" CATEGORY="x-window" SHORT_DESC="Utility who runs one or more performance tests and reports." MAINTAINER="paul@slitaz.org" @@ -9,9 +9,9 @@ xorg-libXft" BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto" SOURCE="x11perf" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/app/$TARBALL" +WGET_URL="$XORG_MIRROR/app/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 107325393acf -r 07ae722ec64e xorg-xauth/receipt --- a/xorg-xauth/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xauth/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xauth" -VERSION="1.0.3" +VERSION="1.0.5" CATEGORY="x-window" SHORT_DESC="X authority file utility." MAINTAINER="pankso@slitaz.org" DEPENDS="glibc-base xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu" SOURCE="xauth" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xbacklight/receipt --- a/xorg-xbacklight/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xbacklight/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xbacklight" -VERSION="1.1" +VERSION="1.1.1" CATEGORY="x-window" SHORT_DESC="utility for x-server to set the backlight level using the RandR" MAINTAINER="jozee@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-xclock/receipt --- a/xorg-xclock/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xclock/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xclock" -VERSION="1.0.3" +VERSION="1.0.5" CATEGORY="x-window" SHORT_DESC="Simple clock for X." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-libxkbfile expat fontconfig freetype xorg-libXft zlib" BUILD_DEPENDS="xorg-dev xorg-libXft-dev" SOURCE="xclock" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xcmiscproto/receipt --- a/xorg-xcmiscproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xcmiscproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="xcmiscproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xcompmgr/receipt --- a/xorg-xcompmgr/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xcompmgr/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -9,7 +9,7 @@ xorg-libXext" BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libX11-dev" SOURCE="xcompmgr" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xcursorgen/receipt --- a/xorg-xcursorgen/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xcursorgen/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xcursorgen" -VERSION="1.0.2" +VERSION="1.0.4" CATEGORY="x-window" SHORT_DESC="X cursor generator." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg libpng zlib" SOURCE="xcursorgen" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xdpyinfo/receipt --- a/xorg-xdpyinfo/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xdpyinfo/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xdpyinfo" -VERSION="1.1.0" +VERSION="1.2.0" CATEGORY="x-window" SHORT_DESC="display information utility for X-server" MAINTAINER="jozee@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-xdriinfo/receipt --- a/xorg-xdriinfo/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xdriinfo/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -2,13 +2,14 @@ PACKAGE="xorg-xdriinfo" SOURCE="xdriinfo" -VERSION="1.0.2" +VERSION="1.0.3" CATEGORY="x-window" SHORT_DESC="Query configuration information of DRI drivers" MAINTAINER="pankso@slitaz.org" DEPENDS="xorg-libX11" +BUILD_DEPENDS="mesa" SUGGESTED="nvidia" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xev/receipt --- a/xorg-xev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xev" -VERSION="1.0.3" +VERSION="1.0.4" CATEGORY="x-window" SHORT_DESC="print contents of x-server events " MAINTAINER="jozee@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-xextproto/receipt --- a/xorg-xextproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xextproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xextproto" -VERSION="7.1.1" +VERSION="7.1.2" CATEGORY="development" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-util-macros" SOURCE="xextproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-input-elographics/receipt --- a/xorg-xf86-input-elographics/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-input-elographics/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="xorg" BUILD_DEPENDS="xorg-server-dev xorg-xproto" SOURCE="xf86-input-elographics" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-input-evdev/receipt --- a/xorg-xf86-input-evdev/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-input-evdev/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-evdev" -VERSION="2.4.0" +VERSION="2.5.0" CATEGORY="x-window" SHORT_DESC="Xorg input evdev driver." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" BUILD_DEPENDS="xorg-server xorg-server-dev xorg-xproto pkg-config xorg-dev xorg-inputproto xorg-xextproto xorg-randrproto" SOURCE="xf86-input-evdev" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-input-microtouch/receipt --- a/xorg-xf86-input-microtouch/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-input-microtouch/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -9,7 +9,7 @@ BUILD_DEPENDS="xorg-server xorg-xproto pkg-config xorg-server-dev \ xorg-inputproto xorg-randrproto" SOURCE="xf86-input-microtouch" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-input-mouse/receipt --- a/xorg-xf86-input-mouse/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-input-mouse/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-mouse" -VERSION="1.5.0" +VERSION="1.6.0" CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" BUILD_DEPENDS="xorg-server xorg-xproto" SOURCE="xf86-input-mouse" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-input-mutouch/receipt --- a/xorg-xf86-input-mutouch/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-input-mutouch/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -9,7 +9,7 @@ BUILD_DEPENDS="xorg-server xorg-server-dev xorg-xproto pkg-config \ xorg-inputproto xorg-randrproto xorg-xextproto" SOURCE="xf86-input-mutouch" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-input-plpevtch/receipt --- a/xorg-xf86-input-plpevtch/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-input-plpevtch/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -9,7 +9,7 @@ BUILD_DEPENDS="xorg-server xorg-xproto pkg-config xorg-server-dev \ xorg-inputproto xorg-randrproto" SOURCE="xf86-input-plpevtch" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.plop.at/en/touchscreen.html" WGET_URL="http://download.plop.at/files/plpevtch/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-input-synaptics/receipt --- a/xorg-xf86-input-synaptics/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-input-synaptics/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-synaptics" -VERSION="1.2.99.1" +VERSION="1.3.0" CATEGORY="x-window" SHORT_DESC="Xorg synaptics driver." MAINTAINER="pankso@slitaz.org" @@ -10,7 +10,7 @@ pixman-dev xorg-libpciaccess-dev xorg-randrproto \ xorg-inputproto libxcb-dev xorg-xextproto" SOURCE="xf86-input-synaptics" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-ati/receipt --- a/xorg-xf86-video-ati/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-ati/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="xorg xorg-server mesa-dri-ati xorg-libpciaccess" BUILD_DEPENDS="xorg-server xorg-xproto xorg-dev-proto xorg-fontsproto xorg-server-dev xorg-libpciaccess-dev mesa mesa-dev pkg-config pixman-dev libdrm-dev" SOURCE="xf86-video-ati" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-geode/receipt --- a/xorg-xf86-video-geode/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-geode/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-video-geode" -VERSION="2.11.6" +VERSION="2.11.9" CATEGORY="x-window" SHORT_DESC="Xorg AMD Geode video driver." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-server" BUILD_DEPENDS="xorg-server-dev xorg-xproto xorg-fontsproto" SOURCE="xf86-video-geode" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-i740/receipt --- a/xorg-xf86-video-i740/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-i740/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="xorg xorg-server" BUILD_DEPENDS="xorg-server-dev xorg-xproto xorg-fontsproto" SOURCE="xf86-video-i740" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-intel/receipt --- a/xorg-xf86-video-intel/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-intel/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -5,10 +5,10 @@ CATEGORY="x-window" SHORT_DESC="Xorg server Intel driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg xorg-server xorg-libXv xorg-libpciaccess xorg-libXvMC libdrm mesa-dri-intel linux-agp linux-drm libxcb" +DEPENDS="xorg xorg-server xorg-libXv xorg-libpciaccess xorg-libXvMC mesa-dri-intel linux-agp" BUILD_DEPENDS="xorg-server-dev mesa mesa-dev xorg-libXvMC-dev xorg-libXvMC xorg-libpciaccess xorg-libpciaccess-dev libxcb-dev xcb-util-dev xcb-util xcb-proto xorg-libXv-dev pkg-config" SOURCE="xf86-video-intel" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-mga/receipt --- a/xorg-xf86-video-mga/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-mga/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-video-mga" -VERSION="1.4.11" +VERSION="1.9.100" CATEGORY="x-window" SHORT_DESC="Xorg driver for Matrox cards." MAINTAINER="keupont@no-log.org" -DEPENDS="xorg xorg-server" +DEPENDS="xorg xorg-server mesa-dri-mga" BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-video-mga" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-neomagic/receipt --- a/xorg-xf86-video-neomagic/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-neomagic/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="xorg xorg-server" BUILD_DEPENDS="xorg-server-dev xorg-fontsproto xorg-randrproto xorg-videoproto xorg-xextproto xorg-xf86dgaproto" SOURCE="xf86-video-neomagic" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-nv/receipt --- a/xorg-xf86-video-nv/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-nv/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-video-nv" -VERSION="2.1.17" +VERSION="2.1.18" CATEGORY="x-window" SHORT_DESC="Xorg NVIDIA video driver." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-server linux-agp" BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" SOURCE="xf86-video-nv" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-openchrome/receipt --- a/xorg-xf86-video-openchrome/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-openchrome/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -10,7 +10,7 @@ BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-libXv-dev \ xorg-libXvMC-dev mesa-dev libdrm libdrm-dev xorg-dev-proto pixman-dev" SOURCE="xf86-video-openchrome" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-s3/receipt --- a/xorg-xf86-video-s3/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-s3/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="xorg xorg-server" BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-video-s3" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-savage/receipt --- a/xorg-xf86-video-savage/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-savage/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -5,10 +5,10 @@ CATEGORY="x-window" SHORT_DESC="Xorg S3 Savage video driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg xorg-server" +DEPENDS="xorg xorg-server mesa-dri-savage" BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-video-savage" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-sis/receipt --- a/xorg-xf86-video-sis/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-sis/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-video-sis" -VERSION="0.10.2" +VERSION="0.10.3" CATEGORY="x-window" SHORT_DESC="Xorg driver for SIS cards." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg xorg-server" +DEPENDS="xorg xorg-server mesa-dri-sis" BUILD_DEPENDS="xorg-server-dev xorg-dev-proto libdrm-dev xorg-libpciaccess-dev" SOURCE="xf86-video-sis" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-trident/receipt --- a/xorg-xf86-video-trident/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-trident/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-video-trident" -VERSION="1.3.3" +VERSION="1.3.4" CATEGORY="x-window" SHORT_DESC="Xorg driver for trident cards." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-server" BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-video-trident" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" diff -r 107325393acf -r 07ae722ec64e xorg-xf86-video-vesa/receipt --- a/xorg-xf86-video-vesa/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86-video-vesa/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -8,7 +8,7 @@ DEPENDS="xorg" BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" SOURCE="xf86-video-vesa" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86bigfontproto/receipt --- a/xorg-xf86bigfontproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86bigfontproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="xf86bigfontproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86dgaproto/receipt --- a/xorg-xf86dgaproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86dgaproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="xf86dgaproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86driproto/receipt --- a/xorg-xf86driproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86driproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="xf86driproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86miscproto/receipt --- a/xorg-xf86miscproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86miscproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="xf86miscproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xf86vidmodeproto/receipt --- a/xorg-xf86vidmodeproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xf86vidmodeproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" SOURCE="xf86vidmodeproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xfontsel/receipt --- a/xorg-xfontsel/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xfontsel/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xfontsel" -VERSION="1.0.2" +VERSION="1.0.3" CATEGORY="x-window" SHORT_DESC="point and click selection utility of X11 font names" MAINTAINER="jozee@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-xineramaproto/receipt --- a/xorg-xineramaproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xineramaproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" SOURCE="xineramaproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xinit/receipt --- a/xorg-xinit/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xinit/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xinit" -VERSION="1.2.0" +VERSION="1.2.1" CATEGORY="x-window" SHORT_DESC="X.org initialization program" MAINTAINER="jozee@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg-xinput/receipt --- a/xorg-xinput/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xinput/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xinput" -VERSION="1.5.0" +VERSION="1.5.2" CATEGORY="x-window" SHORT_DESC="X input utility (MPX support)." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="xinput" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xkbcomp/receipt --- a/xorg-xkbcomp/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xkbcomp/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xkbcomp" -VERSION="1.1.0" +VERSION="1.1.1" CATEGORY="x-window" SHORT_DESC="Xorg keyboard composite." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-libX11 xorg-libxkbfile" SOURCE="xkbcomp" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xkbutils/receipt --- a/xorg-xkbutils/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xkbutils/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xkbutils" -VERSION="1.0.1" +VERSION="1.0.2" CATEGORY="x-window" SHORT_DESC="Xorg keyboard utility." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" SOURCE="xkbutils" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xkeyboard-config/receipt --- a/xorg-xkeyboard-config/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xkeyboard-config/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xorg-xkeyboard-config" -VERSION="1.8" +VERSION="2.0" CATEGORY="x-window" SHORT_DESC="Xorg server keyboard definition files." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg xorg-xkbcomp" -BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp" +BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp intltool" SOURCE="xkeyboard-config" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 107325393acf -r 07ae722ec64e xorg-xkill/receipt --- a/xorg-xkill/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xkill/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -2,12 +2,12 @@ PACKAGE="xorg-xkill" SOURCE="xkill" -VERSION="1.0.1" +VERSION="1.0.2" CATEGORY="x-window" SHORT_DESC="X application killer" MAINTAINER="mallory@sweetpeople.org" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXmu" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xload/receipt --- a/xorg-xload/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xload/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xload" -VERSION="1.0.2" +VERSION="1.1.0" CATEGORY="x-window" SHORT_DESC="X app to show system resources usage." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" BUILD_DEPENDS="xorg-libXaw-dev" SOURCE="xload" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xmodmap/receipt --- a/xorg-xmodmap/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xmodmap/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xmodmap" -VERSION="1.0.3" +VERSION="1.0.5" CATEGORY="x-window" SHORT_DESC="X keyboard and mouse configuration utility." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="xmodmap" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xprop/receipt --- a/xorg-xprop/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xprop/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="xprop" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xproto/receipt --- a/xorg-xproto/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xproto/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xproto" -VERSION="7.0.16" +VERSION="7.0.18" CATEGORY="development" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +BUILD_DEPENDS="xorg-util-macro" SOURCE="xproto" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/proto/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xrandr/receipt --- a/xorg-xrandr/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xrandr/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,13 @@ # SliTaz package receipt. PACKAGE="xorg-xrandr" -VERSION="1.3.0" -#VERSION="1.3.0" +VERSION="1.3.3" CATEGORY="x-window" SHORT_DESC="X app to show system resources usage." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" SOURCE="xrandr" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xrdb/receipt --- a/xorg-xrdb/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xrdb/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xrdb" -VERSION="1.0.5" +VERSION="1.0.6" CATEGORY="x-window" SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." MAINTAINER="rocky@slitaz.org" DEPENDS="xorg gcc" BUILD_DEPENDS="xorg-libXmu-dev" SOURCE="xrdb" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xset/receipt --- a/xorg-xset/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xset/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="xorg-xset" -VERSION="1.0.4" +VERSION="1.2.0" CATEGORY="x-window" SHORT_DESC="Xorg user preference utility." MAINTAINER="paul@slitaz.org" DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXp" BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto xorg-libXp-dev" SOURCE="xset" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/app/$TARBALL" +WGET_URL="$XORG_MIRROR/app/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 107325393acf -r 07ae722ec64e xorg-xsetroot/receipt --- a/xorg-xsetroot/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xsetroot/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="xorg-xsetroot" -VERSION="1.0.2" +VERSION="1.0.3" CATEGORY="x-window" SHORT_DESC="Xsetroot is a tool to configure X root background color." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" BUILD_DEPENDS="xorg-xbitmaps" SOURCE="xsetroot" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xtrans/receipt --- a/xorg-xtrans/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xtrans/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -5,9 +5,8 @@ CATEGORY="development" SHORT_DESC="Xorg library to handle network protocol transport in a modular fashion." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg" SOURCE="xtrans" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" diff -r 107325393acf -r 07ae722ec64e xorg-xwininfo/receipt --- a/xorg-xwininfo/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg-xwininfo/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xwininfo" -VERSION="1.0.4" +VERSION="1.1.0" CATEGORY="x-window" SHORT_DESC="window information utility to query x-server" MAINTAINER="jozee@slitaz.org" diff -r 107325393acf -r 07ae722ec64e xorg/receipt --- a/xorg/receipt Sat Oct 30 17:55:45 2010 +0000 +++ b/xorg/receipt Sun Oct 31 00:13:37 2010 +0200 @@ -3,10 +3,9 @@ PACKAGE="xorg" VERSION="7.4" CATEGORY="meta" -SHORT_DESC="Xorg server meta-package to compile/install all Xorg modules." +SHORT_DESC="Xorg server meta-package to install all Xorg modules." MAINTAINER="pankso@slitaz.org" WEB_SITE="http://www.x.org/" -BUILD_DEPENDS="pkg-config perl freetype-dev fontconfig-dev xorg-xtrans" DEPENDS=" xorg-libXdmcp xorg-libXau @@ -30,22 +29,9 @@ xorg-libXi xorg-rgb" -# Rules to configure and make the package. -compile_rules() -{ - for pkg in $DEPENDS - do - tazwok compile $pkg - done -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - for pkg in $DEPENDS - do - tazwok genpkg $pkg - done # Have a file to avoid errors with tazpkg install. mkdir -p $fs/etc/X11 echo "$VERSION" > $fs/etc/X11/version