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

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent 177692feb7
commit 66e9aab3e6
2 changed files with 28 additions and 27 deletions

View File

@ -11,28 +11,29 @@ lrwxrwxrwx root/root usr/lib/libXxf86vm.so.1 -> libXxf86vm.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXxf86vm.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xxf86vm.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/XF86VM.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeAddModeLine.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeDeleteModeLine.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetAllModeLines.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetDotClocks.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetGamma.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetGammaRamp.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetGammaRampSize.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetModeLine.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetMonitor.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetPermissions.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeGetViewPort.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeLockModeSwitch.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeModModeLine.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeQueryVersion.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeSetClientVersion.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeSetGamma.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeSetGammaRamp.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeSetViewPort.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeSwitchMode.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeSwitchToMode.3.gz
-rw-r--r-- root/root usr/man/man3/XF86VidModeValidateModeLine.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/XF86VM.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeAddModeLine.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeDeleteModeLine.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetAllModeLines.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetDotClocks.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetGamma.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetGammaRamp.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetGammaRampSize.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetModeLine.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetMonitor.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetPermissions.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeGetViewPort.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeLockModeSwitch.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeModModeLine.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeQueryVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeSetClientVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeSetGamma.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeSetGammaRamp.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeSetViewPort.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeSwitchMode.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeSwitchToMode.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86VidModeValidateModeLine.3.gz

View File

@ -5,13 +5,13 @@
name=xorg-libxxf86vm
version=1.1.4
release=1
release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86vm-$version.tar.bz2)
build() {
cd libXxf86vm-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install