xorg-xf86-input-magellan: updated to 1.1.1.

This commit is contained in:
Tilman Sauerbeck 2007-09-10 18:54:16 +02:00
parent 58d84775d9
commit 166bc65bff
3 changed files with 4 additions and 4 deletions

View File

@ -5,5 +5,3 @@ drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/input/ drwxr-xr-x root/root usr/lib/xorg/modules/input/
-rwxr-xr-x root/root usr/lib/xorg/modules/input/magellan_drv.la -rwxr-xr-x root/root usr/lib/xorg/modules/input/magellan_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/magellan_drv.so -rwxr-xr-x root/root usr/lib/xorg/modules/input/magellan_drv.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man4/

View File

@ -1 +1 @@
0d6a81aa864ac790d9a8b517ca7016ad xf86-input-magellan-1.1.0.tar.bz2 8a966d3b74dc2a801ff09b895037090c xf86-input-magellan-1.1.1.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-magellan name=xorg-xf86-input-magellan
version=1.1.0 version=1.1.1
release=1 release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-magellan-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-magellan-$version.tar.bz2)
@ -14,4 +14,6 @@ build() {
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rmdir $PKG/usr/{share/man/man4,share/man,share}
} }