diff --git a/xorg-libxtst/.footprint b/xorg-libxtst/.footprint index fc9247ee..a629ef53 100644 --- a/xorg-libxtst/.footprint +++ b/xorg-libxtst/.footprint @@ -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 diff --git a/xorg-libxtst/.md5sum b/xorg-libxtst/.md5sum index 39065f2f..7d16db18 100644 --- a/xorg-libxtst/.md5sum +++ b/xorg-libxtst/.md5sum @@ -1 +1 @@ -dd6f3e20b87310187121539f9605d977 libXtst-1.1.0.tar.bz2 +7c592c72da6676f8b0aeec9133b81686 libXtst-1.2.0.tar.bz2 diff --git a/xorg-libxtst/Pkgfile b/xorg-libxtst/Pkgfile index 43af5192..d0a1acb9 100644 --- a/xorg-libxtst/Pkgfile +++ b/xorg-libxtst/Pkgfile @@ -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 }