# HG changeset patch # User Christophe Lincoln # Date 1231442091 -3600 # Node ID 392b86e732284bf79cb1b2f08f00c4b389602e77 # Parent 7d71efb4fc3bdf55972cc464a69af43400a6efe5 Up: cairo (1.8.4) diff -r 7d71efb4fc3b -r 392b86e73228 cairo-dev/receipt --- a/cairo-dev/receipt Thu Jan 08 20:14:07 2009 +0100 +++ b/cairo-dev/receipt Thu Jan 08 20:14:51 2009 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairo-dev" -VERSION="1.6.4" +VERSION="1.8.4" CATEGORY="development" SHORT_DESC="2D graphics library devel files." MAINTAINER="pankso@slitaz.org" @@ -11,8 +11,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr } diff -r 7d71efb4fc3b -r 392b86e73228 cairo/receipt --- a/cairo/receipt Thu Jan 08 20:14:07 2009 +0100 +++ b/cairo/receipt Thu Jan 08 20:14:51 2009 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="cairo" -VERSION="1.6.4" +VERSION="1.8.4" CATEGORY="x-window" SHORT_DESC="2D graphics library." MAINTAINER="pankso@slitaz.org" -DEPENDS="glib pixman" -BUILD_DEPENDS="pixman-dev" +DEPENDS="glib pixman libpng zlib" +BUILD_DEPENDS="pkg-config pixman-dev libpng-dev zlib-dev fontconfig-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" @@ -14,14 +14,14 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + cd $src + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --with-html-dir=/usr/share/doc \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.