summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-wm
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-07-16 14:17:17 +0200
committerJuergen Daubert <jue@jue.li>2012-07-16 14:17:17 +0200
commit3f927dffb8e9224678954b3142c8ce04939c770d (patch)
tree33f7ffff48c8ec83fe92014596bd84226c62e87c /xorg-xcb-util-wm
parentf77f6af764df87485cdbcdd44ce1b0e662c1a9be (diff)
downloadxorg-3f927dffb8e9224678954b3142c8ce04939c770d.tar.gz
xorg-3f927dffb8e9224678954b3142c8ce04939c770d.tar.xz
xorg-xcb-util-wm: initial release
Diffstat (limited to 'xorg-xcb-util-wm')
-rw-r--r--xorg-xcb-util-wm/.footprint19
-rw-r--r--xorg-xcb-util-wm/.md5sum1
-rw-r--r--xorg-xcb-util-wm/Pkgfile18
3 files changed, 38 insertions, 0 deletions
diff --git a/xorg-xcb-util-wm/.footprint b/xorg-xcb-util-wm/.footprint
new file mode 100644
index 00000000..e2d8d5ce
--- /dev/null
+++ b/xorg-xcb-util-wm/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/xcb/
+-rw-r--r-- root/root usr/include/xcb/xcb_ewmh.h
+-rw-r--r-- root/root usr/include/xcb/xcb_icccm.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libxcb-ewmh.a
+-rwxr-xr-x root/root usr/lib/libxcb-ewmh.la
+lrwxrwxrwx root/root usr/lib/libxcb-ewmh.so -> libxcb-ewmh.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libxcb-ewmh.so.2 -> libxcb-ewmh.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libxcb-ewmh.so.2.0.0
+-rw-r--r-- root/root usr/lib/libxcb-icccm.a
+-rwxr-xr-x root/root usr/lib/libxcb-icccm.la
+lrwxrwxrwx root/root usr/lib/libxcb-icccm.so -> libxcb-icccm.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libxcb-icccm.so.4 -> libxcb-icccm.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libxcb-icccm.so.4.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xcb-ewmh.pc
+-rw-r--r-- root/root usr/lib/pkgconfig/xcb-icccm.pc
diff --git a/xorg-xcb-util-wm/.md5sum b/xorg-xcb-util-wm/.md5sum
new file mode 100644
index 00000000..efae5727
--- /dev/null
+++ b/xorg-xcb-util-wm/.md5sum
@@ -0,0 +1 @@
+c612aae7ffe2e70fe743efab9c5548e9 xcb-util-wm-0.3.9.tar.bz2
diff --git a/xorg-xcb-util-wm/Pkgfile b/xorg-xcb-util-wm/Pkgfile
new file mode 100644
index 00000000..2d537e48
--- /dev/null
+++ b/xorg-xcb-util-wm/Pkgfile
@@ -0,0 +1,18 @@
+# Description: XCB utilities library
+# URL: http://xcb.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+# Depends on: xorg-libxcb gperf
+
+name=xorg-xcb-util-wm
+version=0.3.9
+release=1
+source=(http://www.x.org/releases/individual/xcb/xcb-util-wm-$version.tar.bz2)
+
+build() {
+ cd xcb-util-wm-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit