[Lunar-commits] <moonbase> cairo: add a patch for a bug concerning firefox.
Florin Braescu
florin at lunar-linux.org
Sun Feb 8 18:31:44 CET 2009
commit e897c4b6983012bcd4c0c8550b7f5e53bf6a688f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Feb 8 19:31:44 2009 +0200
cairo: add a patch for a bug concerning firefox.
---
graphics/cairo/BUILD | 4 ++--
graphics/cairo/DETAILS | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD
index 839e1c9..82308fc 100644
--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -1,7 +1,7 @@
(
-
- patch_it $SOURCE2 1 &&
+ patch_it $SOURCE2 1 &&
+ patch_it $SOURCE3 1 &&
default_build
) > $C_FIFO 2>&1
diff --git a/graphics/cairo/DETAILS b/graphics/cairo/DETAILS
index 0769f74..d8938f6 100644
--- a/graphics/cairo/DETAILS
+++ b/graphics/cairo/DETAILS
@@ -2,13 +2,16 @@
VERSION=1.8.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE-1.8.0-lcd-filter.patch.bz2
+ SOURCE3=$MODULE-$VERSION-clip.patch.bz2
SOURCE_URL=http://cairographics.org/releases
SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:d1e5479d4eeb7b1a3589672e3ef8f4899e7c5eba
SOURCE2_VFY=sha1:dca17faf85fa02a5325d11d38161475d42a1b3b2
+ SOURCE3_VFY=sha1:820e8406138826e43f85db9246a7c08f23977224
WEB_SITE=http://cairographics.org
ENTERED=20040506
- UPDATED=20081217
+ UPDATED=20090208
SHORT="A multi-platform 2D vector graphics library"
cat << EOF
More information about the Lunar-commits
mailing list