SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-
SOURCE_HASH=sha512:3ebf9651728621a91c845d12f7074d9dde2cafa260bf68bbc797eb1cac5614a531ce18922bb376aaa032b473316e3fe2250f861a1ed2f432ee0b35fd251afe59
+
SOURCE_HASH=sha512:4f950283a9b0b8cd28aeed438fae1300309653c8db21f29eefa8f75acf4cf5ecbfe9599f1f16049e22feadfbde83f5049a51e2d650c9a34862f48130b4e49464
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 1323f04..d268711 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,6 @@
+2006-10-22 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to 1.0.99.1
+
2006-08-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: update to 1.0.3,SECURITY_PATCH
diff --git a/xorg-lib/libx11/libX11-X11R7.0-1.0.0.tar.bz2.sig
b/xorg-lib/libx11/libX11-X11R7.0-1.0.0.tar.bz2.sig
deleted file mode 100644
index f340e1a..0000000
Binary files a/xorg-lib/libx11/libX11-X11R7.0-1.0.0.tar.bz2.sig and /dev/null
differ
diff --git a/xorg-lib/libxcb/DEPENDS b/xorg-lib/libxcb/DEPENDS
new file mode 100755
index 0000000..aef0050
--- /dev/null
+++ b/xorg-lib/libxcb/DEPENDS
@@ -0,0 +1,8 @@
+depends xcb-proto &&
+depends automake &&
+depends autoconf &&
+depends pkgconfig &&
+depends libtool &&
+depends libxslt &&
+depends libxau &&
+depends util-macros
diff --git a/xorg-lib/libxcb/DETAILS b/xorg-lib/libxcb/DETAILS
new file mode 100755
index 0000000..9c29e35
--- /dev/null
+++ b/xorg-lib/libxcb/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=libxcb
+ VERSION=0.9.92
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=http://xcb.freedesktop.org/dist/$SOURCE
+
SOURCE_HASH=sha512:a0d46473ae4a2019ecf3bd9ccce868b0ecaccedaf358e2e138cef03429a259c8c02b65db60bc2573819c2bde43f9f37be11e937253ab5e30ed6688ac899cabec
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://xcb.freedesktop.org
+ LICENSE[0]=XCL
+ ENTERED=20061022
+ SHORT="A C binding for the X protocol."
+cat << EOF
+The XCB library provides an interface to the X Window System protocol,
+designed to replace the Xlib interface. It has several advantages over Xlib,
+including size (small library and lower memory footprint), latency hiding
+(batch several requests and wait for the replies later), direct protocol
access
+(one-to-one mapping between interface and protocol), thread support (access
+XCB from multiple threads, with no explicit locking), and easy creation of
+new extensions (automatically generates its interface from machine-parsable
+XML protocol descriptions). Xlib can also use XCB as a transport layer,
+allowing software to make requests and receive responses with both, which
+eases porting to XCB. However, client programs, libraries, and toolkits will
+gain the most benefit from a native XCB port.
+EOF
diff --git a/xorg-lib/libxcb/HISTORY b/xorg-lib/libxcb/HISTORY
new file mode 100644
index 0000000..7ca3fc7
--- /dev/null
+++ b/xorg-lib/libxcb/HISTORY
@@ -0,0 +1,2 @@
+2006-10-22 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/xorg-lib/libxcomposite/DETAILS b/xorg-lib/libxcomposite/DETAILS
index 481dd97..74f9279 100755
--- a/xorg-lib/libxcomposite/DETAILS
+++ b/xorg-lib/libxcomposite/DETAILS
@@ -1,16 +1,14 @@
SPELL=libxcomposite
PKG=libXcomposite
- VERSION=0.3
+ VERSION=0.3.1
XORG_VER=X11R7.1
- SOURCE=${PKG}-${XORG_VER}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/${XORG_VER}/src/lib/${SOURCE}
-
SOURCE_HASH=sha512:58e706976e33410a0720b3ce00c1967002eb0159c2ffb2659578b5d5c92d86c671979010deed4958dd2594adf4d695d001f48122208479174d8577b53344a8bc
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
+ SOURCE=${PKG}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
+
SOURCE_HASH=sha512:b40ce45675ecbf4d5773bb75e8be8409c814399220fe2614b71bf902c1095ce38c45cfbd799b1205a5fa937e9f5601acf42b9860eb813096d0f3c499619f2bd2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
- UPDATED=20051125
LICENSE[0]=XCL
- BUILD_API=2
SHORT="Module libxcomposite for xorg"
cat << EOF
The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
diff --git a/xorg-lib/libxcomposite/HISTORY b/xorg-lib/libxcomposite/HISTORY
index 3f1b88d..6f31d88 100644
--- a/xorg-lib/libxcomposite/HISTORY
+++ b/xorg-lib/libxcomposite/HISTORY
@@ -1,3 +1,6 @@
+2006-10-22 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update 0.3.1
+
2006-08-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* CONFLICTS: added per bug #12623