xorg-libxtst: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent c10751da49
commit 162f572913
2 changed files with 17 additions and 17 deletions

View File

@ -12,16 +12,17 @@ lrwxrwxrwx root/root usr/lib/libXtst.so.6 -> libXtst.so.6.1.0
-rwxr-xr-x root/root usr/lib/libXtst.so.6.1.0
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
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/XTestCompareCurrentCursorWithWindow.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestCompareCursorWithWindow.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestDiscard.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestFakeButtonEvent.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestFakeKeyEvent.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestFakeMotionEvent.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestFakeRelativeMotionEvent.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestGrabControl.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestSetGContextOfGC.3.gz
-rw-r--r-- root/root usr/share/man/man3/XTestSetVisualIDOfVisual.3.gz

View File

@ -5,17 +5,16 @@
name=xorg-libxtst
version=1.2.2
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2)
build() {
cd libXtst-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libXtst/{record,xtest}lib.xml
find $PKG/usr/share -type d -delete
rm -r $PKG/usr/share/doc
}