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

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent 5778bbc86b
commit 1b518ce324
2 changed files with 26 additions and 25 deletions

View File

@ -12,26 +12,27 @@ lrwxrwxrwx root/root usr/lib/libXxf86dga.so.1 -> libXxf86dga.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXxf86dga.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xxf86dga.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/XDGA.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAChangePixmapMode.3.gz
-rw-r--r-- root/root usr/man/man3/XDGACloseFramebuffer.3.gz
-rw-r--r-- root/root usr/man/man3/XDGACopyArea.3.gz
-rw-r--r-- root/root usr/man/man3/XDGACopyTransparentArea.3.gz
-rw-r--r-- root/root usr/man/man3/XDGACreateColormap.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAFillRectangle.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAGetViewportStatus.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAInstallColormap.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAKeyEventToXKeyEvent.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAOpenFramebuffer.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAQueryModes.3.gz
-rw-r--r-- root/root usr/man/man3/XDGAQueryVersion.3.gz
-rw-r--r-- root/root usr/man/man3/XDGASelectInput.3.gz
-rw-r--r-- root/root usr/man/man3/XDGASetClientVersion.3.gz
-rw-r--r-- root/root usr/man/man3/XDGASetMode.3.gz
-rw-r--r-- root/root usr/man/man3/XDGASetViewport.3.gz
-rw-r--r-- root/root usr/man/man3/XDGASync.3.gz
-rw-r--r-- root/root usr/man/man3/XF86DGA.3.gz
-rw-r--r-- root/root usr/man/man3/XFree86-DGA.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/XDGA.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAChangePixmapMode.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACloseFramebuffer.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACopyArea.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACopyTransparentArea.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACreateColormap.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAFillRectangle.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAGetViewportStatus.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAInstallColormap.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAKeyEventToXKeyEvent.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAOpenFramebuffer.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAQueryModes.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAQueryVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASelectInput.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASetClientVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASetMode.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASetViewport.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASync.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86DGA.3.gz
-rw-r--r-- root/root usr/share/man/man3/XFree86-DGA.3.gz

View File

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