[Lunar-commits] <moonbase> libxkbcommon-git: required dep of libwayland
Christian Krause
wookietreiber at lunar-linux.org
Thu May 19 22:51:52 CEST 2011
commit 1529d18d338f408b41180b5cd2b9a53f7bed42f8
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Thu May 19 22:51:52 2011 +0200
libxkbcommon-git: required dep of libwayland
---
zbeta/libxkbcommon-git/BUILD | 9 +++++++++
zbeta/libxkbcommon-git/DEPENDS | 1 +
zbeta/libxkbcommon-git/DETAILS | 16 ++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/zbeta/libxkbcommon-git/BUILD b/zbeta/libxkbcommon-git/BUILD
new file mode 100644
index 0000000..429c62b
--- /dev/null
+++ b/zbeta/libxkbcommon-git/BUILD
@@ -0,0 +1,9 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/libxkbcommon-git/DEPENDS b/zbeta/libxkbcommon-git/DEPENDS
new file mode 100644
index 0000000..0e5c7b6
--- /dev/null
+++ b/zbeta/libxkbcommon-git/DEPENDS
@@ -0,0 +1 @@
+depends kbproto
diff --git a/zbeta/libxkbcommon-git/DETAILS b/zbeta/libxkbcommon-git/DETAILS
new file mode 100644
index 0000000..623bcb7
--- /dev/null
+++ b/zbeta/libxkbcommon-git/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libxkbcommon-git
+ VERSION=trunk
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=git://people.freedesktop.org/xorg/lib/libxkbcommon.git
+ WEB_SITE=http://wayland.freedesktop.org/
+ ENTERED=20110507
+ UPDATED=`date -u +%Y%m01`
+ SHORT="translates evdev keycodes to keysyms, needed by wayland"
+
+cat << EOF
+Wayland is a protocol for a compositor to talk to its clients as well as
+a C library implementation of that protocol. The compositor can be a standalone
+display server running on Linux kernel modesetting and evdev input devices,
+an X application, or a wayland client itself. The clients can be traditional
+applications, X servers (rootless or fullscreen) or other display servers.
+EOF
More information about the Lunar-commits
mailing list