summaryrefslogtreecommitdiff
path: root/xorg-libxres
diff options
context:
space:
mode:
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