# HG changeset patch # User Christophe Lincoln # Date 1306888375 -7200 # Node ID 68b1394d93663e2d54782bc34f3b8c588422d036 # Parent f094a25880c5aa45bda67520062e79d86db25195 xorg-xf86-input-evdev and xorg-xf86-video-vesa may not depend on xorg-server diff -r f094a25880c5 -r 68b1394d9366 xorg-xf86-input-evdev/receipt --- a/xorg-xf86-input-evdev/receipt Wed Jun 01 01:59:38 2011 +0200 +++ b/xorg-xf86-input-evdev/receipt Wed Jun 01 02:32:55 2011 +0200 @@ -5,26 +5,26 @@ CATEGORY="x-window" SHORT_DESC="Xorg input evdev driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-input-evdev" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +# We can use xorg-server-light with evdev and vesa driver. +#DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=/usr/lib/X11/modules \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r f094a25880c5 -r 68b1394d9366 xorg-xf86-video-vesa/receipt --- a/xorg-xf86-video-vesa/receipt Wed Jun 01 01:59:38 2011 +0200 +++ b/xorg-xf86-video-vesa/receipt Wed Jun 01 02:32:55 2011 +0200 @@ -5,26 +5,26 @@ CATEGORY="x-window" SHORT_DESC="Xorg Vesa video driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-video-vesa" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +# We can use xorg-server-light with evdev and vesa driver. +#DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=/usr/lib/X11/modules \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.