[Lunar-commits] <moonbase-xorg> xcb-util-image, xcb-util-wm: Resurrected and bumped
Stefan Wold
ratler at lunar-linux.org
Wed Jan 2 20:54:02 CET 2013
commit 72daf47dfaec954cd774db83e1d4679b3de1a20c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 02 Jan 2013 11:54:02 -0800
URL: https://github.com/lunar-linux/moonbase-xorg/commit/72daf47dfaec954cd774db83e1d4679b3de1a20c
xcb-util-image, xcb-util-wm: Resurrected and bumped
---
lib/xcb-util-image/BUILD | +7/-0
lib/xcb-util-image/DEPENDS | +2/-0
lib/xcb-util-image/DETAILS | +15/-0
lib/xcb-util-wm/BUILD | +7/-0
lib/xcb-util-wm/DEPENDS | +1/-0
lib/xcb-util-wm/DETAILS | +15/-0
6 files changed, 47 insertions(+)
--- /dev/null
+++ b/lib/xcb-util-image/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/lib/xcb-util-image/DEPENDS
@@ -0,0 +1,2 @@
+depends libxcb
+depends xcb-util
--- /dev/null
+++ b/lib/xcb-util-image/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=xcb-util-image
+ VERSION=0.3.9
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://xcb.freedesktop.org/dist
+ SOURCE_VFY=sha256:d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://xcb.freedesktop.org/
+ ENTERED=20110608
+ UPDATED=20130102
+ SHORT="Image extensions for libxcb"
+
+cat << EOF
+These experimental libraries provide convenience functions and
+interfaces which make the raw X protocol more usable
+EOF
--- /dev/null
+++ b/lib/xcb-util-wm/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/lib/xcb-util-wm/DEPENDS
@@ -0,0 +1 @@
+depends xcb-util
--- /dev/null
+++ b/lib/xcb-util-wm/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=xcb-util-wm
+ VERSION=0.3.9
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://xcb.freedesktop.org/dist
+ SOURCE_VFY=sha256:038f9bdb917b1f6d98a164f57dfb32212a102d771ab6f03de49fef3786746030
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://xcb.freedesktop.org/
+ ENTERED=20110608
+ UPDATED=20130102
+ SHORT="wm extensions for libxcb"
+
+cat << EOF
+These experimental libraries provide convenience functions and
+interfaces which make the raw X protocol more usable
+EOF
More information about the Lunar-commits
mailing list