wok-stable diff libxcb/receipt @ rev 6713
linux/bootloader.sh: fix storelong()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 14 13:05:38 2010 +0200 (2010-10-14) |
parents | 0aa5a3360b93 |
children | c514cc4854d8 |
line diff
1.1 --- a/libxcb/receipt Mon May 17 07:31:27 2010 -0400 1.2 +++ b/libxcb/receipt Thu Oct 14 13:05:38 2010 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libxcb" 1.7 -VERSION="1.6" 1.8 +VERSION="1.7" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="The X protocol C-language Binding (XCB) is a replacement for \ 1.11 Xlib featuring a small footprint, latency hiding, direct access to the \ 1.12 protocol, improved threading support, and extensibility." 1.13 MAINTAINER="mallory@sweetpeople.org" 1.14 DEPENDS="xorg-libXau xorg-libXdmcp" 1.15 -BUILD_DEPENDS="xcb-proto pkg-config xorg-libXau-dev libpthread-stubs" 1.16 +BUILD_DEPENDS="xcb-proto libxslt-dev pkg-config xorg-libXau-dev libpthread-stubs" 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WEB_SITE="http://xcb.freedesktop.org" 1.19 WGET_URL="$WEB_SITE/dist/$TARBALL"