diff options
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 |