wok-4.x diff xorg-server/receipt @ rev 7003
Up: slitaz-tools (3.9.1)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Oct 31 17:00:49 2010 +0100 (2010-10-31) |
parents | 538cfce65b66 |
children | d638f1e1e398 |
line diff
1.1 --- a/xorg-server/receipt Tue Oct 26 13:15:37 2010 +0200 1.2 +++ b/xorg-server/receipt Sun Oct 31 17:00:49 2010 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-server" 1.7 -VERSION="1.8.2" 1.8 +VERSION="1.9.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg core server." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="xorg xorg-libxkbfile xorg-xkeyboard-config xorg-libpciaccess \ 1.13 -xorg-libXxf86vm libcrypto freetype pixman gcc-lib-base dbus udev hal" 1.14 +xorg-libXxf86vm libcrypto freetype pixman gcc-lib-base udev" 1.15 BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev xorg-xtrans xorg-libxkbfile xorg-libxkbfile-dev \ 1.16 xorg-libfontenc-dev xorg-libpciaccess xorg-libpciaccess-dev xorg-libXxf86vm-dev libgcrypt-dev \ 1.17 -libcrypto-dev openssl-dev dbus-dev mesa-dev udev-dev hal-dev glib-dev freetype-dev pixman pixman-dev \ 1.18 +libcrypto-dev openssl-dev mesa-dev udev-dev glib-dev freetype-dev pixman pixman-dev \ 1.19 pkg-config perl flex bison" 1.20 SUGGESTED="xorg-xf86-input-evdev xorg-xf86-video-vesa" 1.21 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.22 @@ -30,8 +30,9 @@ 1.23 --with-serverconfig-path=/etc/X11 \ 1.24 --enable-install-setuid \ 1.25 --enable-xorg \ 1.26 - --enable-config-hal \ 1.27 - --enable-config-dbus \ 1.28 + --enable-config-udev \ 1.29 + --disable-config-dbus \ 1.30 + --with-fontrootdir=/usr/share/fonts \ 1.31 --with-os-name="SliTaz GNU/Linux" \ 1.32 --with-builder-addr=$MAINTAINER \ 1.33 $CONFIGURE_ARGS &&