wok rev 6993
Big update: xorg/libdrm/mesa (174 packages)
line diff
1.1 --- a/glew/receipt Sat Oct 30 17:55:45 2010 +0000 1.2 +++ b/glew/receipt Sun Oct 31 00:13:37 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="glew" 1.7 -VERSION="1.5.5" 1.8 +VERSION="1.5.6" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="The OpenGL Extension Wrangler Library." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libdrm-intel/receipt Sun Oct 31 00:13:37 2010 +0200 2.3 @@ -0,0 +1,17 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="libdrm-intel" 2.7 +VERSION="2.4.22" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Freedesktop DRM Library (intel library)." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +DEPENDS="glibc-base udev libdrm" 2.12 +WANTED="libdrm" 2.13 +WEB_SITE="http://dri.freedesktop.org/" 2.14 + 2.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.16 +genpkg_rules() 2.17 +{ 2.18 + mkdir -p $fs/usr/lib 2.19 + cp -a $_pkg/usr/lib/libdrm_intel*.so* $fs/usr/lib 2.20 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/libdrm-nouveau/receipt Sun Oct 31 00:13:37 2010 +0200 3.3 @@ -0,0 +1,17 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="libdrm-nouveau" 3.7 +VERSION="2.4.22" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="Freedesktop DRM Library (nouveau library)." 3.10 +MAINTAINER="pankso@slitaz.org" 3.11 +DEPENDS="glibc-base udev libdrm" 3.12 +WANTED="libdrm" 3.13 +WEB_SITE="http://dri.freedesktop.org/" 3.14 + 3.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.16 +genpkg_rules() 3.17 +{ 3.18 + mkdir -p $fs/usr/lib 3.19 + cp -a $_pkg/usr/lib/libdrm_nouveau*.so* $fs/usr/lib 3.20 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/libdrm-radeon/receipt Sun Oct 31 00:13:37 2010 +0200 4.3 @@ -0,0 +1,17 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="libdrm-radeon" 4.7 +VERSION="2.4.22" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Freedesktop DRM Library (intel radeon)." 4.10 +MAINTAINER="pankso@slitaz.org" 4.11 +DEPENDS="glibc-base udev libdrm" 4.12 +WANTED="libdrm" 4.13 +WEB_SITE="http://dri.freedesktop.org/" 4.14 + 4.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.16 +genpkg_rules() 4.17 +{ 4.18 + mkdir -p $fs/usr/lib 4.19 + cp -a $_pkg/usr/lib/libdrm_radeon*.so* $fs/usr/lib 4.20 +}
5.1 --- a/libdrm/receipt Sat Oct 30 17:55:45 2010 +0000 5.2 +++ b/libdrm/receipt Sun Oct 31 00:13:37 2010 +0200 5.3 @@ -5,8 +5,8 @@ 5.4 CATEGORY="x-window" 5.5 SHORT_DESC="Freedesktop DRM Library." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 -DEPENDS="glibc-base" 5.8 -BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs gc gc-dev pkg-config" 5.9 +DEPENDS="glibc-base udev linux-drm" 5.10 +BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs gc gc-dev pkg-config udev-dev" 5.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.12 WEB_SITE="http://dri.freedesktop.org/" 5.13 WGET_URL="http://dri.freedesktop.org/libdrm/$TARBALL" 5.14 @@ -15,12 +15,12 @@ 5.15 compile_rules() 5.16 { 5.17 cd $src 5.18 - # fixes some intel issues 5.19 - patch -Np1 -i ../stuff/libdrm-2.4.21-b803918f3f.patch 5.20 ./configure \ 5.21 --prefix=/usr \ 5.22 --enable-intel \ 5.23 --enable-radeon \ 5.24 + --enable-nouveau-experimental-api \ 5.25 + --enable-udev \ 5.26 $CONFIGURE_ARGS && 5.27 make && 5.28 make DESTDIR=$PWD/_pkg install 5.29 @@ -30,5 +30,6 @@ 5.30 genpkg_rules() 5.31 { 5.32 mkdir -p $fs/usr/lib 5.33 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 5.34 + cp -a $_pkg/usr/lib/libdrm.so* $fs/usr/lib 5.35 + cp -a $_pkg/usr/lib/libkms*.so* $fs/usr/lib 5.36 }
6.1 --- a/libegl-mesa/receipt Sat Oct 30 17:55:45 2010 +0000 6.2 +++ b/libegl-mesa/receipt Sun Oct 31 00:13:37 2010 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="libegl-mesa" 6.7 -VERSION="7.8.2" 6.8 +VERSION="7.9" 6.9 CATEGORY="development" 6.10 SHORT_DESC="OpenGL utility library" 6.11 MAINTAINER="pascal.bellard@slitaz.org"
7.1 --- a/libglu-mesa/receipt Sat Oct 30 17:55:45 2010 +0000 7.2 +++ b/libglu-mesa/receipt Sun Oct 31 00:13:37 2010 +0200 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="libglu-mesa" 7.7 -VERSION="7.8.2" 7.8 +VERSION="7.9" 7.9 CATEGORY="development" 7.10 SHORT_DESC="OpenGL utility library" 7.11 MAINTAINER="pascal.bellard@slitaz.org"
8.1 --- a/libglw-mesa/receipt Sat Oct 30 17:55:45 2010 +0000 8.2 +++ b/libglw-mesa/receipt Sun Oct 31 00:13:37 2010 +0200 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="libglw-mesa" 8.7 -VERSION="7.8.2" 8.8 +VERSION="7.9" 8.9 CATEGORY="development" 8.10 SHORT_DESC="OpenGL widget library" 8.11 MAINTAINER="pascal.bellard@slitaz.org"
9.1 --- a/mesa-demos/receipt Sat Oct 30 17:55:45 2010 +0000 9.2 +++ b/mesa-demos/receipt Sun Oct 31 00:13:37 2010 +0200 9.3 @@ -1,13 +1,25 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="mesa-demos" 9.7 -VERSION="7.8.2" 9.8 +VERSION="8.0.1" 9.9 CATEGORY="development" 9.10 SHORT_DESC="Mesa GLX demos progs." 9.11 MAINTAINER="pascal.bellard@slitaz.org" 9.12 -SUGGESTED="nvidia" 9.13 +DEPENDS="glew" 9.14 WEB_SITE="http://www.mesa3d.org/" 9.15 -WANTED="mesa" 9.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.17 +WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/demos/$VERSION/$TARBALL" 9.18 + 9.19 +# Rules to configure and make the package. 9.20 +compile_rules() 9.21 +{ 9.22 + cd $src 9.23 + ./configure \ 9.24 + --prefix=/usr \ 9.25 + $CONFIGURE_ARGS && 9.26 + make && 9.27 + make DESTDIR=$PWD/_pkg install 9.28 +} 9.29 9.30 # Rules to gen a SliTaz package suitable for Tazpkg. 9.31 genpkg_rules()
10.1 --- a/mesa-dev/receipt Sat Oct 30 17:55:45 2010 +0000 10.2 +++ b/mesa-dev/receipt Sun Oct 31 00:13:37 2010 +0200 10.3 @@ -1,7 +1,7 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="mesa-dev" 10.7 -VERSION="7.8.2" 10.8 +VERSION="7.9" 10.9 CATEGORY="development" 10.10 SHORT_DESC="3D Graphics Library dev files." 10.11 MAINTAINER="pascal.bellard@slitaz.org"
11.1 --- a/mesa-dri-ati/receipt Sat Oct 30 17:55:45 2010 +0000 11.2 +++ b/mesa-dri-ati/receipt Sun Oct 31 00:13:37 2010 +0200 11.3 @@ -1,12 +1,12 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="mesa-dri-ati" 11.7 -VERSION="7.8.2" 11.8 +VERSION="7.9" 11.9 CATEGORY="x-window" 11.10 -SHORT_DESC="Mesa DRI drivers for AMD/ATI Radeon and mach64 (include Rage128)." 11.11 +SHORT_DESC="Mesa DRI + Gallium3D r300 drivers for AMD/ATI Radeon and mach64 (include Rage128)." 11.12 MAINTAINER="pascal.bellard@slitaz.org" 11.13 WEB_SITE="http://www.mesa3d.org/" 11.14 -DEPENDS="mesa mesa-dri" 11.15 +DEPENDS="mesa mesa-dri libdrm-radeon" 11.16 WANTED="mesa" 11.17 11.18 # Rules to gen a SliTaz package suitable for Tazpkg.
12.1 --- a/mesa-dri-intel/receipt Sat Oct 30 17:55:45 2010 +0000 12.2 +++ b/mesa-dri-intel/receipt Sun Oct 31 00:13:37 2010 +0200 12.3 @@ -1,12 +1,12 @@ 12.4 # SliTaz package receipt. 12.5 12.6 PACKAGE="mesa-dri-intel" 12.7 -VERSION="7.8.2" 12.8 +VERSION="7.9" 12.9 CATEGORY="x-window" 12.10 SHORT_DESC="Mesa DRI drivers for Intel." 12.11 MAINTAINER="pascal.bellard@slitaz.org" 12.12 WEB_SITE="http://www.mesa3d.org/" 12.13 -DEPENDS="mesa mesa-dri" 12.14 +DEPENDS="mesa mesa-dri libdrm-intel" 12.15 WANTED="mesa" 12.16 12.17 # Rules to gen a SliTaz package suitable for Tazpkg. 12.18 @@ -18,7 +18,4 @@ 12.19 cp $_pkg/usr/lib/dri/${driver}_dri.so \ 12.20 $fs/usr/lib/dri 12.21 done 12.22 - # Mesa-7.5 12.23 - #cp $_pkg/usr/lib/dri/EGL_i915.so \ 12.24 - # $fs/usr/lib/dri 12.25 }
13.1 --- a/mesa-dri-mga/receipt Sat Oct 30 17:55:45 2010 +0000 13.2 +++ b/mesa-dri-mga/receipt Sun Oct 31 00:13:37 2010 +0200 13.3 @@ -1,7 +1,7 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="mesa-dri-mga" 13.7 -VERSION="7.8.2" 13.8 +VERSION="7.9" 13.9 CATEGORY="x-window" 13.10 SHORT_DESC="Mesa DRI drivers for Matrox." 13.11 MAINTAINER="pascal.bellard@slitaz.org"
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/mesa-dri-nouveau/receipt Sun Oct 31 00:13:37 2010 +0200 14.3 @@ -0,0 +1,23 @@ 14.4 +# SliTaz package receipt. 14.5 + 14.6 +PACKAGE="mesa-dri-nouveau" 14.7 +VERSION="7.9" 14.8 +CATEGORY="x-window" 14.9 +SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau." 14.10 +MAINTAINER="pascal.bellard@slitaz.org" 14.11 +WEB_SITE="http://www.mesa3d.org/" 14.12 +DEPENDS="mesa mesa-dri libdrm-nouveau" 14.13 +WANTED="mesa" 14.14 + 14.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 14.16 +genpkg_rules() 14.17 +{ 14.18 + mkdir -p $fs/usr/lib/dri 14.19 + for driver in nouveau nouveau_vieux 14.20 + do 14.21 + cp $_pkg/usr/lib/dri/${driver}_dri.so \ 14.22 + $fs/usr/lib/dri 14.23 + done 14.24 +} 14.25 + 14.26 +TAZBB_NO_INSTALL="because this is not hardware neutral"
15.1 --- a/mesa-dri-savage/receipt Sat Oct 30 17:55:45 2010 +0000 15.2 +++ b/mesa-dri-savage/receipt Sun Oct 31 00:13:37 2010 +0200 15.3 @@ -1,7 +1,7 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="mesa-dri-savage" 15.7 -VERSION="7.8.2" 15.8 +VERSION="7.9" 15.9 CATEGORY="x-window" 15.10 SHORT_DESC="Mesa DRI drivers for S3 Sraphics/VIA Savage." 15.11 MAINTAINER="pascal.bellard@slitaz.org"
16.1 --- a/mesa-dri-sis/receipt Sat Oct 30 17:55:45 2010 +0000 16.2 +++ b/mesa-dri-sis/receipt Sun Oct 31 00:13:37 2010 +0200 16.3 @@ -1,7 +1,7 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="mesa-dri-sis" 16.7 -VERSION="7.8.2" 16.8 +VERSION="7.9" 16.9 CATEGORY="x-window" 16.10 SHORT_DESC="Mesa DRI drivers for SiS." 16.11 MAINTAINER="pascal.bellard@slitaz.org"
17.1 --- a/mesa-dri-tdfx/receipt Sat Oct 30 17:55:45 2010 +0000 17.2 +++ b/mesa-dri-tdfx/receipt Sun Oct 31 00:13:37 2010 +0200 17.3 @@ -1,7 +1,7 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="mesa-dri-tdfx" 17.7 -VERSION="7.8.2" 17.8 +VERSION="7.9" 17.9 CATEGORY="x-window" 17.10 SHORT_DESC="Mesa DRI drivers for 3dfx." 17.11 MAINTAINER="pascal.bellard@slitaz.org"
18.1 --- a/mesa-dri-unichrome/receipt Sat Oct 30 17:55:45 2010 +0000 18.2 +++ b/mesa-dri-unichrome/receipt Sun Oct 31 00:13:37 2010 +0200 18.3 @@ -1,7 +1,7 @@ 18.4 # SliTaz package receipt. 18.5 18.6 PACKAGE="mesa-dri-unichrome" 18.7 -VERSION="7.8.2" 18.8 +VERSION="7.9" 18.9 CATEGORY="x-window" 18.10 SHORT_DESC="Mesa DRI drivers for S3 Graphics/VIA Unichrome." 18.11 MAINTAINER="pascal.bellard@slitaz.org"
19.1 --- a/mesa-dri/receipt Sat Oct 30 17:55:45 2010 +0000 19.2 +++ b/mesa-dri/receipt Sun Oct 31 00:13:37 2010 +0200 19.3 @@ -1,7 +1,7 @@ 19.4 # SliTaz package receipt. 19.5 19.6 PACKAGE="mesa-dri" 19.7 -VERSION="7.8.2" 19.8 +VERSION="7.9" 19.9 CATEGORY="x-window" 19.10 SHORT_DESC="Mesa DRI drivers." 19.11 MAINTAINER="pascal.bellard@slitaz.org"
20.1 --- a/mesa/receipt Sat Oct 30 17:55:45 2010 +0000 20.2 +++ b/mesa/receipt Sun Oct 31 00:13:37 2010 +0200 20.3 @@ -1,17 +1,18 @@ 20.4 # SliTaz package receipt. 20.5 20.6 PACKAGE="mesa" 20.7 -VERSION="7.8.2" 20.8 +VERSION="7.9" 20.9 CATEGORY="x-window" 20.10 SHORT_DESC="3D Graphics Library that is an open-source implementaton of OpenGL." 20.11 MAINTAINER="pascal.bellard@slitaz.org" 20.12 DEPENDS="glibc-base expat libdrm xorg-libX11 xorg-libXau xorg-libXdamage \ 20.13 -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXxf86vm" 20.14 +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXxf86vm libxcb libdrm" 20.15 SUGGESTED="nvidia" 20.16 BUILD_DEPENDS="$DEPENDS slitaz-toolchain expat-dev lesstif lesstif-dev libdrm-dev \ 20.17 xorg-dri2proto xorg-glproto xorg-damageproto xorg-xproto xorg-fixesproto xorg-xextproto \ 20.18 xorg-libX11-dev xorg-libXdamage-dev xorg-libXfixes-dev xorg-libXt-dev \ 20.19 -xorg-libICE-dev xorg-libSM-dev xorg-xf86vidmodeproto xorg-libXxf86vm-dev pkg-config" 20.20 +xorg-libICE-dev xorg-libSM-dev xorg-xf86vidmodeproto xorg-libXxf86vm-dev pkg-config 20.21 +wget talloc-dev libxml2-python libxcb-dev" 20.22 SOURCE="Mesa" 20.23 TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" 20.24 WEB_SITE="http://www.mesa3d.org/" 20.25 @@ -23,15 +24,6 @@ 20.26 { 20.27 ln -s $src $PACKAGE-$VERSION 2>/dev/null 20.28 20.29 - # Get and untar demo files 20.30 - if [ ! -f $SOURCES_REPOSITORY/MesaDemos-$VERSION.tar.bz2 ]; then 20.31 - wget ftp://ftp.freedesktop.org/pub/mesa/$VERSION/MesaDemos-$VERSION.tar.bz2 \ 20.32 - -P $SOURCES_REPOSITORY 20.33 - fi 20.34 - echo -n "Untaring MesaDemos-$VERSION.tar.bz2" 20.35 - tar xjf $SOURCES_REPOSITORY/MesaDemos-$VERSION.tar.bz2 20.36 - status 20.37 - 20.38 cd $src 20.39 # --with-dri-driverdir=/usr/lib/X11/modules/dri ? 20.40 sed 's@FLAGS=\"-g@FLAGS=\"@' -i configure && 20.41 @@ -40,11 +32,15 @@ 20.42 --with-x \ 20.43 --enable-gl-osmesa \ 20.44 --enable-motif \ 20.45 - --disable-gallium-intel \ 20.46 - --disable-gallium \ 20.47 + --enable-gallium-radeon \ 20.48 + --enable-gallium-nouveau \ 20.49 + --enable-xcb \ 20.50 $CONFIGURE_ARGS && 20.51 + # Also build nouveau_vieux_dri.so. 20.52 make -j 4 && 20.53 - make DESTDIR=$PWD/_pkg install 20.54 + make -j 4 -C src/mesa/drivers/dri/nouveau && 20.55 + make DESTDIR=$PWD/_pkg install && 20.56 + make -C src/mesa/drivers/dri/nouveau DESTDIR=$PWD/_pkg install 20.57 } 20.58 20.59 # Rules to gen a SliTaz package suitable for Tazpkg.
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/talloc-dev/receipt Sun Oct 31 00:13:37 2010 +0200 21.3 @@ -0,0 +1,18 @@ 21.4 +# SliTaz package receipt. 21.5 + 21.6 +PACKAGE="talloc-dev" 21.7 +VERSION="2.0.1" 21.8 +CATEGORY="development" 21.9 +SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)." 21.10 +MAINTAINER="gokhlayeh@slitaz.org" 21.11 +WEB_SITE="http://talloc.samba.org/" 21.12 +WANTED="talloc" 21.13 + 21.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 21.15 +genpkg_rules() 21.16 +{ 21.17 + mkdir -p $fs/usr/lib/ 21.18 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ 21.19 + cp -a $_pkg/usr/include $fs/usr/ 21.20 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 21.21 +}
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/talloc/receipt Sun Oct 31 00:13:37 2010 +0200 22.3 @@ -0,0 +1,31 @@ 22.4 +# SliTaz package receipt. 22.5 + 22.6 +PACKAGE="talloc" 22.7 +VERSION="2.0.1" 22.8 +CATEGORY="system-tools" 22.9 +SHORT_DESC="Hierarchical pool based memory allocator with destructors." 22.10 +MAINTAINER="gokhlayeh@slitaz.org" 22.11 +DEPENDS="glibc-base" 22.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 22.13 +WEB_SITE="http://talloc.samba.org/" 22.14 +WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL" 22.15 + 22.16 +# Rules to configure and make the package. 22.17 +compile_rules() 22.18 +{ 22.19 + cd $src 22.20 + ./configure \ 22.21 + --prefix=/usr \ 22.22 + --enable-talloc-compat1 \ 22.23 + --enable-largefile \ 22.24 + $CONFIGURE_ARGS && 22.25 + make -j 4 && 22.26 + make DESTDIR=$PWD/_pkg install 22.27 +} 22.28 + 22.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 22.30 +genpkg_rules() 22.31 +{ 22.32 + mkdir -p $fs/usr/lib 22.33 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ 22.34 +}
23.1 --- a/xorg-bigreqsproto/receipt Sat Oct 30 17:55:45 2010 +0000 23.2 +++ b/xorg-bigreqsproto/receipt Sun Oct 31 00:13:37 2010 +0200 23.3 @@ -6,7 +6,7 @@ 23.4 SHORT_DESC="Xorg proto." 23.5 MAINTAINER="pankso@slitaz.org" 23.6 SOURCE="bigreqsproto" 23.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 23.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 23.9 WEB_SITE="http://www.x.org/" 23.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 23.11
24.1 --- a/xorg-cf-files/receipt Sat Oct 30 17:55:45 2010 +0000 24.2 +++ b/xorg-cf-files/receipt Sun Oct 31 00:13:37 2010 +0200 24.3 @@ -1,12 +1,12 @@ 24.4 # SliTaz package receipt. 24.5 24.6 PACKAGE="xorg-cf-files" 24.7 -VERSION="1.0.2" 24.8 +VERSION="1.0.3" 24.9 CATEGORY="development" 24.10 SHORT_DESC="Conf files used by xorg and imake." 24.11 MAINTAINER="rcx@zoominternet.net" 24.12 DEPENDS="" 24.13 -BUILD_DEPENDS="slitaz-toolchain" 24.14 +BUILD_DEPENDS="" 24.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 24.16 WEB_SITE="http://www.x.org/" 24.17 WGET_URL="$XORG_MIRROR/util/$TARBALL"
25.1 --- a/xorg-compositeproto/receipt Sat Oct 30 17:55:45 2010 +0000 25.2 +++ b/xorg-compositeproto/receipt Sun Oct 31 00:13:37 2010 +0200 25.3 @@ -6,7 +6,7 @@ 25.4 SHORT_DESC="Xorg server protocol." 25.5 MAINTAINER="pankso@slitaz.org" 25.6 SOURCE="compositeproto" 25.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 25.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 25.9 WEB_SITE="http://www.x.org/" 25.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 25.11
26.1 --- a/xorg-damageproto/receipt Sat Oct 30 17:55:45 2010 +0000 26.2 +++ b/xorg-damageproto/receipt Sun Oct 31 00:13:37 2010 +0200 26.3 @@ -6,7 +6,7 @@ 26.4 SHORT_DESC="Xorg server protocol." 26.5 MAINTAINER="pankso@slitaz.org" 26.6 SOURCE="damageproto" 26.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 26.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 26.9 WEB_SITE="http://www.x.org/" 26.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 26.11
27.1 --- a/xorg-dev-proto/receipt Sat Oct 30 17:55:45 2010 +0000 27.2 +++ b/xorg-dev-proto/receipt Sun Oct 31 00:13:37 2010 +0200 27.3 @@ -3,7 +3,7 @@ 27.4 PACKAGE="xorg-dev-proto" 27.5 VERSION="7.5" 27.6 CATEGORY="meta" 27.7 -SHORT_DESC="Meta-package to build/install all Xorg protocols." 27.8 +SHORT_DESC="Meta-package to install all Xorg protocols." 27.9 MAINTAINER="pankso@slitaz.org" 27.10 WEB_SITE="http://www.x.org/" 27.11 DEPENDS=" 27.12 @@ -35,22 +35,9 @@ 27.13 xorg-xineramaproto 27.14 xorg-xproto" 27.15 27.16 -# Rules to compile all proto packages listed in $DEPENDS 27.17 -compile_rules() 27.18 -{ 27.19 - for pkg in $DEPENDS 27.20 - do 27.21 - tazwok compile $pkg 27.22 - done 27.23 -} 27.24 - 27.25 # Rules to gen a SliTaz package suitable for Tazpkg. 27.26 genpkg_rules() 27.27 { 27.28 - for pkg in $DEPENDS 27.29 - do 27.30 - tazwok genpkg $pkg 27.31 - done 27.32 # Just to have a dir. 27.33 mkdir -p $fs/usr/share/X11 27.34 }
28.1 --- a/xorg-dev/receipt Sat Oct 30 17:55:45 2010 +0000 28.2 +++ b/xorg-dev/receipt Sun Oct 31 00:13:37 2010 +0200 28.3 @@ -3,7 +3,7 @@ 28.4 PACKAGE="xorg-dev" 28.5 VERSION="7.4" 28.6 CATEGORY="meta" 28.7 -SHORT_DESC="Meta-package to build/install all Xorg devel packages." 28.8 +SHORT_DESC="Meta-package to install all Xorg devel packages." 28.9 MAINTAINER="pankso@slitaz.org" 28.10 WANTED="xorg" 28.11 WEB_SITE="http://www.x.org/" 28.12 @@ -36,10 +36,5 @@ 28.13 # Rules to gen a SliTaz package suitable for Tazpkg. 28.14 genpkg_rules() 28.15 { 28.16 - for pkg in $DEPENDS 28.17 - do 28.18 - tazwok genpkg $pkg 28.19 - done 28.20 - # Just to have a dir. 28.21 mkdir -p $fs/usr/share/X11 28.22 }
29.1 --- a/xorg-dri2proto/receipt Sat Oct 30 17:55:45 2010 +0000 29.2 +++ b/xorg-dri2proto/receipt Sun Oct 31 00:13:37 2010 +0200 29.3 @@ -5,8 +5,9 @@ 29.4 CATEGORY="development" 29.5 SHORT_DESC="Xorg DRI protocol files." 29.6 MAINTAINER="pankso@slitaz.org" 29.7 +BUILD_DEPENDS="xorg-util-macros" 29.8 SOURCE="dri2proto" 29.9 -TARBALL="$SOURCE-$VERSION.tar.gz" 29.10 +TARBALL="$SOURCE-$VERSION.tar.bz2" 29.11 WEB_SITE="http://www.x.org/" 29.12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 29.13
30.1 --- a/xorg-evieext/receipt Sat Oct 30 17:55:45 2010 +0000 30.2 +++ b/xorg-evieext/receipt Sun Oct 31 00:13:37 2010 +0200 30.3 @@ -7,7 +7,7 @@ 30.4 MAINTAINER="pankso@slitaz.org" 30.5 DEPENDS="xorg" 30.6 SOURCE="evieext" 30.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 30.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 30.9 WEB_SITE="http://www.x.org/" 30.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 30.11
31.1 --- a/xorg-fixesproto/receipt Sat Oct 30 17:55:45 2010 +0000 31.2 +++ b/xorg-fixesproto/receipt Sun Oct 31 00:13:37 2010 +0200 31.3 @@ -6,7 +6,7 @@ 31.4 SHORT_DESC="Xorg server fixes protocol." 31.5 MAINTAINER="pankso@slitaz.org" 31.6 SOURCE="fixesproto" 31.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 31.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 31.9 WEB_SITE="http://www.x.org/" 31.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 31.11
32.1 --- a/xorg-fontcacheproto/receipt Sat Oct 30 17:55:45 2010 +0000 32.2 +++ b/xorg-fontcacheproto/receipt Sun Oct 31 00:13:37 2010 +0200 32.3 @@ -6,7 +6,7 @@ 32.4 SHORT_DESC="Xorg server protocol." 32.5 MAINTAINER="pankso@slitaz.org" 32.6 SOURCE="fontcacheproto" 32.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 32.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 32.9 WEB_SITE="http://www.x.org/" 32.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 32.11
33.1 --- a/xorg-fontsproto/receipt Sat Oct 30 17:55:45 2010 +0000 33.2 +++ b/xorg-fontsproto/receipt Sun Oct 31 00:13:37 2010 +0200 33.3 @@ -5,9 +5,8 @@ 33.4 CATEGORY="development" 33.5 SHORT_DESC="Xorg server protocol." 33.6 MAINTAINER="pankso@slitaz.org" 33.7 -DEPENDS="xorg" 33.8 SOURCE="fontsproto" 33.9 -TARBALL="$SOURCE-$VERSION.tar.gz" 33.10 +TARBALL="$SOURCE-$VERSION.tar.bz2" 33.11 WEB_SITE="http://www.x.org/" 33.12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 33.13
34.1 --- a/xorg-gccmakedep/receipt Sat Oct 30 17:55:45 2010 +0000 34.2 +++ b/xorg-gccmakedep/receipt Sun Oct 31 00:13:37 2010 +0200 34.3 @@ -7,7 +7,7 @@ 34.4 MAINTAINER="pascal.bellard@slitaz.org" 34.5 BUILD_DEPENDS="xorg-dev-proto" 34.6 SOURCE="gccmakedep" 34.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 34.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 34.9 WEB_SITE="http://www.x.org/" 34.10 WGET_URL="$XORG_MIRROR/util/$TARBALL" 34.11
35.1 --- a/xorg-glproto/receipt Sat Oct 30 17:55:45 2010 +0000 35.2 +++ b/xorg-glproto/receipt Sun Oct 31 00:13:37 2010 +0200 35.3 @@ -1,10 +1,11 @@ 35.4 # SliTaz package receipt. 35.5 35.6 PACKAGE="xorg-glproto" 35.7 -VERSION="1.4.11" 35.8 +VERSION="1.4.12" 35.9 CATEGORY="development" 35.10 SHORT_DESC="Xorg server fixes protocol." 35.11 MAINTAINER="pankso@slitaz.org" 35.12 +BUILD_DEPENDS="xorg-util-macros" 35.13 SOURCE="glproto" 35.14 TARBALL="$SOURCE-$VERSION.tar.bz2" 35.15 WEB_SITE="http://www.x.org/"
36.1 --- a/xorg-imake/receipt Sat Oct 30 17:55:45 2010 +0000 36.2 +++ b/xorg-imake/receipt Sun Oct 31 00:13:37 2010 +0200 36.3 @@ -1,13 +1,13 @@ 36.4 # SliTaz package receipt. 36.5 36.6 PACKAGE="xorg-imake" 36.7 -VERSION="1.0.2" 36.8 +VERSION="1.0.3" 36.9 CATEGORY="x-window" 36.10 SHORT_DESC="X imake utility." 36.11 MAINTAINER="pascal.bellard@slitaz.org" 36.12 BUILD_DEPENDS="xorg-dev-proto" 36.13 SOURCE="imake" 36.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 36.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 36.16 WEB_SITE="http://www.x.org/" 36.17 WGET_URL="$XORG_MIRROR/util/$TARBALL" 36.18
37.1 --- a/xorg-inputproto/receipt Sat Oct 30 17:55:45 2010 +0000 37.2 +++ b/xorg-inputproto/receipt Sun Oct 31 00:13:37 2010 +0200 37.3 @@ -6,7 +6,7 @@ 37.4 SHORT_DESC="Xorg server module." 37.5 MAINTAINER="pankso@slitaz.org" 37.6 SOURCE="inputproto" 37.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 37.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 37.9 WEB_SITE="http://www.x.org/" 37.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 37.11
38.1 --- a/xorg-kbproto/receipt Sat Oct 30 17:55:45 2010 +0000 38.2 +++ b/xorg-kbproto/receipt Sun Oct 31 00:13:37 2010 +0200 38.3 @@ -1,12 +1,13 @@ 38.4 # SliTaz package receipt. 38.5 38.6 PACKAGE="xorg-kbproto" 38.7 -VERSION="1.0.4" 38.8 +VERSION="1.0.5" 38.9 CATEGORY="development" 38.10 SHORT_DESC="Xorg server module." 38.11 MAINTAINER="pankso@slitaz.org" 38.12 +BUILD_DEPENDS="xorg-util-macros" 38.13 SOURCE="kbproto" 38.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 38.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 38.16 WEB_SITE="http://www.x.org/" 38.17 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 38.18
39.1 --- a/xorg-libICE/receipt Sat Oct 30 17:55:45 2010 +0000 39.2 +++ b/xorg-libICE/receipt Sun Oct 31 00:13:37 2010 +0200 39.3 @@ -5,9 +5,9 @@ 39.4 CATEGORY="x-window" 39.5 SHORT_DESC="Xorg server module." 39.6 MAINTAINER="pankso@slitaz.org" 39.7 -BUILD_DEPENDS="pkg-config xorg-xproto xorg-xtrans" 39.8 +BUILD_DEPENDS="pkg-config xorg-xproto xorg-xtrans xorg-util-macros" 39.9 SOURCE="libICE" 39.10 -TARBALL="$SOURCE-$VERSION.tar.gz" 39.11 +TARBALL="$SOURCE-$VERSION.tar.bz2" 39.12 WEB_SITE="http://www.x.org/" 39.13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 39.14
40.1 --- a/xorg-libSM/receipt Sat Oct 30 17:55:45 2010 +0000 40.2 +++ b/xorg-libSM/receipt Sun Oct 31 00:13:37 2010 +0200 40.3 @@ -8,7 +8,7 @@ 40.4 SOURCE="libSM" 40.5 DEPENDS="util-linux-ng-uuid xorg-libICE" 40.6 BUILD_DEPENDS="e2fsprogs-dev util-linux-ng-uuid-dev xorg-xtrans" 40.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 40.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 40.9 WEB_SITE="http://www.x.org/" 40.10 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 40.11
41.1 --- a/xorg-libX11-dev/receipt Sat Oct 30 17:55:45 2010 +0000 41.2 +++ b/xorg-libX11-dev/receipt Sun Oct 31 00:13:37 2010 +0200 41.3 @@ -1,7 +1,7 @@ 41.4 # SliTaz package receipt. 41.5 41.6 PACKAGE="xorg-libX11-dev" 41.7 -VERSION="1.3.5" 41.8 +VERSION="1.3.99.902" 41.9 CATEGORY="development" 41.10 SHORT_DESC="Xorg module devel files." 41.11 MAINTAINER="pankso@slitaz.org"
42.1 --- a/xorg-libX11/receipt Sat Oct 30 17:55:45 2010 +0000 42.2 +++ b/xorg-libX11/receipt Sun Oct 31 00:13:37 2010 +0200 42.3 @@ -1,14 +1,14 @@ 42.4 # SliTaz package receipt. 42.5 42.6 PACKAGE="xorg-libX11" 42.7 -VERSION="1.3.5" 42.8 +VERSION="1.3.99.902" 42.9 CATEGORY="x-window" 42.10 SHORT_DESC="X11 main client interface to X window system." 42.11 MAINTAINER="pankso@slitaz.org" 42.12 DEPENDS="xorg-libXau xorg-libXdmcp libxcb" 42.13 -BUILD_DEPENDS="xorg-dev-proto xorg-libXdmcp-dev xorg-libXau xorg-libXau-dev xorg-xtrans libxcb libxcb-dev pkg-config" 42.14 +BUILD_DEPENDS="xorg-dev-proto xorg-libXdmcp-dev xorg-libXau xorg-libXau-dev xorg-xtrans xorg-util-macros libxcb libxcb-dev pkg-config" 42.15 SOURCE="libX11" 42.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 42.17 +TARBALL="$SOURCE-$VERSION.tar.bz2" 42.18 WEB_SITE="http://www.x.org/" 42.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 42.20
43.1 --- a/xorg-libXau/receipt Sat Oct 30 17:55:45 2010 +0000 43.2 +++ b/xorg-libXau/receipt Sun Oct 31 00:13:37 2010 +0200 43.3 @@ -6,8 +6,8 @@ 43.4 SHORT_DESC="Xorg authorization routines." 43.5 MAINTAINER="pankso@slitaz.org" 43.6 SOURCE="libXau" 43.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 43.8 -BUILD_DEPENDS="pkg-config xorg-xproto" 43.9 +TARBALL="$SOURCE-$VERSION.tar.bz2" 43.10 +BUILD_DEPENDS="pkg-config xorg-xproto xorg-util-macros" 43.11 WEB_SITE="http://www.x.org/" 43.12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 43.13
44.1 --- a/xorg-libXaw-dev/receipt Sat Oct 30 17:55:45 2010 +0000 44.2 +++ b/xorg-libXaw-dev/receipt Sun Oct 31 00:13:37 2010 +0200 44.3 @@ -1,6 +1,6 @@ 44.4 # SliTaz package receipt. 44.5 PACKAGE="xorg-libXaw-dev" 44.6 -VERSION="1.0.7" 44.7 +VERSION="1.0.8" 44.8 CATEGORY="development" 44.9 SHORT_DESC="Xorg module devel files." 44.10 MAINTAINER="pankso@slitaz.org"
45.1 --- a/xorg-libXaw/receipt Sat Oct 30 17:55:45 2010 +0000 45.2 +++ b/xorg-libXaw/receipt Sun Oct 31 00:13:37 2010 +0200 45.3 @@ -1,12 +1,12 @@ 45.4 # SliTaz package receipt. 45.5 45.6 PACKAGE="xorg-libXaw" 45.7 -VERSION="1.0.7" 45.8 +VERSION="1.0.8" 45.9 CATEGORY="x-window" 45.10 SHORT_DESC="Xorg server module." 45.11 MAINTAINER="pankso@slitaz.org" 45.12 SOURCE="libXaw" 45.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 45.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 45.15 DEPENDS="xorg-libXext xorg-libXmu xorg-libXt xorg-libSM xorg-libICE \ 45.16 xorg-libXpm xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXp" 45.17 BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev"
46.1 --- a/xorg-libXcomposite-dev/receipt Sat Oct 30 17:55:45 2010 +0000 46.2 +++ b/xorg-libXcomposite-dev/receipt Sun Oct 31 00:13:37 2010 +0200 46.3 @@ -1,6 +1,6 @@ 46.4 # SliTaz package receipt. 46.5 PACKAGE="xorg-libXcomposite-dev" 46.6 -VERSION="0.4.1" 46.7 +VERSION="0.4.2" 46.8 CATEGORY="development" 46.9 SHORT_DESC="Xorg composite module devel files." 46.10 MAINTAINER="pankso@slitaz.org"
47.1 --- a/xorg-libXcomposite/receipt Sat Oct 30 17:55:45 2010 +0000 47.2 +++ b/xorg-libXcomposite/receipt Sun Oct 31 00:13:37 2010 +0200 47.3 @@ -1,12 +1,12 @@ 47.4 # SliTaz package receipt. 47.5 47.6 PACKAGE="xorg-libXcomposite" 47.7 -VERSION="0.4.1" 47.8 +VERSION="0.4.2" 47.9 CATEGORY="x-window" 47.10 SHORT_DESC="Xorg composite extension." 47.11 MAINTAINER="pankso@slitaz.org" 47.12 SOURCE="libXcomposite" 47.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 47.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 47.15 DEPENDS="xorg-libX11 xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp" 47.16 WEB_SITE="http://www.x.org/" 47.17 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
48.1 --- a/xorg-libXcursor/receipt Sat Oct 30 17:55:45 2010 +0000 48.2 +++ b/xorg-libXcursor/receipt Sun Oct 31 00:13:37 2010 +0200 48.3 @@ -6,7 +6,7 @@ 48.4 SHORT_DESC="X cursors library." 48.5 MAINTAINER="pankso@slitaz.org" 48.6 SOURCE="libXcursor" 48.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 48.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 48.9 DEPENDS="xorg-libXrender xorg-libXfixes xorg-libX11 xorg-libXau xorg-libXdmcp" 48.10 WEB_SITE="http://www.x.org/" 48.11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
49.1 --- a/xorg-libXdamage-dev/receipt Sat Oct 30 17:55:45 2010 +0000 49.2 +++ b/xorg-libXdamage-dev/receipt Sun Oct 31 00:13:37 2010 +0200 49.3 @@ -1,7 +1,7 @@ 49.4 # SliTaz package receipt. 49.5 49.6 PACKAGE="xorg-libXdamage-dev" 49.7 -VERSION="1.1.2" 49.8 +VERSION="1.1.3" 49.9 CATEGORY="development" 49.10 SHORT_DESC="Xorg damage extension devel files." 49.11 MAINTAINER="pankso@slitaz.org"
50.1 --- a/xorg-libXdamage/receipt Sat Oct 30 17:55:45 2010 +0000 50.2 +++ b/xorg-libXdamage/receipt Sun Oct 31 00:13:37 2010 +0200 50.3 @@ -1,14 +1,14 @@ 50.4 # SliTaz package receipt. 50.5 50.6 PACKAGE="xorg-libXdamage" 50.7 -VERSION="1.1.2" 50.8 +VERSION="1.1.3" 50.9 CATEGORY="x-window" 50.10 SHORT_DESC="Xorg damage extension." 50.11 MAINTAINER="pankso@slitaz.org" 50.12 DEPENDS="glibc-base xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXfixes" 50.13 BUILD_DEPENDS="pkg-config xorg-dev xorg-damageproto xorg-xextproto xorg-fixesproto" 50.14 SOURCE="libXdamage" 50.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 50.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 50.17 WEB_SITE="http://www.x.org/" 50.18 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 50.19
51.1 --- a/xorg-libXdmcp/receipt Sat Oct 30 17:55:45 2010 +0000 51.2 +++ b/xorg-libXdmcp/receipt Sun Oct 31 00:13:37 2010 +0200 51.3 @@ -6,7 +6,7 @@ 51.4 SHORT_DESC="Xorg server module." 51.5 MAINTAINER="pankso@slitaz.org" 51.6 SOURCE="libXdmcp" 51.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 51.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 51.9 BUILD_DEPENDS="pkg-config xorg-xproto" 51.10 WEB_SITE="http://www.x.org/" 51.11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
52.1 --- a/xorg-libXext-dev/receipt Sat Oct 30 17:55:45 2010 +0000 52.2 +++ b/xorg-libXext-dev/receipt Sun Oct 31 00:13:37 2010 +0200 52.3 @@ -1,7 +1,7 @@ 52.4 # SliTaz package receipt. 52.5 52.6 PACKAGE="xorg-libXext-dev" 52.7 -VERSION="1.1.1" 52.8 +VERSION="1.1.2" 52.9 CATEGORY="development" 52.10 SHORT_DESC="Common X extensions library devel files." 52.11 MAINTAINER="pankso@slitaz.org"
53.1 --- a/xorg-libXext/receipt Sat Oct 30 17:55:45 2010 +0000 53.2 +++ b/xorg-libXext/receipt Sun Oct 31 00:13:37 2010 +0200 53.3 @@ -1,13 +1,14 @@ 53.4 # SliTaz package receipt. 53.5 53.6 PACKAGE="xorg-libXext" 53.7 -VERSION="1.1.1" 53.8 +VERSION="1.1.2" 53.9 CATEGORY="x-window" 53.10 SHORT_DESC="Common X extensions library." 53.11 MAINTAINER="pankso@slitaz.org" 53.12 SOURCE="libXext" 53.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 53.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 53.15 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 53.16 +BUILD_DEPENDS="xorg-util-macros" 53.17 WEB_SITE="http://www.x.org/" 53.18 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 53.19
54.1 --- a/xorg-libXfixes-dev/receipt Sat Oct 30 17:55:45 2010 +0000 54.2 +++ b/xorg-libXfixes-dev/receipt Sun Oct 31 00:13:37 2010 +0200 54.3 @@ -1,6 +1,6 @@ 54.4 # SliTaz package receipt. 54.5 PACKAGE="xorg-libXfixes-dev" 54.6 -VERSION="4.0.4" 54.7 +VERSION="4.0.5" 54.8 CATEGORY="development" 54.9 SHORT_DESC="Xorg module devel files." 54.10 MAINTAINER="pankso@slitaz.org"
55.1 --- a/xorg-libXfixes/receipt Sat Oct 30 17:55:45 2010 +0000 55.2 +++ b/xorg-libXfixes/receipt Sun Oct 31 00:13:37 2010 +0200 55.3 @@ -1,12 +1,12 @@ 55.4 # SliTaz package receipt. 55.5 55.6 PACKAGE="xorg-libXfixes" 55.7 -VERSION="4.0.4" 55.8 +VERSION="4.0.5" 55.9 CATEGORY="x-window" 55.10 SHORT_DESC="Xorg server module." 55.11 MAINTAINER="pankso@slitaz.org" 55.12 SOURCE="libXfixes" 55.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 55.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 55.15 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 55.16 WEB_SITE="http://www.x.org/" 55.17 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
56.1 --- a/xorg-libXfont-dev/receipt Sat Oct 30 17:55:45 2010 +0000 56.2 +++ b/xorg-libXfont-dev/receipt Sun Oct 31 00:13:37 2010 +0200 56.3 @@ -1,7 +1,7 @@ 56.4 # SliTaz package receipt. 56.5 56.6 PACKAGE="xorg-libXfont-dev" 56.7 -VERSION="1.4.0" 56.8 +VERSION="1.4.2" 56.9 CATEGORY="development" 56.10 SHORT_DESC="Xorg server keyboard library devel files." 56.11 MAINTAINER="pankso@slitaz.org"
57.1 --- a/xorg-libXfont/receipt Sat Oct 30 17:55:45 2010 +0000 57.2 +++ b/xorg-libXfont/receipt Sun Oct 31 00:13:37 2010 +0200 57.3 @@ -1,13 +1,14 @@ 57.4 # SliTaz package receipt. 57.5 57.6 PACKAGE="xorg-libXfont" 57.7 -VERSION="1.4.0" 57.8 +VERSION="1.4.2" 57.9 CATEGORY="x-window" 57.10 SHORT_DESC="Xorg server keyboard library." 57.11 MAINTAINER="pankso@slitaz.org" 57.12 SOURCE="libXfont" 57.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 57.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 57.15 DEPENDS="freetype xorg-libfontenc" 57.16 +BUILD_DEPENDS="xorg-fontsproto xorg-util-macros freetype-dev xorg-xproto xorg-xtrans" 57.17 WEB_SITE="http://www.x.org/" 57.18 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 57.19
58.1 --- a/xorg-libXft/receipt Sat Oct 30 17:55:45 2010 +0000 58.2 +++ b/xorg-libXft/receipt Sun Oct 31 00:13:37 2010 +0200 58.3 @@ -8,7 +8,7 @@ 58.4 DEPENDS="glibc-base expat fontconfig freetype zlib \ 58.5 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXrender" 58.6 SOURCE="libXft" 58.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 58.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 58.9 WEB_SITE="http://www.x.org/" 58.10 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 58.11
59.1 --- a/xorg-libXi-dev/receipt Sat Oct 30 17:55:45 2010 +0000 59.2 +++ b/xorg-libXi-dev/receipt Sun Oct 31 00:13:37 2010 +0200 59.3 @@ -1,6 +1,6 @@ 59.4 # SliTaz package receipt. 59.5 PACKAGE="xorg-libXi-dev" 59.6 -VERSION="1.3" 59.7 +VERSION="1.3.2" 59.8 CATEGORY="development" 59.9 SHORT_DESC="Xorg library and devel files for the X Input Extension." 59.10 MAINTAINER="pankso@slitaz.org"
60.1 --- a/xorg-libXi/receipt Sat Oct 30 17:55:45 2010 +0000 60.2 +++ b/xorg-libXi/receipt Sun Oct 31 00:13:37 2010 +0200 60.3 @@ -1,12 +1,12 @@ 60.4 # SliTaz package receipt. 60.5 60.6 PACKAGE="xorg-libXi" 60.7 -VERSION="1.3" 60.8 +VERSION="1.3.2" 60.9 CATEGORY="x-window" 60.10 SHORT_DESC="Xorg library for the X Input Extension." 60.11 MAINTAINER="pankso@slitaz.org" 60.12 SOURCE="libXi" 60.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 60.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 60.15 DEPENDS="xorg-libX11 xorg-libXext xorg-libXau xorg-libXdmcp" 60.16 WEB_SITE="http://www.x.org/" 60.17 WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL"
61.1 --- a/xorg-libXinerama/receipt Sat Oct 30 17:55:45 2010 +0000 61.2 +++ b/xorg-libXinerama/receipt Sun Oct 31 00:13:37 2010 +0200 61.3 @@ -6,7 +6,7 @@ 61.4 SHORT_DESC="Xorg server module." 61.5 MAINTAINER="pankso@slitaz.org" 61.6 SOURCE="libXinerama" 61.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 61.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 61.9 DEPENDS="xorg-libX11 xorg-libXext xorg-libXau xorg-libXdmcp" 61.10 WEB_SITE="http://www.x.org/" 61.11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
62.1 --- a/xorg-libXmu/receipt Sat Oct 30 17:55:45 2010 +0000 62.2 +++ b/xorg-libXmu/receipt Sun Oct 31 00:13:37 2010 +0200 62.3 @@ -6,7 +6,7 @@ 62.4 SHORT_DESC="Xorg server module." 62.5 MAINTAINER="pankso@slitaz.org" 62.6 SOURCE="libXmu" 62.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 62.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 62.9 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt xorg-libSM \ 62.10 xorg-libICE xorg-libXext" 62.11 WEB_SITE="http://www.x.org/"
63.1 --- a/xorg-libXpm/receipt Sat Oct 30 17:55:45 2010 +0000 63.2 +++ b/xorg-libXpm/receipt Sun Oct 31 00:13:37 2010 +0200 63.3 @@ -6,7 +6,7 @@ 63.4 SHORT_DESC="Xorg server module." 63.5 MAINTAINER="pankso@slitaz.org" 63.6 SOURCE="libXpm" 63.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 63.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 63.9 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 63.10 WEB_SITE="http://www.x.org/" 63.11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
64.1 --- a/xorg-libXrandr/receipt Sat Oct 30 17:55:45 2010 +0000 64.2 +++ b/xorg-libXrandr/receipt Sun Oct 31 00:13:37 2010 +0200 64.3 @@ -7,7 +7,7 @@ 64.4 SHORT_DESC="Xorg server module." 64.5 MAINTAINER="pankso@slitaz.org" 64.6 SOURCE="libXrandr" 64.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 64.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 64.9 DEPENDS="xorg-libXext xorg-libXrender xorg-libX11 xorg-libXau xorg-libXdmcp" 64.10 WEB_SITE="http://www.x.org/" 64.11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
65.1 --- a/xorg-libXrender-dev/receipt Sat Oct 30 17:55:45 2010 +0000 65.2 +++ b/xorg-libXrender-dev/receipt Sun Oct 31 00:13:37 2010 +0200 65.3 @@ -1,6 +1,6 @@ 65.4 # SliTaz package receipt. 65.5 PACKAGE="xorg-libXrender-dev" 65.6 -VERSION="0.9.5" 65.7 +VERSION="0.9.6" 65.8 CATEGORY="development" 65.9 SHORT_DESC="Xorg RENDER extensions library devel files." 65.10 MAINTAINER="pankso@slitaz.org"
66.1 --- a/xorg-libXrender/receipt Sat Oct 30 17:55:45 2010 +0000 66.2 +++ b/xorg-libXrender/receipt Sun Oct 31 00:13:37 2010 +0200 66.3 @@ -1,12 +1,12 @@ 66.4 # SliTaz package receipt. 66.5 66.6 PACKAGE="xorg-libXrender" 66.7 -VERSION="0.9.5" 66.8 +VERSION="0.9.6" 66.9 CATEGORY="x-window" 66.10 SHORT_DESC="Xorg RENDER extensions library." 66.11 MAINTAINER="pankso@slitaz.org" 66.12 SOURCE="libXrender" 66.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 66.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 66.15 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 66.16 WEB_SITE="http://www.x.org/" 66.17 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
67.1 --- a/xorg-libXss/receipt Sat Oct 30 17:55:45 2010 +0000 67.2 +++ b/xorg-libXss/receipt Sun Oct 31 00:13:37 2010 +0200 67.3 @@ -8,7 +8,7 @@ 67.4 DEPENDS="xorg" 67.5 BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev xorg-xextproto xorg-scrnsaverproto libxcb-dev" 67.6 SOURCE="libXScrnSaver" 67.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 67.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 67.9 WEB_SITE="http://www.x.org/" 67.10 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 67.11
68.1 --- a/xorg-libXt/receipt Sat Oct 30 17:55:45 2010 +0000 68.2 +++ b/xorg-libXt/receipt Sun Oct 31 00:13:37 2010 +0200 68.3 @@ -6,8 +6,9 @@ 68.4 SHORT_DESC="Xorg server module." 68.5 MAINTAINER="pankso@slitaz.org" 68.6 SOURCE="libXt" 68.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 68.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 68.9 DEPENDS="xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXdmcp" 68.10 +BUILD_DEPENDS="xorg-util-macros" 68.11 WEB_SITE="http://www.x.org/" 68.12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 68.13
69.1 --- a/xorg-libXtst/receipt Sat Oct 30 17:55:45 2010 +0000 69.2 +++ b/xorg-libXtst/receipt Sun Oct 31 00:13:37 2010 +0200 69.3 @@ -9,7 +9,7 @@ 69.4 BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-recordproto \ 69.5 xorg-xextproto xorg-inputproto" 69.6 SOURCE="libXtst" 69.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 69.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 69.9 WEB_SITE="http://www.x.org/" 69.10 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 69.11
70.1 --- a/xorg-libXv/receipt Sat Oct 30 17:55:45 2010 +0000 70.2 +++ b/xorg-libXv/receipt Sun Oct 31 00:13:37 2010 +0200 70.3 @@ -7,7 +7,7 @@ 70.4 MAINTAINER="pankso@slitaz.org" 70.5 DEPENDS="xorg" 70.6 SOURCE="libXv" 70.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 70.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 70.9 WEB_SITE="http://www.x.org/" 70.10 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 70.11
71.1 --- a/xorg-libXvMC-dev/receipt Sat Oct 30 17:55:45 2010 +0000 71.2 +++ b/xorg-libXvMC-dev/receipt Sun Oct 31 00:13:37 2010 +0200 71.3 @@ -1,7 +1,7 @@ 71.4 # SliTaz package receipt. 71.5 71.6 PACKAGE="xorg-libXvMC-dev" 71.7 -VERSION="1.0.5" 71.8 +VERSION="1.0.6" 71.9 CATEGORY="development" 71.10 SHORT_DESC="Xorg module devel files." 71.11 MAINTAINER="pankso@slitaz.org"
72.1 --- a/xorg-libXvMC/receipt Sat Oct 30 17:55:45 2010 +0000 72.2 +++ b/xorg-libXvMC/receipt Sun Oct 31 00:13:37 2010 +0200 72.3 @@ -1,14 +1,14 @@ 72.4 # SliTaz package receipt. 72.5 72.6 PACKAGE="xorg-libXvMC" 72.7 -VERSION="1.0.5" 72.8 +VERSION="1.0.6" 72.9 CATEGORY="x-window" 72.10 SHORT_DESC="Xorg server module." 72.11 MAINTAINER="pankso@slitaz.org" 72.12 DEPENDS="xorg xorg-libXv" 72.13 BUILD_DEPENDS="xorg-libXv-dev" 72.14 SOURCE="libXvMC" 72.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 72.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 72.17 WEB_SITE="http://www.x.org/" 72.18 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 72.19
73.1 --- a/xorg-libXxf86vm/receipt Sat Oct 30 17:55:45 2010 +0000 73.2 +++ b/xorg-libXxf86vm/receipt Sun Oct 31 00:13:37 2010 +0200 73.3 @@ -6,7 +6,7 @@ 73.4 SHORT_DESC="Xorg server module." 73.5 MAINTAINER="pankso@slitaz.org" 73.6 SOURCE="libXxf86vm" 73.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 73.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 73.9 DEPENDS="xorg-libX11 xorg-libXext xorg-libXau xorg-libXdmcp" 73.10 WEB_SITE="http://www.x.org/" 73.11 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
74.1 --- a/xorg-libfontenc-dev/receipt Sat Oct 30 17:55:45 2010 +0000 74.2 +++ b/xorg-libfontenc-dev/receipt Sun Oct 31 00:13:37 2010 +0200 74.3 @@ -1,6 +1,6 @@ 74.4 # SliTaz package receipt. 74.5 PACKAGE="xorg-libfontenc-dev" 74.6 -VERSION="1.0.5" 74.7 +VERSION="1.1.0" 74.8 CATEGORY="development" 74.9 SHORT_DESC="Xorg module devel files." 74.10 MAINTAINER="pankso@slitaz.org"
75.1 --- a/xorg-libfontenc/receipt Sat Oct 30 17:55:45 2010 +0000 75.2 +++ b/xorg-libfontenc/receipt Sun Oct 31 00:13:37 2010 +0200 75.3 @@ -1,14 +1,14 @@ 75.4 # SliTaz package receipt. 75.5 75.6 PACKAGE="xorg-libfontenc" 75.7 -VERSION="1.0.5" 75.8 +VERSION="1.1.0" 75.9 CATEGORY="x-window" 75.10 SHORT_DESC="Xorg server module." 75.11 MAINTAINER="pankso@slitaz.org" 75.12 DEPENDS="zlib" 75.13 -BUILD_DEPENDS="zlib-dev" 75.14 +BUILD_DEPENDS="zlib-dev xorg-util-macros" 75.15 SOURCE="libfontenc" 75.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 75.17 +TARBALL="$SOURCE-$VERSION.tar.bz2" 75.18 WEB_SITE="http://www.x.org/" 75.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 75.20
76.1 --- a/xorg-libpciaccess-dev/receipt Sat Oct 30 17:55:45 2010 +0000 76.2 +++ b/xorg-libpciaccess-dev/receipt Sun Oct 31 00:13:37 2010 +0200 76.3 @@ -1,7 +1,7 @@ 76.4 # SliTaz package receipt. 76.5 76.6 PACKAGE="xorg-libpciaccess-dev" 76.7 -VERSION="0.11.0" 76.8 +VERSION="0.12.0" 76.9 CATEGORY="development" 76.10 SHORT_DESC="Xorg module devel files." 76.11 MAINTAINER="pankso@slitaz.org"
77.1 --- a/xorg-libpciaccess/receipt Sat Oct 30 17:55:45 2010 +0000 77.2 +++ b/xorg-libpciaccess/receipt Sun Oct 31 00:13:37 2010 +0200 77.3 @@ -1,12 +1,12 @@ 77.4 # SliTaz package receipt. 77.5 77.6 PACKAGE="xorg-libpciaccess" 77.7 -VERSION="0.11.0" 77.8 +VERSION="0.12.0" 77.9 CATEGORY="x-window" 77.10 SHORT_DESC="Xorg server module." 77.11 MAINTAINER="pankso@slitaz.org" 77.12 SOURCE="libpciaccess" 77.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 77.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 77.15 WEB_SITE="http://www.x.org/" 77.16 WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" 77.17
78.1 --- a/xorg-libxkbfile/receipt Sat Oct 30 17:55:45 2010 +0000 78.2 +++ b/xorg-libxkbfile/receipt Sun Oct 31 00:13:37 2010 +0200 78.3 @@ -7,7 +7,7 @@ 78.4 MAINTAINER="pankso@slitaz.org" 78.5 DEPENDS="xorg" 78.6 SOURCE="libxkbfile" 78.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 78.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 78.9 WEB_SITE="http://www.x.org/" 78.10 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 78.11
79.1 --- a/xorg-printproto/receipt Sat Oct 30 17:55:45 2010 +0000 79.2 +++ b/xorg-printproto/receipt Sun Oct 31 00:13:37 2010 +0200 79.3 @@ -2,17 +2,13 @@ 79.4 79.5 PACKAGE="xorg-printproto" 79.6 SOURCE="printproto" 79.7 -VERSION="1.0.3" 79.8 +VERSION="1.0.4" 79.9 CATEGORY="development" 79.10 SHORT_DESC="Xorg server devel module." 79.11 MAINTAINER="rcx@zoominternet.net" 79.12 -DEPENDS="" 79.13 -BUILD_DEPENDS="slitaz-toolchain" 79.14 TARBALL="$SOURCE-$VERSION.tar.bz2" 79.15 WEB_SITE="http://www.x.org/" 79.16 -# This proto is missing from the current X11R7.4 79.17 -#WGET_URL="$XORG_MIRROR/proto/$TARBALL" 79.18 -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/proto/$TARBALL" 79.19 +WGET_URL="$XORG_MIRROR/proto/$TARBALL" 79.20 79.21 # Rules to configure and make the package. 79.22 compile_rules()
80.1 --- a/xorg-randrproto/receipt Sat Oct 30 17:55:45 2010 +0000 80.2 +++ b/xorg-randrproto/receipt Sun Oct 31 00:13:37 2010 +0200 80.3 @@ -7,7 +7,7 @@ 80.4 SHORT_DESC="Xorg server module." 80.5 MAINTAINER="pankso@slitaz.org" 80.6 SOURCE="randrproto" 80.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 80.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 80.9 WEB_SITE="http://www.x.org/" 80.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 80.11
81.1 --- a/xorg-recordproto/receipt Sat Oct 30 17:55:45 2010 +0000 81.2 +++ b/xorg-recordproto/receipt Sun Oct 31 00:13:37 2010 +0200 81.3 @@ -6,7 +6,7 @@ 81.4 SHORT_DESC="Xorg record protol." 81.5 MAINTAINER="pankso@slitaz.org" 81.6 SOURCE="recordproto" 81.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 81.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 81.9 WEB_SITE="http://www.x.org/" 81.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 81.11
82.1 --- a/xorg-renderproto/receipt Sat Oct 30 17:55:45 2010 +0000 82.2 +++ b/xorg-renderproto/receipt Sun Oct 31 00:13:37 2010 +0200 82.3 @@ -1,12 +1,13 @@ 82.4 # SliTaz package receipt. 82.5 82.6 PACKAGE="xorg-renderproto" 82.7 -VERSION="0.11" 82.8 +VERSION="0.11.1" 82.9 CATEGORY="development" 82.10 SHORT_DESC="Xorg server module." 82.11 MAINTAINER="pankso@slitaz.org" 82.12 +BUILD_DEPENDS="xorg-util-macros" 82.13 SOURCE="renderproto" 82.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 82.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 82.16 WEB_SITE="http://www.x.org/" 82.17 WGET_URL="http://xorg.freedesktop.org/releases/individual/proto/$TARBALL" 82.18
83.1 --- a/xorg-resourceproto/receipt Sat Oct 30 17:55:45 2010 +0000 83.2 +++ b/xorg-resourceproto/receipt Sun Oct 31 00:13:37 2010 +0200 83.3 @@ -6,7 +6,7 @@ 83.4 SHORT_DESC="Xorg server module." 83.5 MAINTAINER="pankso@slitaz.org" 83.6 SOURCE="resourceproto" 83.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 83.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 83.9 WEB_SITE="http://www.x.org/" 83.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 83.11
84.1 --- a/xorg-rgb/receipt Sat Oct 30 17:55:45 2010 +0000 84.2 +++ b/xorg-rgb/receipt Sun Oct 31 00:13:37 2010 +0200 84.3 @@ -1,13 +1,13 @@ 84.4 # SliTaz package receipt. 84.5 84.6 PACKAGE="xorg-rgb" 84.7 -VERSION="1.0.1" 84.8 +VERSION="1.0.4" 84.9 CATEGORY="x-window" 84.10 SHORT_DESC="X11 RGB colors definitions." 84.11 MAINTAINER="pankso@slitaz.org" 84.12 BUILD_DEPENDS="pkg-config xorg-xproto" 84.13 SOURCE="rgb" 84.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 84.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 84.16 WEB_SITE="http://www.x.org/" 84.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 84.18
85.1 --- a/xorg-scrnsaverproto/receipt Sat Oct 30 17:55:45 2010 +0000 85.2 +++ b/xorg-scrnsaverproto/receipt Sun Oct 31 00:13:37 2010 +0200 85.3 @@ -6,7 +6,7 @@ 85.4 SHORT_DESC="Xorg server protocol." 85.5 MAINTAINER="pankso@slitaz.org" 85.6 SOURCE="scrnsaverproto" 85.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 85.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 85.9 WEB_SITE="http://www.x.org/" 85.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 85.11
86.1 --- a/xorg-server-Xnest/receipt Sat Oct 30 17:55:45 2010 +0000 86.2 +++ b/xorg-server-Xnest/receipt Sun Oct 31 00:13:37 2010 +0200 86.3 @@ -1,12 +1,12 @@ 86.4 # SliTaz package receipt. 86.5 86.6 PACKAGE="xorg-server-Xnest" 86.7 -VERSION="1.8.2" 86.8 +VERSION="1.9.1" 86.9 CATEGORY="x-window" 86.10 SHORT_DESC="Xorg Xnest server." 86.11 MAINTAINER="pankso@slitaz.org" 86.12 DEPENDS="xorg-libXau xorg-libfontenc xorg-libXdmcp xorg-libXfont \ 86.13 -xorg-base-fonts freetype xorg-libX11 xorg-libXext zlib pixman hal libcrypto" 86.14 +xorg-base-fonts freetype xorg-libX11 xorg-libXext zlib pixman libcrypto" 86.15 WANTED="xorg-server" 86.16 SOURCE="xorg-server" 86.17 WEB_SITE="http://www.x.org/"
87.1 --- a/xorg-server-Xvfb/receipt Sat Oct 30 17:55:45 2010 +0000 87.2 +++ b/xorg-server-Xvfb/receipt Sun Oct 31 00:13:37 2010 +0200 87.3 @@ -1,12 +1,12 @@ 87.4 # SliTaz package receipt. 87.5 87.6 PACKAGE="xorg-server-Xvfb" 87.7 -VERSION="1.8.2" 87.8 +VERSION="1.9.1" 87.9 CATEGORY="x-window" 87.10 SHORT_DESC="Xephyr server Xvfb." 87.11 MAINTAINER="pankso@slitaz.org" 87.12 DEPENDS="freetype xorg-libXau xorg-libfontenc xorg-libXdmcp xorg-libXfont \ 87.13 -xorg-libXext xorg-libX11 zlib pixman hal libcrypto xorg-libXv" 87.14 +xorg-libXext xorg-libX11 zlib pixman libcrypto xorg-libXv" 87.15 WANTED="xorg-server" 87.16 SOURCE="xorg-server" 87.17 WEB_SITE="http://www.x.org/"
88.1 --- a/xorg-server-dev/receipt Sat Oct 30 17:55:45 2010 +0000 88.2 +++ b/xorg-server-dev/receipt Sun Oct 31 00:13:37 2010 +0200 88.3 @@ -1,7 +1,7 @@ 88.4 # SliTaz package receipt. 88.5 88.6 PACKAGE="xorg-server-dev" 88.7 -VERSION="1.8.2" 88.8 +VERSION="1.9.1" 88.9 CATEGORY="development" 88.10 SHORT_DESC="Xorg server devel files needed to build drivers." 88.11 MAINTAINER="pankso@slitaz.org"
89.1 --- a/xorg-server/receipt Sat Oct 30 17:55:45 2010 +0000 89.2 +++ b/xorg-server/receipt Sun Oct 31 00:13:37 2010 +0200 89.3 @@ -1,15 +1,15 @@ 89.4 # SliTaz package receipt. 89.5 89.6 PACKAGE="xorg-server" 89.7 -VERSION="1.8.2" 89.8 +VERSION="1.9.1" 89.9 CATEGORY="x-window" 89.10 SHORT_DESC="Xorg core server." 89.11 MAINTAINER="pankso@slitaz.org" 89.12 DEPENDS="xorg xorg-libxkbfile xorg-xkeyboard-config xorg-libpciaccess \ 89.13 -xorg-libXxf86vm libcrypto freetype pixman gcc-lib-base dbus udev hal" 89.14 +xorg-libXxf86vm libcrypto freetype pixman gcc-lib-base udev" 89.15 BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev xorg-xtrans xorg-libxkbfile xorg-libxkbfile-dev \ 89.16 xorg-libfontenc-dev xorg-libpciaccess xorg-libpciaccess-dev xorg-libXxf86vm-dev libgcrypt-dev \ 89.17 -libcrypto-dev openssl-dev dbus-dev mesa-dev udev-dev hal-dev glib-dev freetype-dev pixman pixman-dev \ 89.18 +libcrypto-dev openssl-dev mesa-dev udev-dev glib-dev freetype-dev pixman pixman-dev \ 89.19 pkg-config perl flex bison" 89.20 SUGGESTED="xorg-xf86-input-evdev xorg-xf86-video-vesa" 89.21 TARBALL="$PACKAGE-$VERSION.tar.bz2" 89.22 @@ -30,8 +30,9 @@ 89.23 --with-serverconfig-path=/etc/X11 \ 89.24 --enable-install-setuid \ 89.25 --enable-xorg \ 89.26 - --enable-config-hal \ 89.27 - --enable-config-dbus \ 89.28 + --enable-config-udev \ 89.29 + --disable-config-dbus \ 89.30 + --with-fontrootdir=/usr/share/fonts \ 89.31 --with-os-name="SliTaz GNU/Linux" \ 89.32 --with-builder-addr=$MAINTAINER \ 89.33 $CONFIGURE_ARGS &&
90.1 --- a/xorg-setxkbmap/receipt Sat Oct 30 17:55:45 2010 +0000 90.2 +++ b/xorg-setxkbmap/receipt Sun Oct 31 00:13:37 2010 +0200 90.3 @@ -1,13 +1,13 @@ 90.4 # SliTaz package receipt. 90.5 90.6 PACKAGE="xorg-setxkbmap" 90.7 -VERSION="1.1.0" 90.8 +VERSION="1.2.0" 90.9 CATEGORY="x-window" 90.10 SHORT_DESC="Set the keyboard using the X Keyboard Extension." 90.11 MAINTAINER="pascal.bellard@slitaz.org" 90.12 DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" 90.13 SOURCE="setxkbmap" 90.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 90.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 90.16 WEB_SITE="http://www.x.org/" 90.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 90.18
91.1 --- a/xorg-trapproto/receipt Sat Oct 30 17:55:45 2010 +0000 91.2 +++ b/xorg-trapproto/receipt Sun Oct 31 00:13:37 2010 +0200 91.3 @@ -6,7 +6,7 @@ 91.4 SHORT_DESC="Xorg server protocol." 91.5 MAINTAINER="pankso@slitaz.org" 91.6 SOURCE="trapproto" 91.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 91.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 91.9 WEB_SITE="http://www.x.org/" 91.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 91.11
92.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 92.2 +++ b/xorg-util-macros/receipt Sun Oct 31 00:13:37 2010 +0200 92.3 @@ -0,0 +1,28 @@ 92.4 +# SliTaz package receipt. 92.5 + 92.6 +PACKAGE="xorg-util-macros" 92.7 +VERSION="1.9.0" 92.8 +CATEGORY="development" 92.9 +SHORT_DESC="X.Org Autotools macros" 92.10 +MAINTAINER="gokhlayeh@slitaz.org" 92.11 +SOURCE="util-macros" 92.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 92.13 +WEB_SITE="http://www.x.org/" 92.14 +WGET_URL="$XORG_MIRROR/util/$TARBALL" 92.15 + 92.16 +# Rules to configure and make the package. 92.17 +compile_rules() 92.18 +{ 92.19 + cd $src 92.20 + ./configure --prefix=/usr --sysconfdir=/etc \ 92.21 + --mandir=/usr/share/man --localstatedir=/var \ 92.22 + $CONFIGURE_ARGS && 92.23 + make && 92.24 + make DESTDIR=$PWD/_pkg install 92.25 +} 92.26 + 92.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 92.28 +genpkg_rules() 92.29 +{ 92.30 + cp -a $_pkg/* $fs 92.31 +}
93.1 --- a/xorg-videoproto/receipt Sat Oct 30 17:55:45 2010 +0000 93.2 +++ b/xorg-videoproto/receipt Sun Oct 31 00:13:37 2010 +0200 93.3 @@ -1,12 +1,13 @@ 93.4 # SliTaz package receipt. 93.5 93.6 PACKAGE="xorg-videoproto" 93.7 -VERSION="2.3.0" 93.8 +VERSION="2.3.1" 93.9 CATEGORY="development" 93.10 SHORT_DESC="Xorg server protocol." 93.11 MAINTAINER="pankso@slitaz.org" 93.12 +BUILD_DEPENDS="xorg-util-macros" 93.13 SOURCE="videoproto" 93.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 93.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 93.16 WEB_SITE="http://www.x.org/" 93.17 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 93.18
94.1 --- a/xorg-x11perf/receipt Sat Oct 30 17:55:45 2010 +0000 94.2 +++ b/xorg-x11perf/receipt Sun Oct 31 00:13:37 2010 +0200 94.3 @@ -1,7 +1,7 @@ 94.4 # SliTaz package receipt. 94.5 94.6 PACKAGE="xorg-x11perf" 94.7 -VERSION="1.5" 94.8 +VERSION="1.5.2" 94.9 CATEGORY="x-window" 94.10 SHORT_DESC="Utility who runs one or more performance tests and reports." 94.11 MAINTAINER="paul@slitaz.org" 94.12 @@ -9,9 +9,9 @@ 94.13 xorg-libXft" 94.14 BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto" 94.15 SOURCE="x11perf" 94.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 94.17 +TARBALL="$SOURCE-$VERSION.tar.bz2" 94.18 WEB_SITE="http://xorg.freedesktop.org/" 94.19 -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/app/$TARBALL" 94.20 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 94.21 94.22 # Rules to configure and make the package. 94.23 compile_rules()
95.1 --- a/xorg-xauth/receipt Sat Oct 30 17:55:45 2010 +0000 95.2 +++ b/xorg-xauth/receipt Sun Oct 31 00:13:37 2010 +0200 95.3 @@ -1,13 +1,13 @@ 95.4 # SliTaz package receipt. 95.5 95.6 PACKAGE="xorg-xauth" 95.7 -VERSION="1.0.3" 95.8 +VERSION="1.0.5" 95.9 CATEGORY="x-window" 95.10 SHORT_DESC="X authority file utility." 95.11 MAINTAINER="pankso@slitaz.org" 95.12 DEPENDS="glibc-base xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu" 95.13 SOURCE="xauth" 95.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 95.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 95.16 WEB_SITE="http://www.x.org/" 95.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 95.18
96.1 --- a/xorg-xbacklight/receipt Sat Oct 30 17:55:45 2010 +0000 96.2 +++ b/xorg-xbacklight/receipt Sun Oct 31 00:13:37 2010 +0200 96.3 @@ -1,7 +1,7 @@ 96.4 # SliTaz package receipt. 96.5 96.6 PACKAGE="xorg-xbacklight" 96.7 -VERSION="1.1" 96.8 +VERSION="1.1.1" 96.9 CATEGORY="x-window" 96.10 SHORT_DESC="utility for x-server to set the backlight level using the RandR" 96.11 MAINTAINER="jozee@slitaz.org"
97.1 --- a/xorg-xclock/receipt Sat Oct 30 17:55:45 2010 +0000 97.2 +++ b/xorg-xclock/receipt Sun Oct 31 00:13:37 2010 +0200 97.3 @@ -1,14 +1,14 @@ 97.4 # SliTaz package receipt. 97.5 97.6 PACKAGE="xorg-xclock" 97.7 -VERSION="1.0.3" 97.8 +VERSION="1.0.5" 97.9 CATEGORY="x-window" 97.10 SHORT_DESC="Simple clock for X." 97.11 MAINTAINER="pankso@slitaz.org" 97.12 DEPENDS="xorg xorg-libxkbfile expat fontconfig freetype xorg-libXft zlib" 97.13 BUILD_DEPENDS="xorg-dev xorg-libXft-dev" 97.14 SOURCE="xclock" 97.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 97.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 97.17 WEB_SITE="http://www.x.org/" 97.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 97.19
98.1 --- a/xorg-xcmiscproto/receipt Sat Oct 30 17:55:45 2010 +0000 98.2 +++ b/xorg-xcmiscproto/receipt Sun Oct 31 00:13:37 2010 +0200 98.3 @@ -6,7 +6,7 @@ 98.4 SHORT_DESC="Xorg server module." 98.5 MAINTAINER="pankso@slitaz.org" 98.6 SOURCE="xcmiscproto" 98.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 98.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 98.9 WEB_SITE="http://www.x.org/" 98.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 98.11
99.1 --- a/xorg-xcompmgr/receipt Sat Oct 30 17:55:45 2010 +0000 99.2 +++ b/xorg-xcompmgr/receipt Sun Oct 31 00:13:37 2010 +0200 99.3 @@ -9,7 +9,7 @@ 99.4 xorg-libXext" 99.5 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libX11-dev" 99.6 SOURCE="xcompmgr" 99.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 99.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 99.9 WEB_SITE="http://www.x.org/" 99.10 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL" 99.11
100.1 --- a/xorg-xcursorgen/receipt Sat Oct 30 17:55:45 2010 +0000 100.2 +++ b/xorg-xcursorgen/receipt Sun Oct 31 00:13:37 2010 +0200 100.3 @@ -1,13 +1,13 @@ 100.4 # SliTaz package receipt. 100.5 100.6 PACKAGE="xorg-xcursorgen" 100.7 -VERSION="1.0.2" 100.8 +VERSION="1.0.4" 100.9 CATEGORY="x-window" 100.10 SHORT_DESC="X cursor generator." 100.11 MAINTAINER="pankso@slitaz.org" 100.12 DEPENDS="xorg libpng zlib" 100.13 SOURCE="xcursorgen" 100.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 100.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 100.16 WEB_SITE="http://www.x.org/" 100.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 100.18
101.1 --- a/xorg-xdpyinfo/receipt Sat Oct 30 17:55:45 2010 +0000 101.2 +++ b/xorg-xdpyinfo/receipt Sun Oct 31 00:13:37 2010 +0200 101.3 @@ -1,7 +1,7 @@ 101.4 # SliTaz package receipt. 101.5 101.6 PACKAGE="xorg-xdpyinfo" 101.7 -VERSION="1.1.0" 101.8 +VERSION="1.2.0" 101.9 CATEGORY="x-window" 101.10 SHORT_DESC="display information utility for X-server" 101.11 MAINTAINER="jozee@slitaz.org"
102.1 --- a/xorg-xdriinfo/receipt Sat Oct 30 17:55:45 2010 +0000 102.2 +++ b/xorg-xdriinfo/receipt Sun Oct 31 00:13:37 2010 +0200 102.3 @@ -2,13 +2,14 @@ 102.4 102.5 PACKAGE="xorg-xdriinfo" 102.6 SOURCE="xdriinfo" 102.7 -VERSION="1.0.2" 102.8 +VERSION="1.0.3" 102.9 CATEGORY="x-window" 102.10 SHORT_DESC="Query configuration information of DRI drivers" 102.11 MAINTAINER="pankso@slitaz.org" 102.12 DEPENDS="xorg-libX11" 102.13 +BUILD_DEPENDS="mesa" 102.14 SUGGESTED="nvidia" 102.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 102.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 102.17 WEB_SITE="http://www.x.org/" 102.18 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" 102.19
103.1 --- a/xorg-xev/receipt Sat Oct 30 17:55:45 2010 +0000 103.2 +++ b/xorg-xev/receipt Sun Oct 31 00:13:37 2010 +0200 103.3 @@ -1,7 +1,7 @@ 103.4 # SliTaz package receipt. 103.5 103.6 PACKAGE="xorg-xev" 103.7 -VERSION="1.0.3" 103.8 +VERSION="1.0.4" 103.9 CATEGORY="x-window" 103.10 SHORT_DESC="print contents of x-server events " 103.11 MAINTAINER="jozee@slitaz.org"
104.1 --- a/xorg-xextproto/receipt Sat Oct 30 17:55:45 2010 +0000 104.2 +++ b/xorg-xextproto/receipt Sun Oct 31 00:13:37 2010 +0200 104.3 @@ -1,12 +1,13 @@ 104.4 # SliTaz package receipt. 104.5 104.6 PACKAGE="xorg-xextproto" 104.7 -VERSION="7.1.1" 104.8 +VERSION="7.1.2" 104.9 CATEGORY="development" 104.10 SHORT_DESC="Xorg server module." 104.11 MAINTAINER="pankso@slitaz.org" 104.12 +BUILD_DEPENDS="xorg-util-macros" 104.13 SOURCE="xextproto" 104.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 104.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 104.16 WEB_SITE="http://www.x.org/" 104.17 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 104.18
105.1 --- a/xorg-xf86-input-elographics/receipt Sat Oct 30 17:55:45 2010 +0000 105.2 +++ b/xorg-xf86-input-elographics/receipt Sun Oct 31 00:13:37 2010 +0200 105.3 @@ -8,7 +8,7 @@ 105.4 DEPENDS="xorg" 105.5 BUILD_DEPENDS="xorg-server-dev xorg-xproto" 105.6 SOURCE="xf86-input-elographics" 105.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 105.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 105.9 WEB_SITE="http://www.x.org/" 105.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 105.11
106.1 --- a/xorg-xf86-input-evdev/receipt Sat Oct 30 17:55:45 2010 +0000 106.2 +++ b/xorg-xf86-input-evdev/receipt Sun Oct 31 00:13:37 2010 +0200 106.3 @@ -1,14 +1,14 @@ 106.4 # SliTaz package receipt. 106.5 106.6 PACKAGE="xorg-xf86-input-evdev" 106.7 -VERSION="2.4.0" 106.8 +VERSION="2.5.0" 106.9 CATEGORY="x-window" 106.10 SHORT_DESC="Xorg input evdev driver." 106.11 MAINTAINER="pankso@slitaz.org" 106.12 DEPENDS="xorg" 106.13 BUILD_DEPENDS="xorg-server xorg-server-dev xorg-xproto pkg-config xorg-dev xorg-inputproto xorg-xextproto xorg-randrproto" 106.14 SOURCE="xf86-input-evdev" 106.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 106.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 106.17 WEB_SITE="http://www.x.org/" 106.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 106.19
107.1 --- a/xorg-xf86-input-microtouch/receipt Sat Oct 30 17:55:45 2010 +0000 107.2 +++ b/xorg-xf86-input-microtouch/receipt Sun Oct 31 00:13:37 2010 +0200 107.3 @@ -9,7 +9,7 @@ 107.4 BUILD_DEPENDS="xorg-server xorg-xproto pkg-config xorg-server-dev \ 107.5 xorg-inputproto xorg-randrproto" 107.6 SOURCE="xf86-input-microtouch" 107.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 107.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 107.9 WEB_SITE="http://www.x.org/" 107.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 107.11
108.1 --- a/xorg-xf86-input-mouse/receipt Sat Oct 30 17:55:45 2010 +0000 108.2 +++ b/xorg-xf86-input-mouse/receipt Sun Oct 31 00:13:37 2010 +0200 108.3 @@ -1,14 +1,14 @@ 108.4 # SliTaz package receipt. 108.5 108.6 PACKAGE="xorg-xf86-input-mouse" 108.7 -VERSION="1.5.0" 108.8 +VERSION="1.6.0" 108.9 CATEGORY="x-window" 108.10 SHORT_DESC="Xorg server protocol." 108.11 MAINTAINER="pankso@slitaz.org" 108.12 DEPENDS="xorg" 108.13 BUILD_DEPENDS="xorg-server xorg-xproto" 108.14 SOURCE="xf86-input-mouse" 108.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 108.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 108.17 WEB_SITE="http://www.x.org/" 108.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 108.19
109.1 --- a/xorg-xf86-input-mutouch/receipt Sat Oct 30 17:55:45 2010 +0000 109.2 +++ b/xorg-xf86-input-mutouch/receipt Sun Oct 31 00:13:37 2010 +0200 109.3 @@ -9,7 +9,7 @@ 109.4 BUILD_DEPENDS="xorg-server xorg-server-dev xorg-xproto pkg-config \ 109.5 xorg-inputproto xorg-randrproto xorg-xextproto" 109.6 SOURCE="xf86-input-mutouch" 109.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 109.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 109.9 WEB_SITE="http://www.x.org/" 109.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 109.11
110.1 --- a/xorg-xf86-input-plpevtch/receipt Sat Oct 30 17:55:45 2010 +0000 110.2 +++ b/xorg-xf86-input-plpevtch/receipt Sun Oct 31 00:13:37 2010 +0200 110.3 @@ -9,7 +9,7 @@ 110.4 BUILD_DEPENDS="xorg-server xorg-xproto pkg-config xorg-server-dev \ 110.5 xorg-inputproto xorg-randrproto" 110.6 SOURCE="xf86-input-plpevtch" 110.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 110.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 110.9 WEB_SITE="http://www.plop.at/en/touchscreen.html" 110.10 WGET_URL="http://download.plop.at/files/plpevtch/$TARBALL" 110.11
111.1 --- a/xorg-xf86-input-synaptics/receipt Sat Oct 30 17:55:45 2010 +0000 111.2 +++ b/xorg-xf86-input-synaptics/receipt Sun Oct 31 00:13:37 2010 +0200 111.3 @@ -1,7 +1,7 @@ 111.4 # SliTaz package receipt. 111.5 111.6 PACKAGE="xorg-xf86-input-synaptics" 111.7 -VERSION="1.2.99.1" 111.8 +VERSION="1.3.0" 111.9 CATEGORY="x-window" 111.10 SHORT_DESC="Xorg synaptics driver." 111.11 MAINTAINER="pankso@slitaz.org" 111.12 @@ -10,7 +10,7 @@ 111.13 pixman-dev xorg-libpciaccess-dev xorg-randrproto \ 111.14 xorg-inputproto libxcb-dev xorg-xextproto" 111.15 SOURCE="xf86-input-synaptics" 111.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 111.17 +TARBALL="$SOURCE-$VERSION.tar.bz2" 111.18 WEB_SITE="http://www.x.org/" 111.19 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 111.20
112.1 --- a/xorg-xf86-video-ati/receipt Sat Oct 30 17:55:45 2010 +0000 112.2 +++ b/xorg-xf86-video-ati/receipt Sun Oct 31 00:13:37 2010 +0200 112.3 @@ -8,7 +8,7 @@ 112.4 DEPENDS="xorg xorg-server mesa-dri-ati xorg-libpciaccess" 112.5 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" 112.6 SOURCE="xf86-video-ati" 112.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 112.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 112.9 WEB_SITE="http://www.x.org/" 112.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 112.11 TAGS="xorg display"
113.1 --- a/xorg-xf86-video-geode/receipt Sat Oct 30 17:55:45 2010 +0000 113.2 +++ b/xorg-xf86-video-geode/receipt Sun Oct 31 00:13:37 2010 +0200 113.3 @@ -1,14 +1,14 @@ 113.4 # SliTaz package receipt. 113.5 113.6 PACKAGE="xorg-xf86-video-geode" 113.7 -VERSION="2.11.6" 113.8 +VERSION="2.11.9" 113.9 CATEGORY="x-window" 113.10 SHORT_DESC="Xorg AMD Geode video driver." 113.11 MAINTAINER="pankso@slitaz.org" 113.12 DEPENDS="xorg xorg-server" 113.13 BUILD_DEPENDS="xorg-server-dev xorg-xproto xorg-fontsproto" 113.14 SOURCE="xf86-video-geode" 113.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 113.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 113.17 WEB_SITE="http://www.x.org/" 113.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 113.19 TAGS="xorg display"
114.1 --- a/xorg-xf86-video-i740/receipt Sat Oct 30 17:55:45 2010 +0000 114.2 +++ b/xorg-xf86-video-i740/receipt Sun Oct 31 00:13:37 2010 +0200 114.3 @@ -8,7 +8,7 @@ 114.4 DEPENDS="xorg xorg-server" 114.5 BUILD_DEPENDS="xorg-server-dev xorg-xproto xorg-fontsproto" 114.6 SOURCE="xf86-video-i740" 114.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 114.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 114.9 WEB_SITE="http://www.x.org/" 114.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 114.11 TAGS="xorg display"
115.1 --- a/xorg-xf86-video-intel/receipt Sat Oct 30 17:55:45 2010 +0000 115.2 +++ b/xorg-xf86-video-intel/receipt Sun Oct 31 00:13:37 2010 +0200 115.3 @@ -5,10 +5,10 @@ 115.4 CATEGORY="x-window" 115.5 SHORT_DESC="Xorg server Intel driver." 115.6 MAINTAINER="pankso@slitaz.org" 115.7 -DEPENDS="xorg xorg-server xorg-libXv xorg-libpciaccess xorg-libXvMC libdrm mesa-dri-intel linux-agp linux-drm libxcb" 115.8 +DEPENDS="xorg xorg-server xorg-libXv xorg-libpciaccess xorg-libXvMC mesa-dri-intel linux-agp" 115.9 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" 115.10 SOURCE="xf86-video-intel" 115.11 -TARBALL="$SOURCE-$VERSION.tar.gz" 115.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 115.13 WEB_SITE="http://www.x.org/" 115.14 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 115.15 TAGS="xorg display"
116.1 --- a/xorg-xf86-video-mga/receipt Sat Oct 30 17:55:45 2010 +0000 116.2 +++ b/xorg-xf86-video-mga/receipt Sun Oct 31 00:13:37 2010 +0200 116.3 @@ -1,14 +1,14 @@ 116.4 # SliTaz package receipt. 116.5 116.6 PACKAGE="xorg-xf86-video-mga" 116.7 -VERSION="1.4.11" 116.8 +VERSION="1.9.100" 116.9 CATEGORY="x-window" 116.10 SHORT_DESC="Xorg driver for Matrox cards." 116.11 MAINTAINER="keupont@no-log.org" 116.12 -DEPENDS="xorg xorg-server" 116.13 +DEPENDS="xorg xorg-server mesa-dri-mga" 116.14 BUILD_DEPENDS="xorg-server-dev" 116.15 SOURCE="xf86-video-mga" 116.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 116.17 +TARBALL="$SOURCE-$VERSION.tar.bz2" 116.18 WEB_SITE="http://www.x.org/" 116.19 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 116.20 TAGS="xorg display"
117.1 --- a/xorg-xf86-video-neomagic/receipt Sat Oct 30 17:55:45 2010 +0000 117.2 +++ b/xorg-xf86-video-neomagic/receipt Sun Oct 31 00:13:37 2010 +0200 117.3 @@ -8,7 +8,7 @@ 117.4 DEPENDS="xorg xorg-server" 117.5 BUILD_DEPENDS="xorg-server-dev xorg-fontsproto xorg-randrproto xorg-videoproto xorg-xextproto xorg-xf86dgaproto" 117.6 SOURCE="xf86-video-neomagic" 117.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 117.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 117.9 WEB_SITE="http://www.x.org" 117.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 117.11 TAGS="xorg display"
118.1 --- a/xorg-xf86-video-nv/receipt Sat Oct 30 17:55:45 2010 +0000 118.2 +++ b/xorg-xf86-video-nv/receipt Sun Oct 31 00:13:37 2010 +0200 118.3 @@ -1,14 +1,14 @@ 118.4 # SliTaz package receipt. 118.5 118.6 PACKAGE="xorg-xf86-video-nv" 118.7 -VERSION="2.1.17" 118.8 +VERSION="2.1.18" 118.9 CATEGORY="x-window" 118.10 SHORT_DESC="Xorg NVIDIA video driver." 118.11 MAINTAINER="pankso@slitaz.org" 118.12 DEPENDS="xorg xorg-server linux-agp" 118.13 BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" 118.14 SOURCE="xf86-video-nv" 118.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 118.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 118.17 WEB_SITE="http://www.x.org/" 118.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 118.19 TAGS="xorg display"
119.1 --- a/xorg-xf86-video-openchrome/receipt Sat Oct 30 17:55:45 2010 +0000 119.2 +++ b/xorg-xf86-video-openchrome/receipt Sun Oct 31 00:13:37 2010 +0200 119.3 @@ -10,7 +10,7 @@ 119.4 BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-libXv-dev \ 119.5 xorg-libXvMC-dev mesa-dev libdrm libdrm-dev xorg-dev-proto pixman-dev" 119.6 SOURCE="xf86-video-openchrome" 119.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 119.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 119.9 WEB_SITE="http://www.x.org/" 119.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 119.11 TAGS="xorg display"
120.1 --- a/xorg-xf86-video-s3/receipt Sat Oct 30 17:55:45 2010 +0000 120.2 +++ b/xorg-xf86-video-s3/receipt Sun Oct 31 00:13:37 2010 +0200 120.3 @@ -8,7 +8,7 @@ 120.4 DEPENDS="xorg xorg-server" 120.5 BUILD_DEPENDS="xorg-server-dev" 120.6 SOURCE="xf86-video-s3" 120.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 120.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 120.9 WEB_SITE="http://www.x.org/" 120.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 120.11 TAGS="xorg display"
121.1 --- a/xorg-xf86-video-savage/receipt Sat Oct 30 17:55:45 2010 +0000 121.2 +++ b/xorg-xf86-video-savage/receipt Sun Oct 31 00:13:37 2010 +0200 121.3 @@ -5,10 +5,10 @@ 121.4 CATEGORY="x-window" 121.5 SHORT_DESC="Xorg S3 Savage video driver." 121.6 MAINTAINER="pankso@slitaz.org" 121.7 -DEPENDS="xorg xorg-server" 121.8 +DEPENDS="xorg xorg-server mesa-dri-savage" 121.9 BUILD_DEPENDS="xorg-server-dev" 121.10 SOURCE="xf86-video-savage" 121.11 -TARBALL="$SOURCE-$VERSION.tar.gz" 121.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 121.13 WEB_SITE="http://www.x.org/" 121.14 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 121.15 TAGS="xorg display"
122.1 --- a/xorg-xf86-video-sis/receipt Sat Oct 30 17:55:45 2010 +0000 122.2 +++ b/xorg-xf86-video-sis/receipt Sun Oct 31 00:13:37 2010 +0200 122.3 @@ -1,14 +1,14 @@ 122.4 # SliTaz package receipt. 122.5 122.6 PACKAGE="xorg-xf86-video-sis" 122.7 -VERSION="0.10.2" 122.8 +VERSION="0.10.3" 122.9 CATEGORY="x-window" 122.10 SHORT_DESC="Xorg driver for SIS cards." 122.11 MAINTAINER="pankso@slitaz.org" 122.12 -DEPENDS="xorg xorg-server" 122.13 +DEPENDS="xorg xorg-server mesa-dri-sis" 122.14 BUILD_DEPENDS="xorg-server-dev xorg-dev-proto libdrm-dev xorg-libpciaccess-dev" 122.15 SOURCE="xf86-video-sis" 122.16 -TARBALL="$SOURCE-$VERSION.tar.gz" 122.17 +TARBALL="$SOURCE-$VERSION.tar.bz2" 122.18 WEB_SITE="http://www.x.org/" 122.19 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 122.20 TAGS="xorg display"
123.1 --- a/xorg-xf86-video-trident/receipt Sat Oct 30 17:55:45 2010 +0000 123.2 +++ b/xorg-xf86-video-trident/receipt Sun Oct 31 00:13:37 2010 +0200 123.3 @@ -1,14 +1,14 @@ 123.4 # SliTaz package receipt. 123.5 123.6 PACKAGE="xorg-xf86-video-trident" 123.7 -VERSION="1.3.3" 123.8 +VERSION="1.3.4" 123.9 CATEGORY="x-window" 123.10 SHORT_DESC="Xorg driver for trident cards." 123.11 MAINTAINER="pankso@slitaz.org" 123.12 DEPENDS="xorg xorg-server" 123.13 BUILD_DEPENDS="xorg-server-dev" 123.14 SOURCE="xf86-video-trident" 123.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 123.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 123.17 WEB_SITE="http://www.x.org/" 123.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 123.19 TAGS="xorg display"
124.1 --- a/xorg-xf86-video-vesa/receipt Sat Oct 30 17:55:45 2010 +0000 124.2 +++ b/xorg-xf86-video-vesa/receipt Sun Oct 31 00:13:37 2010 +0200 124.3 @@ -8,7 +8,7 @@ 124.4 DEPENDS="xorg" 124.5 BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" 124.6 SOURCE="xf86-video-vesa" 124.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 124.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 124.9 WEB_SITE="http://www.x.org/" 124.10 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 124.11
125.1 --- a/xorg-xf86bigfontproto/receipt Sat Oct 30 17:55:45 2010 +0000 125.2 +++ b/xorg-xf86bigfontproto/receipt Sun Oct 31 00:13:37 2010 +0200 125.3 @@ -6,7 +6,7 @@ 125.4 SHORT_DESC="Xorg server protocol." 125.5 MAINTAINER="pankso@slitaz.org" 125.6 SOURCE="xf86bigfontproto" 125.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 125.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 125.9 WEB_SITE="http://www.x.org/" 125.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 125.11
126.1 --- a/xorg-xf86dgaproto/receipt Sat Oct 30 17:55:45 2010 +0000 126.2 +++ b/xorg-xf86dgaproto/receipt Sun Oct 31 00:13:37 2010 +0200 126.3 @@ -6,7 +6,7 @@ 126.4 SHORT_DESC="Xorg server protocol." 126.5 MAINTAINER="pankso@slitaz.org" 126.6 SOURCE="xf86dgaproto" 126.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 126.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 126.9 WEB_SITE="http://www.x.org/" 126.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 126.11
127.1 --- a/xorg-xf86driproto/receipt Sat Oct 30 17:55:45 2010 +0000 127.2 +++ b/xorg-xf86driproto/receipt Sun Oct 31 00:13:37 2010 +0200 127.3 @@ -6,7 +6,7 @@ 127.4 SHORT_DESC="Xorg server protocol." 127.5 MAINTAINER="pankso@slitaz.org" 127.6 SOURCE="xf86driproto" 127.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 127.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 127.9 WEB_SITE="http://www.x.org/" 127.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 127.11
128.1 --- a/xorg-xf86miscproto/receipt Sat Oct 30 17:55:45 2010 +0000 128.2 +++ b/xorg-xf86miscproto/receipt Sun Oct 31 00:13:37 2010 +0200 128.3 @@ -6,7 +6,7 @@ 128.4 SHORT_DESC="Xorg server protocol." 128.5 MAINTAINER="pankso@slitaz.org" 128.6 SOURCE="xf86miscproto" 128.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 128.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 128.9 WEB_SITE="http://www.x.org/" 128.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 128.11
129.1 --- a/xorg-xf86vidmodeproto/receipt Sat Oct 30 17:55:45 2010 +0000 129.2 +++ b/xorg-xf86vidmodeproto/receipt Sun Oct 31 00:13:37 2010 +0200 129.3 @@ -6,7 +6,7 @@ 129.4 SHORT_DESC="Xorg server protocol." 129.5 MAINTAINER="pankso@slitaz.org" 129.6 SOURCE="xf86vidmodeproto" 129.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 129.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 129.9 WEB_SITE="http://www.x.org/" 129.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 129.11
130.1 --- a/xorg-xfontsel/receipt Sat Oct 30 17:55:45 2010 +0000 130.2 +++ b/xorg-xfontsel/receipt Sun Oct 31 00:13:37 2010 +0200 130.3 @@ -1,7 +1,7 @@ 130.4 # SliTaz package receipt. 130.5 130.6 PACKAGE="xorg-xfontsel" 130.7 -VERSION="1.0.2" 130.8 +VERSION="1.0.3" 130.9 CATEGORY="x-window" 130.10 SHORT_DESC="point and click selection utility of X11 font names" 130.11 MAINTAINER="jozee@slitaz.org"
131.1 --- a/xorg-xineramaproto/receipt Sat Oct 30 17:55:45 2010 +0000 131.2 +++ b/xorg-xineramaproto/receipt Sun Oct 31 00:13:37 2010 +0200 131.3 @@ -6,7 +6,7 @@ 131.4 SHORT_DESC="Xorg server module." 131.5 MAINTAINER="pankso@slitaz.org" 131.6 SOURCE="xineramaproto" 131.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 131.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 131.9 WEB_SITE="http://www.x.org/" 131.10 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 131.11
132.1 --- a/xorg-xinit/receipt Sat Oct 30 17:55:45 2010 +0000 132.2 +++ b/xorg-xinit/receipt Sun Oct 31 00:13:37 2010 +0200 132.3 @@ -1,7 +1,7 @@ 132.4 # SliTaz package receipt. 132.5 132.6 PACKAGE="xorg-xinit" 132.7 -VERSION="1.2.0" 132.8 +VERSION="1.2.1" 132.9 CATEGORY="x-window" 132.10 SHORT_DESC="X.org initialization program" 132.11 MAINTAINER="jozee@slitaz.org"
133.1 --- a/xorg-xinput/receipt Sat Oct 30 17:55:45 2010 +0000 133.2 +++ b/xorg-xinput/receipt Sun Oct 31 00:13:37 2010 +0200 133.3 @@ -1,13 +1,13 @@ 133.4 # SliTaz package receipt. 133.5 133.6 PACKAGE="xorg-xinput" 133.7 -VERSION="1.5.0" 133.8 +VERSION="1.5.2" 133.9 CATEGORY="x-window" 133.10 SHORT_DESC="X input utility (MPX support)." 133.11 MAINTAINER="pankso@slitaz.org" 133.12 DEPENDS="xorg" 133.13 SOURCE="xinput" 133.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 133.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 133.16 WEB_SITE="http://www.x.org/" 133.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 133.18
134.1 --- a/xorg-xkbcomp/receipt Sat Oct 30 17:55:45 2010 +0000 134.2 +++ b/xorg-xkbcomp/receipt Sun Oct 31 00:13:37 2010 +0200 134.3 @@ -1,13 +1,13 @@ 134.4 # SliTaz package receipt. 134.5 134.6 PACKAGE="xorg-xkbcomp" 134.7 -VERSION="1.1.0" 134.8 +VERSION="1.1.1" 134.9 CATEGORY="x-window" 134.10 SHORT_DESC="Xorg keyboard composite." 134.11 MAINTAINER="pankso@slitaz.org" 134.12 DEPENDS="xorg xorg-libX11 xorg-libxkbfile" 134.13 SOURCE="xkbcomp" 134.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 134.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 134.16 WEB_SITE="http://www.x.org/" 134.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 134.18
135.1 --- a/xorg-xkbutils/receipt Sat Oct 30 17:55:45 2010 +0000 135.2 +++ b/xorg-xkbutils/receipt Sun Oct 31 00:13:37 2010 +0200 135.3 @@ -1,13 +1,13 @@ 135.4 # SliTaz package receipt. 135.5 135.6 PACKAGE="xorg-xkbutils" 135.7 -VERSION="1.0.1" 135.8 +VERSION="1.0.2" 135.9 CATEGORY="x-window" 135.10 SHORT_DESC="Xorg keyboard utility." 135.11 MAINTAINER="pankso@slitaz.org" 135.12 DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" 135.13 SOURCE="xkbutils" 135.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 135.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 135.16 WEB_SITE="http://www.x.org/" 135.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 135.18
136.1 --- a/xorg-xkeyboard-config/receipt Sat Oct 30 17:55:45 2010 +0000 136.2 +++ b/xorg-xkeyboard-config/receipt Sun Oct 31 00:13:37 2010 +0200 136.3 @@ -1,12 +1,12 @@ 136.4 # SliTaz package receipt. 136.5 136.6 PACKAGE="xorg-xkeyboard-config" 136.7 -VERSION="1.8" 136.8 +VERSION="2.0" 136.9 CATEGORY="x-window" 136.10 SHORT_DESC="Xorg server keyboard definition files." 136.11 MAINTAINER="pankso@slitaz.org" 136.12 DEPENDS="xorg xorg-xkbcomp" 136.13 -BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp" 136.14 +BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp intltool" 136.15 SOURCE="xkeyboard-config" 136.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 136.17 WEB_SITE="http://www.x.org/"
137.1 --- a/xorg-xkill/receipt Sat Oct 30 17:55:45 2010 +0000 137.2 +++ b/xorg-xkill/receipt Sun Oct 31 00:13:37 2010 +0200 137.3 @@ -2,12 +2,12 @@ 137.4 137.5 PACKAGE="xorg-xkill" 137.6 SOURCE="xkill" 137.7 -VERSION="1.0.1" 137.8 +VERSION="1.0.2" 137.9 CATEGORY="x-window" 137.10 SHORT_DESC="X application killer" 137.11 MAINTAINER="mallory@sweetpeople.org" 137.12 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXmu" 137.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 137.14 +TARBALL="$SOURCE-$VERSION.tar.bz2" 137.15 WEB_SITE="http://www.x.org/" 137.16 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" 137.17
138.1 --- a/xorg-xload/receipt Sat Oct 30 17:55:45 2010 +0000 138.2 +++ b/xorg-xload/receipt Sun Oct 31 00:13:37 2010 +0200 138.3 @@ -1,14 +1,14 @@ 138.4 # SliTaz package receipt. 138.5 138.6 PACKAGE="xorg-xload" 138.7 -VERSION="1.0.2" 138.8 +VERSION="1.1.0" 138.9 CATEGORY="x-window" 138.10 SHORT_DESC="X app to show system resources usage." 138.11 MAINTAINER="pankso@slitaz.org" 138.12 DEPENDS="xorg" 138.13 BUILD_DEPENDS="xorg-libXaw-dev" 138.14 SOURCE="xload" 138.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 138.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 138.17 WEB_SITE="http://www.x.org/" 138.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 138.19
139.1 --- a/xorg-xmodmap/receipt Sat Oct 30 17:55:45 2010 +0000 139.2 +++ b/xorg-xmodmap/receipt Sun Oct 31 00:13:37 2010 +0200 139.3 @@ -1,13 +1,13 @@ 139.4 # SliTaz package receipt. 139.5 139.6 PACKAGE="xorg-xmodmap" 139.7 -VERSION="1.0.3" 139.8 +VERSION="1.0.5" 139.9 CATEGORY="x-window" 139.10 SHORT_DESC="X keyboard and mouse configuration utility." 139.11 MAINTAINER="pankso@slitaz.org" 139.12 DEPENDS="xorg" 139.13 SOURCE="xmodmap" 139.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 139.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 139.16 WEB_SITE="http://www.x.org/" 139.17 WGET_URL="$XORG_MIRROR/app/$TARBALL" 139.18
140.1 --- a/xorg-xprop/receipt Sat Oct 30 17:55:45 2010 +0000 140.2 +++ b/xorg-xprop/receipt Sun Oct 31 00:13:37 2010 +0200 140.3 @@ -7,7 +7,7 @@ 140.4 MAINTAINER="pankso@slitaz.org" 140.5 DEPENDS="xorg" 140.6 SOURCE="xprop" 140.7 -TARBALL="$SOURCE-$VERSION.tar.gz" 140.8 +TARBALL="$SOURCE-$VERSION.tar.bz2" 140.9 WEB_SITE="http://www.x.org/" 140.10 WGET_URL="$XORG_MIRROR/app/$TARBALL" 140.11
141.1 --- a/xorg-xproto/receipt Sat Oct 30 17:55:45 2010 +0000 141.2 +++ b/xorg-xproto/receipt Sun Oct 31 00:13:37 2010 +0200 141.3 @@ -1,12 +1,13 @@ 141.4 # SliTaz package receipt. 141.5 141.6 PACKAGE="xorg-xproto" 141.7 -VERSION="7.0.16" 141.8 +VERSION="7.0.18" 141.9 CATEGORY="development" 141.10 SHORT_DESC="Xorg server module." 141.11 MAINTAINER="pankso@slitaz.org" 141.12 +BUILD_DEPENDS="xorg-util-macro" 141.13 SOURCE="xproto" 141.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 141.15 +TARBALL="$SOURCE-$VERSION.tar.bz2" 141.16 WEB_SITE="http://www.x.org/" 141.17 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 141.18
142.1 --- a/xorg-xrandr/receipt Sat Oct 30 17:55:45 2010 +0000 142.2 +++ b/xorg-xrandr/receipt Sun Oct 31 00:13:37 2010 +0200 142.3 @@ -1,14 +1,13 @@ 142.4 # SliTaz package receipt. 142.5 142.6 PACKAGE="xorg-xrandr" 142.7 -VERSION="1.3.0" 142.8 -#VERSION="1.3.0" 142.9 +VERSION="1.3.3" 142.10 CATEGORY="x-window" 142.11 SHORT_DESC="X app to show system resources usage." 142.12 MAINTAINER="pankso@slitaz.org" 142.13 DEPENDS="xorg" 142.14 SOURCE="xrandr" 142.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 142.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 142.17 WEB_SITE="http://www.x.org/" 142.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 142.19
143.1 --- a/xorg-xrdb/receipt Sat Oct 30 17:55:45 2010 +0000 143.2 +++ b/xorg-xrdb/receipt Sun Oct 31 00:13:37 2010 +0200 143.3 @@ -1,14 +1,14 @@ 143.4 # SliTaz package receipt. 143.5 143.6 PACKAGE="xorg-xrdb" 143.7 -VERSION="1.0.5" 143.8 +VERSION="1.0.6" 143.9 CATEGORY="x-window" 143.10 SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." 143.11 MAINTAINER="rocky@slitaz.org" 143.12 DEPENDS="xorg gcc" 143.13 BUILD_DEPENDS="xorg-libXmu-dev" 143.14 SOURCE="xrdb" 143.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 143.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 143.17 WEB_SITE="http://www.x.org/" 143.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 143.19
144.1 --- a/xorg-xset/receipt Sat Oct 30 17:55:45 2010 +0000 144.2 +++ b/xorg-xset/receipt Sun Oct 31 00:13:37 2010 +0200 144.3 @@ -1,16 +1,16 @@ 144.4 # SliTaz package receipt. 144.5 144.6 PACKAGE="xorg-xset" 144.7 -VERSION="1.0.4" 144.8 +VERSION="1.2.0" 144.9 CATEGORY="x-window" 144.10 SHORT_DESC="Xorg user preference utility." 144.11 MAINTAINER="paul@slitaz.org" 144.12 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXp" 144.13 BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto xorg-libXp-dev" 144.14 SOURCE="xset" 144.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 144.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 144.17 WEB_SITE="http://xorg.freedesktop.org/" 144.18 -WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/app/$TARBALL" 144.19 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 144.20 144.21 # Rules to configure and make the package. 144.22 compile_rules()
145.1 --- a/xorg-xsetroot/receipt Sat Oct 30 17:55:45 2010 +0000 145.2 +++ b/xorg-xsetroot/receipt Sun Oct 31 00:13:37 2010 +0200 145.3 @@ -1,14 +1,14 @@ 145.4 # SliTaz package receipt. 145.5 145.6 PACKAGE="xorg-xsetroot" 145.7 -VERSION="1.0.2" 145.8 +VERSION="1.0.3" 145.9 CATEGORY="x-window" 145.10 SHORT_DESC="Xsetroot is a tool to configure X root background color." 145.11 MAINTAINER="pankso@slitaz.org" 145.12 DEPENDS="xorg" 145.13 BUILD_DEPENDS="xorg-xbitmaps" 145.14 SOURCE="xsetroot" 145.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 145.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 145.17 WEB_SITE="http://www.x.org/" 145.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 145.19
146.1 --- a/xorg-xtrans/receipt Sat Oct 30 17:55:45 2010 +0000 146.2 +++ b/xorg-xtrans/receipt Sun Oct 31 00:13:37 2010 +0200 146.3 @@ -5,9 +5,8 @@ 146.4 CATEGORY="development" 146.5 SHORT_DESC="Xorg library to handle network protocol transport in a modular fashion." 146.6 MAINTAINER="pankso@slitaz.org" 146.7 -DEPENDS="xorg" 146.8 SOURCE="xtrans" 146.9 -TARBALL="$SOURCE-$VERSION.tar.gz" 146.10 +TARBALL="$SOURCE-$VERSION.tar.bz2" 146.11 WEB_SITE="http://www.x.org/" 146.12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 146.13
147.1 --- a/xorg-xwininfo/receipt Sat Oct 30 17:55:45 2010 +0000 147.2 +++ b/xorg-xwininfo/receipt Sun Oct 31 00:13:37 2010 +0200 147.3 @@ -1,7 +1,7 @@ 147.4 # SliTaz package receipt. 147.5 147.6 PACKAGE="xorg-xwininfo" 147.7 -VERSION="1.0.4" 147.8 +VERSION="1.1.0" 147.9 CATEGORY="x-window" 147.10 SHORT_DESC="window information utility to query x-server" 147.11 MAINTAINER="jozee@slitaz.org"
148.1 --- a/xorg/receipt Sat Oct 30 17:55:45 2010 +0000 148.2 +++ b/xorg/receipt Sun Oct 31 00:13:37 2010 +0200 148.3 @@ -3,10 +3,9 @@ 148.4 PACKAGE="xorg" 148.5 VERSION="7.4" 148.6 CATEGORY="meta" 148.7 -SHORT_DESC="Xorg server meta-package to compile/install all Xorg modules." 148.8 +SHORT_DESC="Xorg server meta-package to install all Xorg modules." 148.9 MAINTAINER="pankso@slitaz.org" 148.10 WEB_SITE="http://www.x.org/" 148.11 -BUILD_DEPENDS="pkg-config perl freetype-dev fontconfig-dev xorg-xtrans" 148.12 DEPENDS=" 148.13 xorg-libXdmcp 148.14 xorg-libXau 148.15 @@ -30,22 +29,9 @@ 148.16 xorg-libXi 148.17 xorg-rgb" 148.18 148.19 -# Rules to configure and make the package. 148.20 -compile_rules() 148.21 -{ 148.22 - for pkg in $DEPENDS 148.23 - do 148.24 - tazwok compile $pkg 148.25 - done 148.26 -} 148.27 - 148.28 # Rules to gen a SliTaz package suitable for Tazpkg. 148.29 genpkg_rules() 148.30 { 148.31 - for pkg in $DEPENDS 148.32 - do 148.33 - tazwok genpkg $pkg 148.34 - done 148.35 # Have a file to avoid errors with tazpkg install. 148.36 mkdir -p $fs/etc/X11 148.37 echo "$VERSION" > $fs/etc/X11/version