From 6fc691a9d7ee15e3f3a75589224e7f5321d61d99 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 12 Aug 2015 11:06:49 -0500 Subject: [PATCH] xorg-libxres: moved man pages to /usr/share/man --- xorg-libxres/.footprint | 17 +++++++++-------- xorg-libxres/Pkgfile | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/xorg-libxres/.footprint b/xorg-libxres/.footprint index 4678ead8..7549ee42 100644 --- a/xorg-libxres/.footprint +++ b/xorg-libxres/.footprint @@ -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 diff --git a/xorg-libxres/Pkgfile b/xorg-libxres/Pkgfile index f70151c7..b57a64c4 100644 --- a/xorg-libxres/Pkgfile +++ b/xorg-libxres/Pkgfile @@ -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