wok-next rev 92
Modified Xorg server and libs to build without xcb
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 03 23:49:26 2008 +0100 (2008-01-03) |
parents | fe64923e0658 |
children | ea7228b3f479 |
files | xorg-dev-proto/receipt xorg-dev/receipt xorg-inputproto/receipt xorg-libX11-dev/receipt xorg-libX11/receipt xorg-libXrender-dev/receipt xorg-libXrender/receipt xorg-server-Xephyr/receipt xorg-server/receipt xorg/receipt |
line diff
1.1 --- a/xorg-dev-proto/receipt Thu Jan 03 23:48:10 2008 +0100 1.2 +++ b/xorg-dev-proto/receipt Thu Jan 03 23:49:26 2008 +0100 1.3 @@ -7,7 +7,6 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 WEB_SITE="http://www.x.org/" 1.6 DEPENDS=" 1.7 -xcb-proto 1.8 xorg-bigreqsproto 1.9 xorg-compositeproto 1.10 xorg-damageproto
2.1 --- a/xorg-dev/receipt Thu Jan 03 23:48:10 2008 +0100 2.2 +++ b/xorg-dev/receipt Thu Jan 03 23:49:26 2008 +0100 2.3 @@ -8,8 +8,6 @@ 2.4 WANTED="xorg" 2.5 WEB_SITE="http://www.x.org/" 2.6 BUILD=" 2.7 -libpthread-stubs 2.8 -libxcb-dev 2.9 xorg-libfontenc-dev 2.10 xorg-libICE-dev 2.11 xorg-libSM-dev
3.1 --- a/xorg-inputproto/receipt Thu Jan 03 23:48:10 2008 +0100 3.2 +++ b/xorg-inputproto/receipt Thu Jan 03 23:49:26 2008 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="xorg-inputproto" 3.7 -VERSION="1.4.2.1" 3.8 +VERSION="1.3.2" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="Xorg server module." 3.11 MAINTAINER="pankso@slitaz.org"
4.1 --- a/xorg-libX11-dev/receipt Thu Jan 03 23:48:10 2008 +0100 4.2 +++ b/xorg-libX11-dev/receipt Thu Jan 03 23:49:26 2008 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="xorg-libX11-dev" 4.7 -VERSION="1.1.3" 4.8 +VERSION="1.1.1" 4.9 CATEGORY="x-window" 4.10 SHORT_DESC="Xorg module devel files." 4.11 MAINTAINER="pankso@slitaz.org"
5.1 --- a/xorg-libX11/receipt Thu Jan 03 23:48:10 2008 +0100 5.2 +++ b/xorg-libX11/receipt Thu Jan 03 23:49:26 2008 +0100 5.3 @@ -1,12 +1,12 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="xorg-libX11" 5.7 -VERSION="1.1.3" 5.8 +VERSION="1.1.1" 5.9 CATEGORY="x-window" 5.10 SHORT_DESC="X11 main client interface to X window system." 5.11 MAINTAINER="pankso@slitaz.org" 5.12 DEPENDS="xorg" 5.13 -BUILD_DEPENDS="xorg-proto libxcb-dev xorg-pixman-dev" 5.14 +BUILD_DEPENDS="xorg-proto" 5.15 SOURCE="libX11" 5.16 TARBALL="$SOURCE-$VERSION.tar.gz" 5.17 WEB_SITE="http://www.x.org/" 5.18 @@ -18,7 +18,7 @@ 5.19 cd $src 5.20 ./configure --prefix=/usr --sysconfdir=/etc \ 5.21 --mandir=/usr/share/man --localstatedir=/var \ 5.22 - $CONFIGURE_ARGS 5.23 + --without-xcb $CONFIGURE_ARGS 5.24 make 5.25 make DESTDIR=$PWD/_pkg install 5.26 }
6.1 --- a/xorg-libXrender-dev/receipt Thu Jan 03 23:48:10 2008 +0100 6.2 +++ b/xorg-libXrender-dev/receipt Thu Jan 03 23:49:26 2008 +0100 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="xorg-libXrender-dev" 6.7 -VERSION="0.9.4" 6.8 +VERSION="0.9.2" 6.9 CATEGORY="x-window" 6.10 SHORT_DESC="Xorg module devel files." 6.11 MAINTAINER="pankso@slitaz.org"
7.1 --- a/xorg-libXrender/receipt Thu Jan 03 23:48:10 2008 +0100 7.2 +++ b/xorg-libXrender/receipt Thu Jan 03 23:49:26 2008 +0100 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="xorg-libXrender" 7.7 -VERSION="0.9.4" 7.8 +VERSION="0.9.2" 7.9 CATEGORY="x-window" 7.10 SHORT_DESC="Xorg server module." 7.11 MAINTAINER="pankso@slitaz.org"
8.1 --- a/xorg-server-Xephyr/receipt Thu Jan 03 23:48:10 2008 +0100 8.2 +++ b/xorg-server-Xephyr/receipt Thu Jan 03 23:49:26 2008 +0100 8.3 @@ -3,9 +3,9 @@ 8.4 PACKAGE="xorg-server-Xephyr" 8.5 VERSION="1.2.0" 8.6 CATEGORY="devel" 8.7 -SHORT_DESC="Xorg server devel files needed to build drivers." 8.8 +SHORT_DESC="Xephyr server used to creat chrooted X env." 8.9 MAINTAINER="pankso@slitaz.org" 8.10 -DEPENDS="freetype xorg-libXau xorg-libfontenc xorg-libXdmcp xorg-libXfont xorg-libXext xorg-libX11 libxcb" 8.11 +DEPENDS="freetype xorg-libXau xorg-libfontenc xorg-libXdmcp xorg-libXfont xorg-libXext xorg-libX11" 8.12 WANTED="xorg-server" 8.13 WEB_SITE="http://www.x.org/" 8.14
9.1 --- a/xorg-server/receipt Thu Jan 03 23:48:10 2008 +0100 9.2 +++ b/xorg-server/receipt Thu Jan 03 23:49:26 2008 +0100 9.3 @@ -6,7 +6,7 @@ 9.4 SHORT_DESC="Xorg server." 9.5 MAINTAINER="pankso@slitaz.org" 9.6 DEPENDS="xorg xorg-server-policy" 9.7 -BUILD_DEPENDS="xorg-dev-proto libxcb-dev xorg-libXfont-dev" 9.8 +BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev" 9.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.10 WEB_SITE="http://www.x.org/" 9.11 WGET_URL="http://xorg.freedesktop.org/releases/individual/xserver/$TARBALL" 9.12 @@ -33,20 +33,21 @@ 9.13 ./configure \ 9.14 --prefix=/usr \ 9.15 --sysconfdir=/etc \ 9.16 - --mandir=/usr/share/man \ 9.17 - --localstatedir=/var \ 9.18 - --with-module-dir=/usr/lib/X11/modules \ 9.19 - --with-xkb-output=/var/lib/xkb \ 9.20 - --with-serverconfig-path=/etc/X11 \ 9.21 - --with-fontdir=/usr/share/fonts/X11 \ 9.22 - --enable-install-setuid \ 9.23 - --enable-kdrive \ 9.24 - --enable-kdrive-vesa \ 9.25 - --with-os-name="SliTaz GNU/Linux" \ 9.26 - --with-builder-addr=$MAINTAINER \ 9.27 - --disable-dri \ 9.28 - --disable-xf86bigfont \ 9.29 - $CONFIGURE_ARGS 9.30 + --mandir=/usr/share/man \ 9.31 + --localstatedir=/var \ 9.32 + --with-module-dir=/usr/lib/X11/modules \ 9.33 + --with-xkb-output=/var/lib/xkb \ 9.34 + --with-serverconfig-path=/etc/X11 \ 9.35 + --with-fontdir=/usr/share/fonts/X11 \ 9.36 + --enable-install-setuid \ 9.37 + --enable-kdrive \ 9.38 + --enable-kdrive-vesa \ 9.39 + --with-os-name="SliTaz GNU/Linux" \ 9.40 + --with-builder-addr=$MAINTAINER \ 9.41 + --disable-dri \ 9.42 + --disable-xf86bigfont \ 9.43 + --disable-xorgcfg \ 9.44 + $CONFIGURE_ARGS 9.45 make 9.46 make DESTDIR=$PWD/_pkg install 9.47 } 9.48 @@ -60,7 +61,9 @@ 9.49 9.50 cp -a $_pkg/usr/bin $fs/usr 9.51 cp -a $_pkg/var/lib $fs/var 9.52 - cp -a $_pkg/usr/share/X11 $fs/usr/share 9.53 + 9.54 + # For xorgcfg 9.55 + #cp -a $_pkg/usr/share/X11 $fs/usr/share 9.56 9.57 # Remove static libs and all krive 9.58 rm $fs/usr/lib/X11/*/*.*a