summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcomposite
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:42:40 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:42:40 +0100
commit1263af00a1455d0eb1d326fe3fb8f915fa22b629 (patch)
tree4c05c30149057f2d1647f9180751ce993f00a23e /xorg/xorg-libxcomposite
parentf942edf74c3d56866855f3d50f73b0c35cc518dd (diff)
downloadnutyx-extra-1263af00a1455d0eb1d326fe3fb8f915fa22b629.tar.gz
nutyx-extra-1263af00a1455d0eb1d326fe3fb8f915fa22b629.tar.bz2
nutyx-extra-1263af00a1455d0eb1d326fe3fb8f915fa22b629.tar.xz
nutyx-extra-1263af00a1455d0eb1d326fe3fb8f915fa22b629.zip
Ajout de xorg-libxcomposite#0.4.0-1
Diffstat (limited to 'xorg/xorg-libxcomposite')
-rw-r--r--xorg/xorg-libxcomposite/.footprint27
-rw-r--r--xorg/xorg-libxcomposite/.md5sum1
-rw-r--r--xorg/xorg-libxcomposite/Pkgfile18
3 files changed, 46 insertions, 0 deletions
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
+}