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

This commit is contained in:
Matt Housh 2015-08-12 11:06:49 -05:00
parent dbc09dbb60
commit 85d62c0c72
2 changed files with 17 additions and 16 deletions

View File

@ -11,17 +11,18 @@ lrwxrwxrwx root/root usr/lib/libXcomposite.so.1 -> libXcomposite.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXcomposite.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xcomposite.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/XCompositeCreateRegionFromBorderClip.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeGetOverlayWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeNameWindowPixmap.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeQueryVersion.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeRedirectSubwindows.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeRedirectWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeReleaseOverlayWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectSubwindows.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeVersion.3.gz
-rw-r--r-- root/root usr/man/man3/Xcomposite.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/XCompositeCreateRegionFromBorderClip.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeGetOverlayWindow.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeNameWindowPixmap.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeQueryVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeRedirectSubwindows.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeRedirectWindow.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeReleaseOverlayWindow.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeUnredirectSubwindows.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeUnredirectWindow.3.gz
-rw-r--r-- root/root usr/share/man/man3/XCompositeVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/Xcomposite.3.gz

View File

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