xorg-xf86-input-mouse: updated to 1.1.2

This commit is contained in:
Tilman Sauerbeck 2007-02-16 16:01:11 +01:00
parent f0c732db02
commit 97ae4a0443
3 changed files with 3 additions and 6 deletions

View File

@ -7,4 +7,4 @@ drwxr-xr-x root/root usr/lib/xorg/modules/input/
-rwxr-xr-x root/root usr/lib/xorg/modules/input/mouse_drv.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man4/
-rw-r--r-- root/root usr/man/man4/xmouse.4.gz
-rw-r--r-- root/root usr/man/man4/mousedrv.4.gz

View File

@ -1 +1 @@
760dccf9578abb9b968fcb213a131506 xf86-input-mouse-1.1.1.tar.bz2
d8bcd9fb1b4efb02acd251495f9a30c1 xf86-input-mouse-1.1.2.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-server, xorg-xproto
name=xorg-xf86-input-mouse
version=1.1.1
version=1.1.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-$version.tar.bz2)
@ -15,7 +15,4 @@ build() {
make
make DESTDIR=$PKG install
# we already have mouse(4) :(
mv $PKG/usr/man/man4/mouse.4 $PKG/usr/man/man4/xmouse.4
}