wok diff pixman/receipt @ rev 8884
Fix xfmedia using patches to make it support exo 0.6
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 27 04:58:52 2011 +0100 (2011-02-27) |
parents | 719c8e10f2c0 |
children | b764c5b7e0b7 |
line diff
1.1 --- a/pixman/receipt Wed Sep 15 20:05:28 2010 +0000 1.2 +++ b/pixman/receipt Sun Feb 27 04:58:52 2011 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pixman" 1.7 -VERSION="0.18.4" 1.8 +VERSION="0.20.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Pixman library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 BUILD_DEPENDS="perl" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.cairographics.org/" 1.16 -WGET_URL="http://cairographics.org/releases/$TARBALL" 1.17 +WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()