summaryrefslogtreecommitdiffstats
path: root/xorg-libxcomposite
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxcomposite')
-rw-r--r--xorg-libxcomposite/.footprint27
-rw-r--r--xorg-libxcomposite/.md5sum1
-rw-r--r--xorg-libxcomposite/Pkgfile17
-rw-r--r--xorg-libxcomposite/Pkgfile.old18
4 files changed, 63 insertions, 0 deletions
diff --git a/xorg-libxcomposite/.footprint b/xorg-libxcomposite/.footprint
new file mode 100644
index 0000000..4e24ba1
--- /dev/null
+++ b/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-libxcomposite/.md5sum b/xorg-libxcomposite/.md5sum
new file mode 100644
index 0000000..c9860fa
--- /dev/null
+++ b/xorg-libxcomposite/.md5sum
@@ -0,0 +1 @@
+e38dc98509149083f6c31b49b484e63c libXcomposite-0.4.2.tar.bz2
diff --git a/xorg-libxcomposite/Pkgfile b/xorg-libxcomposite/Pkgfile
new file mode 100644
index 0000000..ae4f342
--- /dev/null
+++ b/xorg-libxcomposite/Pkgfile
@@ -0,0 +1,17 @@
+description="X Composite extension client library"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libx11 xorg-fixesproto xorg-libxfixes xorg-libxext xorg-compositeproto)
+
+name=xorg-libxcomposite
+version=0.4.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-0.4.2.tar.bz2)
+build ()
+{
+ cd libXcomposite-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libxcomposite/Pkgfile.old b/xorg-libxcomposite/Pkgfile.old
new file mode 100644
index 0000000..b56a64a
--- /dev/null
+++ b/xorg-libxcomposite/Pkgfile.old
@@ -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.2
+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
+}