wok-next diff cairo/receipt @ rev 9375
Up: gnumeric to 1.10.14.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Mar 25 03:26:11 2011 +0000 (2011-03-25) |
parents | 254cdebd32d5 |
children | 505eee76b73b |
line diff
1.1 --- a/cairo/receipt Wed Mar 02 02:15:41 2011 +0000 1.2 +++ b/cairo/receipt Fri Mar 25 03:26:11 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cairo" 1.7 -VERSION="1.10.0" 1.8 +VERSION="1.10.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="2D graphics library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,9 +16,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - patch -Np1 -i ../stuff/cairo-1.10.0-buggy_gradients.patch 1.17 - # this patch is used to fix incorrect renders with QT 1.18 - patch -Np1 -i ../stuff/cairo-respect-fontconfig.patch 1.19 + patch -Np1 -i $stuff/cairo-1.10.0-buggy_gradients.patch 1.20 ./configure \ 1.21 --prefix=/usr \ 1.22 --mandir=/usr/share/man \