diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:17:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:17:28 +0100 |
commit | 6b862f1400d6ecf51c3e43eb4cc98bfaf4da5c41 (patch) | |
tree | 9367e392c80001b25c3561259db4df126f7ea6bf /xorg | |
parent | c3f737afe61e4af32c3c483b95d1e7be2b02db5d (diff) | |
download | nutyx-pakxe-6b862f1400d6ecf51c3e43eb4cc98bfaf4da5c41.tar.gz nutyx-pakxe-6b862f1400d6ecf51c3e43eb4cc98bfaf4da5c41.tar.bz2 nutyx-pakxe-6b862f1400d6ecf51c3e43eb4cc98bfaf4da5c41.tar.xz nutyx-pakxe-6b862f1400d6ecf51c3e43eb4cc98bfaf4da5c41.zip |
maj xorg-libxres#1.0.4-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-libxres/.footprint | 17 | ||||
-rw-r--r-- | xorg/xorg-libxres/Pkgfile | 5 |
2 files changed, 12 insertions, 10 deletions
diff --git a/xorg/xorg-libxres/.footprint b/xorg/xorg-libxres/.footprint index f3d6b81c2..7549ee428 100644 --- a/xorg/xorg-libxres/.footprint +++ b/xorg/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 --rw-r--r-- root/root usr/man/man3/XResQueryClientPixmapBytes.3 --rw-r--r-- root/root usr/man/man3/XResQueryClientResources.3 --rw-r--r-- root/root usr/man/man3/XResQueryClients.3 --rw-r--r-- root/root usr/man/man3/XResQueryExtension.3 --rw-r--r-- root/root usr/man/man3/XResQueryVersion.3 +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/xorg-libxres/Pkgfile b/xorg/xorg-libxres/Pkgfile index 2632bff81..316e765b0 100644 --- a/xorg/xorg-libxres/Pkgfile +++ b/xorg/xorg-libxres/Pkgfile @@ -1,6 +1,7 @@ # Description: X Resource extension client library # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libx11, xorg-libxext, xorg-resourceproto name=xorg-libxres @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar build() { cd libXres-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |