From 1263af00a1455d0eb1d326fe3fb8f915fa22b629 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 21:42:40 +0100 Subject: Ajout de xorg-libxcomposite#0.4.0-1 --- xorg/xorg-libxcomposite/.footprint | 27 +++++++++++++++++++++++++++ xorg/xorg-libxcomposite/.md5sum | 1 + xorg/xorg-libxcomposite/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 xorg/xorg-libxcomposite/.footprint create mode 100644 xorg/xorg-libxcomposite/.md5sum create mode 100644 xorg/xorg-libxcomposite/Pkgfile diff --git a/xorg/xorg-libxcomposite/.footprint b/xorg/xorg-libxcomposite/.footprint new file mode 100644 index 000000000..4e24ba11a --- /dev/null +++ b/xorg/xorg-libxcomposite/.footprint @@ -0,0 +1,27 @@ +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/Xcomposite.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libXcomposite.a +-rwxr-xr-x root/root usr/lib/libXcomposite.la +lrwxrwxrwx root/root usr/lib/libXcomposite.so -> libXcomposite.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libXcomposite.so.1 -> libXcomposite.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libXcomposite.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcomposite.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/XCompositeCreateRegionFromBorderClip.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeGetOverlayWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeNameWindowPixmap.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeQueryExtension.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeQueryVersion.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeRedirectSubwindows.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeRedirectWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeReleaseOverlayWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectSubwindows.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectWindow.3.gz +-rw-r--r-- root/root usr/man/man3/XCompositeVersion.3.gz +-rw-r--r-- root/root usr/man/man3/Xcomposite.3.gz diff --git a/xorg/xorg-libxcomposite/.md5sum b/xorg/xorg-libxcomposite/.md5sum new file mode 100644 index 000000000..4889fd433 --- /dev/null +++ b/xorg/xorg-libxcomposite/.md5sum @@ -0,0 +1 @@ +7e95395dea89be21bae929b9b7f16641 libXcomposite-0.4.0.tar.bz2 diff --git a/xorg/xorg-libxcomposite/Pkgfile b/xorg/xorg-libxcomposite/Pkgfile new file mode 100644 index 000000000..8fc2f63e5 --- /dev/null +++ b/xorg/xorg-libxcomposite/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Composite extension client library +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto + +name=xorg-libxcomposite +version=0.4.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2) + +build() { + cd libXcomposite-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2