summaryrefslogtreecommitdiff
path: root/xorg-libxres
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
commit6fc691a9d7ee15e3f3a75589224e7f5321d61d99 (patch)
tree017962c99da73c86a2625308ce40b5d9a794c761 /xorg-libxres
parent63a9ab8cae2a25df74b693c68310cd80f0df6872 (diff)
downloadxorg-6fc691a9d7ee15e3f3a75589224e7f5321d61d99.tar.gz
xorg-6fc691a9d7ee15e3f3a75589224e7f5321d61d99.tar.xz
xorg-libxres: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-libxres')
-rw-r--r--xorg-libxres/.footprint17
-rw-r--r--xorg-libxres/Pkgfile4
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

Generated by cgit