# HG changeset patch # User Christopher Rogers # Date 1284473901 0 # Node ID 79b097722044286126c80259d1c7c9a0474e09e0 # Parent 71ec9372bc4c344c7613c378d649d1578e825de3 Up: pixman, pixman-dev to 0.18.4 diff -r 71ec9372bc4c -r 79b097722044 pixman-dev/receipt --- a/pixman-dev/receipt Tue Sep 14 14:10:10 2010 +0000 +++ b/pixman-dev/receipt Tue Sep 14 14:18:21 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 71ec9372bc4c -r 79b097722044 pixman/receipt --- a/pixman/receipt Tue Sep 14 14:10:10 2010 +0000 +++ b/pixman/receipt Tue Sep 14 14:18:21 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pixman" -VERSION="0.18.0" +VERSION="0.18.4" CATEGORY="x-window" SHORT_DESC="Pixman library." MAINTAINER="pankso@slitaz.org" @@ -19,7 +19,7 @@ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ $CONFIGURE_ARGS - make + make -j 4 make DESTDIR=$PWD/_pkg install }