diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-07 23:56:34 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-07 23:56:34 +0200 |
commit | 729f587d59ccb605191495854c9d9222107fb2e9 (patch) | |
tree | 26cfc5f4ecb5984b706561b62ffc2d398ba9cabf | |
parent | 2584cbcb0d9ac1f821a47cae66430cfc3b42b38c (diff) | |
download | nutyx-extra-729f587d59ccb605191495854c9d9222107fb2e9.tar.gz nutyx-extra-729f587d59ccb605191495854c9d9222107fb2e9.tar.bz2 nutyx-extra-729f587d59ccb605191495854c9d9222107fb2e9.tar.xz nutyx-extra-729f587d59ccb605191495854c9d9222107fb2e9.zip |
maj xorg-server#1.9.0-1
-rw-r--r-- | xorg/xorg-server/.footprint | 8 | ||||
-rw-r--r-- | xorg/xorg-server/.md5sum | 3 | ||||
-rw-r--r-- | xorg/xorg-server/15-quirks.conf | 10 | ||||
-rwxr-xr-x | xorg/xorg-server/Pkgfile | 9 |
4 files changed, 22 insertions, 8 deletions
diff --git a/xorg/xorg-server/.footprint b/xorg/xorg-server/.footprint index 4bde8d03c..0da66b248 100644 --- a/xorg/xorg-server/.footprint +++ b/xorg/xorg-server/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/X11/ drwxr-xr-x root/root etc/X11/xorg.conf.d/ -rw-r--r-- root/root etc/X11/xorg.conf.d/10-evdev.conf +-rw-r--r-- root/root etc/X11/xorg.conf.d/15-quirks.conf drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/X -> Xorg @@ -31,6 +32,7 @@ drwxr-xr-x root/root usr/include/xorg/ -rw-r--r-- root/root usr/include/xorg/bstore.h -rw-r--r-- root/root usr/include/xorg/bstorestr.h -rw-r--r-- root/root usr/include/xorg/bt829.h +-rw-r--r-- root/root usr/include/xorg/callback.h -rw-r--r-- root/root usr/include/xorg/cfb8_16.h -rw-r--r-- root/root usr/include/xorg/closestr.h -rw-r--r-- root/root usr/include/xorg/closure.h @@ -80,7 +82,6 @@ drwxr-xr-x root/root usr/include/xorg/ -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 -rw-r--r-- root/root usr/include/xorg/micmap.h -rw-r--r-- root/root usr/include/xorg/micoord.h @@ -210,6 +211,8 @@ drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ -rwxr-xr-x root/root usr/lib/xorg/modules/libexa.so -rwxr-xr-x root/root usr/lib/xorg/modules/libfb.la -rwxr-xr-x root/root usr/lib/xorg/modules/libfb.so +-rwxr-xr-x root/root usr/lib/xorg/modules/libfbdevhw.la +-rwxr-xr-x root/root usr/lib/xorg/modules/libfbdevhw.so -rwxr-xr-x root/root usr/lib/xorg/modules/libint10.la -rwxr-xr-x root/root usr/lib/xorg/modules/libint10.so -rwxr-xr-x root/root usr/lib/xorg/modules/libshadow.la @@ -226,9 +229,6 @@ drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ -rwxr-xr-x root/root usr/lib/xorg/modules/libxaa.so -rwxr-xr-x root/root usr/lib/xorg/modules/libxf8_16bpp.la -rwxr-xr-x root/root usr/lib/xorg/modules/libxf8_16bpp.so -drwxr-xr-x root/root usr/lib/xorg/modules/linux/ --rwxr-xr-x root/root usr/lib/xorg/modules/linux/libfbdevhw.la --rwxr-xr-x root/root usr/lib/xorg/modules/linux/libfbdevhw.so drwxr-xr-x root/root usr/lib/xorg/modules/multimedia/ -rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/bt829_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/multimedia/bt829_drv.so diff --git a/xorg/xorg-server/.md5sum b/xorg/xorg-server/.md5sum index a69c4963a..708fed2cf 100644 --- a/xorg/xorg-server/.md5sum +++ b/xorg/xorg-server/.md5sum @@ -1 +1,2 @@ -7c3b873692f4e93938261d774510e78d xorg-server-1.8.1.tar.bz2 +81ebef7087bde56dc70477884189054b 15-quirks.conf +ba1173998a5a4216fd7b40eded96697e xorg-server-1.9.0.tar.bz2 diff --git a/xorg/xorg-server/15-quirks.conf b/xorg/xorg-server/15-quirks.conf new file mode 100644 index 000000000..8299a5d89 --- /dev/null +++ b/xorg/xorg-server/15-quirks.conf @@ -0,0 +1,10 @@ +Section "InputClass" + Identifier "no need Accelerometer in X" + MatchProduct "Accelerometer" + Option "Ignore" "on" +EndSection +Section "InputClass" + Identifier "no need accelerometer in X" + MatchProduct "accelerometer" + Option "Ignore" "on" +EndSection diff --git a/xorg/xorg-server/Pkgfile b/xorg/xorg-server/Pkgfile index 0992f531e..94bcaa9c0 100755 --- a/xorg/xorg-server/Pkgfile +++ b/xorg/xorg-server/Pkgfile @@ -5,9 +5,10 @@ # Depends on:xorg-xcmiscproto, xorg-bigreqsproto, mesa3d, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale, xorg-xf86driproto, xorg-dri2proto, xorg-libxkbui, 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, xorg-libxscrnsaver name=xorg-server -version=1.8.1 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2) +version=1.9.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2\ + 15-quirks.conf) build() { cd $name-$version @@ -21,5 +22,7 @@ build() { make make DESTDIR=$PKG install rmdir $PKG/var/log + rm -r $PKG/usr/share/doc mv $PKG/usr/lib/xorg/modules/extensions/libglx.{so,xorg} + install -m644 ../15-quirks.conf $PKG/etc/X11/xorg.conf.d/15-quirks.conf } |