diff options
Diffstat (limited to 'extra/xorg-libxres')
-rw-r--r-- | extra/xorg-libxres/.footprint.i686 | 22 | ||||
-rw-r--r-- | extra/xorg-libxres/.footprint.x86_64 | 22 | ||||
-rw-r--r-- | extra/xorg-libxres/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/xorg-libxres/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/xorg-libxres/Pkgfile | 18 |
5 files changed, 64 insertions, 0 deletions
diff --git a/extra/xorg-libxres/.footprint.i686 b/extra/xorg-libxres/.footprint.i686 new file mode 100644 index 000000000..7549ee428 --- /dev/null +++ b/extra/xorg-libxres/.footprint.i686 @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/extensions/ +-rw-r--r-- root/root usr/include/X11/extensions/XRes.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libXRes.a +-rwxr-xr-x root/root usr/lib/libXRes.la +lrwxrwxrwx root/root usr/lib/libXRes.so -> libXRes.so.1.0.0 +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/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/extra/xorg-libxres/.footprint.x86_64 b/extra/xorg-libxres/.footprint.x86_64 new file mode 100644 index 000000000..7549ee428 --- /dev/null +++ b/extra/xorg-libxres/.footprint.x86_64 @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/extensions/ +-rw-r--r-- root/root usr/include/X11/extensions/XRes.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libXRes.a +-rwxr-xr-x root/root usr/lib/libXRes.la +lrwxrwxrwx root/root usr/lib/libXRes.so -> libXRes.so.1.0.0 +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/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/extra/xorg-libxres/.md5sum.i686 b/extra/xorg-libxres/.md5sum.i686 new file mode 100644 index 000000000..641bb40bd --- /dev/null +++ b/extra/xorg-libxres/.md5sum.i686 @@ -0,0 +1 @@ +d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2 diff --git a/extra/xorg-libxres/.md5sum.x86_64 b/extra/xorg-libxres/.md5sum.x86_64 new file mode 100644 index 000000000..641bb40bd --- /dev/null +++ b/extra/xorg-libxres/.md5sum.x86_64 @@ -0,0 +1 @@ +d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2 diff --git a/extra/xorg-libxres/Pkgfile b/extra/xorg-libxres/Pkgfile new file mode 100644 index 000000000..c68f62996 --- /dev/null +++ b/extra/xorg-libxres/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Resource extension client library +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libx11, xorg-libxext, xorg-resourceproto +# Run on: xorg-libx11,xorg-libxext + +name=xorg-libxres +version=1.0.5 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2) + +build() { + cd libXres-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |