# HG changeset patch # User Christopher Rogers # Date 1284581128 0 # Node ID 719c8e10f2c01b776b074387d8b3b74c4f67fd6e # Parent c74caf99e8abe69c1a56028fd451d52bca93f1eb Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work. diff -r c74caf99e8ab -r 719c8e10f2c0 gtk+/receipt --- a/gtk+/receipt Wed Sep 15 19:02:06 2010 +0000 +++ b/gtk+/receipt Wed Sep 15 20:05:28 2010 +0000 @@ -8,7 +8,7 @@ DEPENDS="glibc-base expat libxcb xcb-util zlib \ glib cairo pango atk libpng jpeg tiff fontconfig freetype pixman libgio \ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr" BUILD_DEPENDS="cairo-dev glib-dev pango-dev atk-dev libpng-dev jpeg-dev \ pkg-config xorg-dev xorg-dev-proto fontconfig-dev freetype-dev pixman-dev \ tiff-dev libgio-dev xorg-libXdamage-dev xorg-libXinerama-dev zlib-dev \ diff -r c74caf99e8ab -r 719c8e10f2c0 pixman-dev/receipt --- a/pixman-dev/receipt Wed Sep 15 19:02:06 2010 +0000 +++ b/pixman-dev/receipt Wed Sep 15 20:05:28 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pixman-dev" -VERSION="0.18.0" +VERSION="0.18.4" CATEGORY="development" SHORT_DESC="Pixman library devel files." MAINTAINER="pankso@slitaz.org" diff -r c74caf99e8ab -r 719c8e10f2c0 pixman/receipt --- a/pixman/receipt Wed Sep 15 19:02:06 2010 +0000 +++ b/pixman/receipt Wed Sep 15 20:05:28 2010 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="pixman" -VERSION="0.18.0" +VERSION="0.18.4" CATEGORY="x-window" SHORT_DESC="Pixman library." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="perl glib-dev" +BUILD_DEPENDS="perl" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" @@ -17,7 +17,7 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - --with-html-dir=/usr/share/doc \ + --enable-gtk=no \ $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install