[Lunar-commits] <moonbase> xcb-util: extra libs for libxcb.

Florin Braescu florin at lunar-linux.org
Sun May 3 22:42:12 CEST 2009


commit a3b2b8a1f705bf137eadcf5bab1df70b34922c9e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun May 3 23:42:12 2009 +0300

    xcb-util: extra libs for libxcb.
---
 xorg7/extra/xcb-util/BUILD     |    6 ++++++
 xorg7/extra/xcb-util/CONFLICTS |    6 ++++++
 xorg7/extra/xcb-util/DEPENDS   |    2 ++
 xorg7/extra/xcb-util/DETAILS   |   28 ++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/xorg7/extra/xcb-util/BUILD b/xorg7/extra/xcb-util/BUILD
new file mode 100644
index 0000000..7875861
--- /dev/null
+++ b/xorg7/extra/xcb-util/BUILD
@@ -0,0 +1,6 @@
+(
+
+  . /etc/profile.d/x11r7.rc  &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/xorg7/extra/xcb-util/CONFLICTS b/xorg7/extra/xcb-util/CONFLICTS
new file mode 100644
index 0000000..fa885b1
--- /dev/null
+++ b/xorg7/extra/xcb-util/CONFLICTS
@@ -0,0 +1,6 @@
+conflicts XOrg6
+conflicts XOrg-test
+conflicts XOrg-fonts-base
+conflicts XOrg-fonts-extra
+conflicts XOrg-drm
+conflicts XOrg-drm-cvs
diff --git a/xorg7/extra/xcb-util/DEPENDS b/xorg7/extra/xcb-util/DEPENDS
new file mode 100644
index 0000000..c784455
--- /dev/null
+++ b/xorg7/extra/xcb-util/DEPENDS
@@ -0,0 +1,2 @@
+depends libxcb
+depends gperf
diff --git a/xorg7/extra/xcb-util/DETAILS b/xorg7/extra/xcb-util/DETAILS
new file mode 100644
index 0000000..35a2f24
--- /dev/null
+++ b/xorg7/extra/xcb-util/DETAILS
@@ -0,0 +1,28 @@
+          MODULE=xcb-util
+         VERSION=0.3.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://xcb.freedesktop.org/dist
+      SOURCE_VFY=sha1:34d1c7d708c078552b5f01a8029b0240d999cf60
+   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+        WEB_SITE=http://xcb.freedesktop.org
+         ENTERED=20090504
+         UPDATED=20090504
+           SHORT="Extensions libraries for libxcb"
+
+cat << EOF
+The xcb-util module provides a number of libraries which sit on top of
+libxcb, the core X protocol library, and some of the extension
+libraries. These experimental libraries provide convenience functions
+and interfaces which make the raw X protocol more usable. Some of the
+libraries also provide client-side code which is not strictly part of
+the X protocol but which have traditionally been provided by Xlib.
+These libraries are currently included, roughly ordered by maturity:
+  render-util: Convenience functions for the Render extension.
+  aux: Convenient access to connection setup and some core requests.
+  atom: Standard core X atom constants and atom caching.
+  property: Callback X property-change handling.
+  icccm: Both client and window-manager helpers for ICCCM.
+  keysyms: Standard X key constants and conversion to/from keycodes.
+  event: Callback X event handling.
+  image: Port of Xlib's XImage and XShmImage functions.
+EOF


More information about the Lunar-commits mailing list