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

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent 445218fade
commit 63a9ab8cae
2 changed files with 20 additions and 19 deletions

View File

@ -11,20 +11,21 @@ lrwxrwxrwx root/root usr/lib/libXrandr.so.2 -> libXrandr.so.2.2.0
-rwxr-xr-x root/root usr/lib/libXrandr.so.2.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xrandr.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/XRRConfigCurrentConfiguration.3.gz
-rw-r--r-- root/root usr/man/man3/XRRConfigCurrentRate.3.gz
-rw-r--r-- root/root usr/man/man3/XRRConfigRates.3.gz
-rw-r--r-- root/root usr/man/man3/XRRConfigRotations.3.gz
-rw-r--r-- root/root usr/man/man3/XRRConfigSizes.3.gz
-rw-r--r-- root/root usr/man/man3/XRRConfigTimes.3.gz
-rw-r--r-- root/root usr/man/man3/XRRFreeScreenConfigInfo.3.gz
-rw-r--r-- root/root usr/man/man3/XRRGetScreenInfo.3.gz
-rw-r--r-- root/root usr/man/man3/XRRQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XRRQueryVersion.3.gz
-rw-r--r-- root/root usr/man/man3/XRRRootToScreen.3.gz
-rw-r--r-- root/root usr/man/man3/XRRSelectInput.3.gz
-rw-r--r-- root/root usr/man/man3/XRRSetScreenConfig.3.gz
-rw-r--r-- root/root usr/man/man3/XRRSetScreenConfigAndRate.3.gz
-rw-r--r-- root/root usr/man/man3/Xrandr.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/XRRConfigCurrentConfiguration.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRConfigCurrentRate.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRConfigRates.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRConfigRotations.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRConfigSizes.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRConfigTimes.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRFreeScreenConfigInfo.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRGetScreenInfo.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRQueryVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRRootToScreen.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRSelectInput.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRSetScreenConfig.3.gz
-rw-r--r-- root/root usr/share/man/man3/XRRSetScreenConfigAndRate.3.gz
-rw-r--r-- root/root usr/share/man/man3/Xrandr.3.gz

View File

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