summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-01-23 20:48:53 +0100
committerTilman Sauerbeck <tilman@crux.nu>2007-01-23 20:48:53 +0100
commitf32413e5cc2ef04d411e240a7cc7423378625e5f (patch)
tree528290b2b1eca6f0e459299663e30510ae8cabfc
parentc82cb1a28d956ce14b2738f941bef1e2e145b7f3 (diff)
downloadxorg-f32413e5cc2ef04d411e240a7cc7423378625e5f.tar.gz
xorg-f32413e5cc2ef04d411e240a7cc7423378625e5f.tar.xz
xorg-libxres: updated to 1.0.3
-rw-r--r--xorg-libxres/.footprint12
-rw-r--r--xorg-libxres/.md5sum2
-rw-r--r--xorg-libxres/Pkgfile4
3 files changed, 9 insertions, 9 deletions
diff --git a/xorg-libxres/.footprint b/xorg-libxres/.footprint
index f46641cb..32926ded 100644
--- a/xorg-libxres/.footprint
+++ b/xorg-libxres/.footprint
@@ -11,11 +11,11 @@ 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/man/
drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/XRes.3x.gz
--rw-r--r-- root/root usr/man/man3/XResQueryClientPixmapBytes.3x.gz
--rw-r--r-- root/root usr/man/man3/XResQueryClientResources.3x.gz
--rw-r--r-- root/root usr/man/man3/XResQueryClients.3x.gz
--rw-r--r-- root/root usr/man/man3/XResQueryExtension.3x.gz
--rw-r--r-- root/root usr/man/man3/XResQueryVersion.3x.gz
+-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/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xres.pc
diff --git a/xorg-libxres/.md5sum b/xorg-libxres/.md5sum
index c8d4fcd5..f3164b96 100644
--- a/xorg-libxres/.md5sum
+++ b/xorg-libxres/.md5sum
@@ -1 +1 @@
-0bd0bfbbc093871f2bf395e2f101d334 libXres-1.0.1.tar.bz2
+de66ffb657aba64c9d6dbdeabb757f3e libXres-1.0.3.tar.bz2
diff --git a/xorg-libxres/Pkgfile b/xorg-libxres/Pkgfile
index 05a5d5d8..dd947842 100644
--- a/xorg-libxres/Pkgfile
+++ b/xorg-libxres/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: xorg-libx11, xorg-libxext, xorg-resourceproto
name=xorg-libxres
-version=1.0.1
+version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2)
build() {
cd libXres-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit