# HG changeset patch # User Christopher Rogers # Date 1300816883 0 # Node ID e665eaf1521bc9ebd1d919fae55c860466defb3d # Parent e8768e5178a6b8d9b738a13edbe1c9b353ad5d5f Up: cairo to 1.10.2. diff -r e8768e5178a6 -r e665eaf1521b cairo-dev/receipt --- a/cairo-dev/receipt Sun Mar 20 19:43:39 2011 +0000 +++ b/cairo-dev/receipt Tue Mar 22 18:01:23 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairo-dev" -VERSION="1.10.0" +VERSION="1.10.2" CATEGORY="development" SHORT_DESC="2D graphics library devel files." MAINTAINER="pankso@slitaz.org" diff -r e8768e5178a6 -r e665eaf1521b cairo/receipt --- a/cairo/receipt Sun Mar 20 19:43:39 2011 +0000 +++ b/cairo/receipt Tue Mar 22 18:01:23 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairo" -VERSION="1.10.0" +VERSION="1.10.2" CATEGORY="x-window" SHORT_DESC="2D graphics library." MAINTAINER="pankso@slitaz.org" @@ -16,9 +16,7 @@ compile_rules() { cd $src - patch -Np1 -i ../stuff/cairo-1.10.0-buggy_gradients.patch - # this patch is used to fix incorrect renders with QT - patch -Np1 -i ../stuff/cairo-respect-fontconfig.patch + patch -Np1 -i $stuff/cairo-1.10.0-buggy_gradients.patch ./configure \ --prefix=/usr \ --mandir=/usr/share/man \