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

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent 63a9ab8cae
commit 6fc691a9d7
2 changed files with 11 additions and 10 deletions

View File

@ -11,11 +11,12 @@ lrwxrwxrwx root/root usr/lib/libXRes.so.1 -> libXRes.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXRes.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xres.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/XRes.3.gz
-rw-r--r-- root/root usr/man/man3/XResQueryClientPixmapBytes.3.gz
-rw-r--r-- root/root usr/man/man3/XResQueryClientResources.3.gz
-rw-r--r-- root/root usr/man/man3/XResQueryClients.3.gz
-rw-r--r-- root/root usr/man/man3/XResQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XResQueryVersion.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/XRes.3.gz
-rw-r--r-- root/root usr/share/man/man3/XResQueryClientPixmapBytes.3.gz
-rw-r--r-- root/root usr/share/man/man3/XResQueryClientResources.3.gz
-rw-r--r-- root/root usr/share/man/man3/XResQueryClients.3.gz
-rw-r--r-- root/root usr/share/man/man3/XResQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XResQueryVersion.3.gz

View File

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