xorg-server: updated to 1.8.1.

This commit is contained in:
Tilman Sauerbeck 2010-05-13 12:53:50 +02:00
parent 27510454bb
commit acc7315930
3 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,6 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/X11/
drwxr-xr-x root/root etc/X11/xorg.conf.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/X -> Xorg
@ -8,6 +11,7 @@ lrwxrwxrwx root/root usr/bin/X -> Xorg
-rwxr-xr-x root/root usr/bin/cvt
-rwxr-xr-x root/root usr/bin/dmxaddinput
-rwxr-xr-x root/root usr/bin/dmxaddscreen
-rwxr-xr-x root/root usr/bin/dmxinfo
-rwxr-xr-x root/root usr/bin/dmxreconfig
-rwxr-xr-x root/root usr/bin/dmxresize
-rwxr-xr-x root/root usr/bin/dmxrminput
@ -16,7 +20,6 @@ lrwxrwxrwx root/root usr/bin/X -> Xorg
-rwxr-xr-x root/root usr/bin/dmxwininfo
-rwxr-xr-x root/root usr/bin/gtf
-rwxr-xr-x root/root usr/bin/vdltodmx
-rwxr-xr-x root/root usr/bin/xdmx
-rwxr-xr-x root/root usr/bin/xdmxconfig
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/xorg/
@ -74,6 +77,7 @@ drwxr-xr-x root/root usr/include/xorg/
-rw-r--r-- root/root usr/include/xorg/i2c_def.h
-rw-r--r-- root/root usr/include/xorg/input.h
-rw-r--r-- root/root usr/include/xorg/inputstr.h
-rw-r--r-- root/root usr/include/xorg/list.h
-rw-r--r-- root/root usr/include/xorg/mi.h
-rw-r--r-- root/root usr/include/xorg/mibank.h
-rw-r--r-- root/root usr/include/xorg/mibstore.h
@ -199,6 +203,8 @@ drwxr-xr-x root/root usr/lib/xorg/modules/extensions/
-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libextmod.so
-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.la
-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so
-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/librecord.la
-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/librecord.so
-rwxr-xr-x root/root usr/lib/xorg/modules/libexa.la
-rwxr-xr-x root/root usr/lib/xorg/modules/libexa.so
-rwxr-xr-x root/root usr/lib/xorg/modules/libfb.la
@ -256,6 +262,9 @@ drwxr-xr-x root/root usr/man/man4/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/xorg.conf.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/xorg.conf.d/
-rw-r--r-- root/root usr/share/X11/xorg.conf.d/10-evdev.conf
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/xorg-server.m4
drwxr-xr-x root/root var/

View File

@ -1 +1 @@
178225f499ec10fa9d312d1c339e6a39 xorg-server-1.7.6.tar.bz2
7c3b873692f4e93938261d774510e78d xorg-server-1.8.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: mesa3d, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale, xorg-xf86driproto, xorg-dri2proto, xorg-libxkbui, xorg-xcmiscproto, xorg-scrnsaverproto, xorg-bigreqsproto, xorg-libxtst, xorg-libdmx, xorg-libxxf86misc, xorg-libxaw, xorg-libxvmc, xorg-libxi, xorg-libxres, xorg-libxcomposite, xorg-libxinerama, xorg-libxrandr, xorg-libxft, xorg-libxcursor, xorg-libxxf86dga, xorg-libpixman, xorg-libpciaccess
name=xorg-server
version=1.7.6
version=1.8.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2)
@ -13,10 +13,15 @@ build() {
./configure --prefix=/usr --enable-dri \
--localstatedir=/var --mandir=/usr/man \
--with-xkb-output=/var/lib/xkb
--with-xkb-output=/var/lib/xkb \
--with-fontrootdir=/usr/lib/X11/fonts \
--with-sha1=libcrypto \
--disable-config-dbus
make
make DESTDIR=$PKG install
rmdir $PKG/var/log
install -m 755 -d $PKG/etc/X11/xorg.conf.d
}