xorg-libxtst: updated to 1.2.0.

This commit is contained in:
Tilman Sauerbeck 2011-01-07 15:00:07 +01:00
parent 4049695b43
commit 60d5ff59ff
3 changed files with 17 additions and 3 deletions

View File

@ -14,3 +14,14 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xtst.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/XTestCompareCurrentCursorWithWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XTestCompareCursorWithWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XTestDiscard.3.gz
-rw-r--r-- root/root usr/man/man3/XTestFakeButtonEvent.3.gz
-rw-r--r-- root/root usr/man/man3/XTestFakeKeyEvent.3.gz
-rw-r--r-- root/root usr/man/man3/XTestFakeMotionEvent.3.gz
-rw-r--r-- root/root usr/man/man3/XTestFakeRelativeMotionEvent.3.gz
-rw-r--r-- root/root usr/man/man3/XTestGrabControl.3.gz
-rw-r--r-- root/root usr/man/man3/XTestQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XTestSetGContextOfGC.3.gz
-rw-r--r-- root/root usr/man/man3/XTestSetVisualIDOfVisual.3.gz

View File

@ -1 +1 @@
dd6f3e20b87310187121539f9605d977 libXtst-1.1.0.tar.bz2
7c592c72da6676f8b0aeec9133b81686 libXtst-1.2.0.tar.bz2

View File

@ -4,8 +4,8 @@
# Depends on: xorg-libx11, xorg-libxext, xorg-libxi, xorg-recordproto
name=xorg-libxtst
version=1.1.0
release=2
version=1.2.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2)
build() {
@ -15,4 +15,7 @@ build() {
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libXtst/{record,xtest}lib.xml
find $PKG/usr/share -type d -delete
}