wok-current diff cairo/receipt @ rev 5514
Up: wine (1.1.44)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon May 10 19:53:53 2010 +0000 (2010-05-10) |
parents | 9b4277ee26ca |
children | d5efaa09404c |
line diff
1.1 --- a/cairo/receipt Thu Dec 24 18:17:20 2009 +0100 1.2 +++ b/cairo/receipt Mon May 10 19:53:53 2010 +0000 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cairo" 1.7 -VERSION="1.8.8" 1.8 +VERSION="1.8.10" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="2D graphics library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ 1.13 -xorg-libXau xorg-libXdmcp xorg-libXrender" 1.14 -BUILD_DEPENDS="pkg-config pixman-dev libpng-dev zlib-dev fontconfig-dev" 1.15 +xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util libxcb" 1.16 +BUILD_DEPENDS="$DEPENDS pkg-config pixman-dev libpng-dev zlib-dev \ 1.17 +fontconfig-dev xcb-util-dev libxcb-dev" 1.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 WEB_SITE="http://www.cairographics.org/" 1.20 WGET_URL="http://cairographics.org/releases/$TARBALL" 1.21 @@ -20,6 +21,7 @@ 1.22 --prefix=/usr \ 1.23 --mandir=/usr/share/man \ 1.24 --with-html-dir=/usr/share/doc \ 1.25 + --enable-xcb \ 1.26 $CONFIGURE_ARGS && 1.27 make && 1.28 make DESTDIR=$PWD/_pkg install