summaryrefslogtreecommitdiffstats
path: root/xorg-libxdamage
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxdamage')
-rw-r--r--xorg-libxdamage/.footprint13
-rw-r--r--xorg-libxdamage/.md5sum1
-rw-r--r--xorg-libxdamage/Pkgfile17
-rw-r--r--xorg-libxdamage/Pkgfile.old18
4 files changed, 49 insertions, 0 deletions
diff --git a/xorg-libxdamage/.footprint b/xorg-libxdamage/.footprint
new file mode 100644
index 0000000..5a9281e
--- /dev/null
+++ b/xorg-libxdamage/.footprint
@@ -0,0 +1,13 @@
+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/Xdamage.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXdamage.a
+-rwxr-xr-x root/root usr/lib/libXdamage.la
+lrwxrwxrwx root/root usr/lib/libXdamage.so -> libXdamage.so.1.1.0
+lrwxrwxrwx root/root usr/lib/libXdamage.so.1 -> libXdamage.so.1.1.0
+-rwxr-xr-x root/root usr/lib/libXdamage.so.1.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xdamage.pc
diff --git a/xorg-libxdamage/.md5sum b/xorg-libxdamage/.md5sum
new file mode 100644
index 0000000..efdd647
--- /dev/null
+++ b/xorg-libxdamage/.md5sum
@@ -0,0 +1 @@
+44774e1a065158b52f1a0da5100cebec libXdamage-1.1.3.tar.bz2
diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile
new file mode 100644
index 0000000..6345676
--- /dev/null
+++ b/xorg-libxdamage/Pkgfile
@@ -0,0 +1,17 @@
+description="X Damage 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-xextproto xorg-damageproto)
+
+name=xorg-libxdamage
+version=1.1.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-1.1.3.tar.bz2)
+build ()
+{
+ cd libXdamage-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libxdamage/Pkgfile.old b/xorg-libxdamage/Pkgfile.old
new file mode 100644
index 0000000..4bb8c09
--- /dev/null
+++ b/xorg-libxdamage/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: X Damage 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-xextproto, xorg-damageproto
+
+name=xorg-libxdamage
+version=1.1.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXdamage-$version.tar.bz2)
+
+build() {
+ cd libXdamage-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}