# HG changeset patch # User Christophe Lincoln # Date 1338637501 -7200 # Node ID 7ae8c5d88295db04ff8bf5b993552762c74c04fb # Parent 3cc862ed2129581b186981c5f7ffd6f2c7e0e75d Up: pixman (0.26.0) and cross-compile for ARM diff -r 3cc862ed2129 -r 7ae8c5d88295 pixman-dev/receipt --- a/pixman-dev/receipt Sat Jun 02 13:16:54 2012 +0200 +++ b/pixman-dev/receipt Sat Jun 02 13:45:01 2012 +0200 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="pixman-dev" -VERSION="0.25.2" +VERSION="0.26.0" CATEGORY="development" SHORT_DESC="Pixman library devel files." MAINTAINER="pankso@slitaz.org" DEPENDS="pixman" WANTED="pixman" WEB_SITE="http://www.cairographics.org/" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 3cc862ed2129 -r 7ae8c5d88295 pixman/receipt --- a/pixman/receipt Sat Jun 02 13:16:54 2012 +0200 +++ b/pixman/receipt Sat Jun 02 13:45:01 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pixman" -VERSION="0.25.2" +VERSION="0.26.0" CATEGORY="x-window" SHORT_DESC="Pixman library." MAINTAINER="pankso@slitaz.org" @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.cairographics.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules()