diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
commit | 162f572913357166238cb98e9f49e470bfe8f90b (patch) | |
tree | ca9debf5d6d795745f2560d9eb8f7d3564306b8d /xorg-libxtst | |
parent | c10751da49cc334fa29d88d1e0a1cb7b4f232403 (diff) | |
download | xorg-162f572913357166238cb98e9f49e470bfe8f90b.tar.gz xorg-162f572913357166238cb98e9f49e470bfe8f90b.tar.xz |
xorg-libxtst: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-libxtst')
-rw-r--r-- | xorg-libxtst/.footprint | 27 | ||||
-rw-r--r-- | xorg-libxtst/Pkgfile | 7 |
2 files changed, 17 insertions, 17 deletions
diff --git a/xorg-libxtst/.footprint b/xorg-libxtst/.footprint index a629ef53..8f229489 100644 --- a/xorg-libxtst/.footprint +++ b/xorg-libxtst/.footprint @@ -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 diff --git a/xorg-libxtst/Pkgfile b/xorg-libxtst/Pkgfile index 16b9dedc..6b384eb0 100644 --- a/xorg-libxtst/Pkgfile +++ b/xorg-libxtst/Pkgfile @@ -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 } |