summaryrefslogtreecommitdiff
path: root/testing/cairo/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-16 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-04-16 00:01:18 +0000
commitea3d877b99c32e3a9e00ab220440d4518430e5bc (patch)
tree8cf0d286f935fd9e00eb3854d971c165c749d7bf /testing/cairo/PKGBUILD
parentf06b9295f0e60a0faa0d3231a0d0b3f2358d8459 (diff)
Mon Apr 16 00:01:18 UTC 2012
Diffstat (limited to 'testing/cairo/PKGBUILD')
-rw-r--r--testing/cairo/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/cairo/PKGBUILD b/testing/cairo/PKGBUILD
index 4e49a4a9e..da6b8d554 100644
--- a/testing/cairo/PKGBUILD
+++ b/testing/cairo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 155823 2012-04-07 06:26:52Z andyrtr $
+# $Id: PKGBUILD 156123 2012-04-14 08:59:09Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Brice Carpentier <brice@daknet.org>
pkgname=cairo
pkgver=1.12.0
-pkgrel=3
+pkgrel=4
pkgdesc="Cairo vector graphics library"
arch=(i686 x86_64)
license=('LGPL' 'MPL')
@@ -20,13 +20,14 @@ source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
git_fixes.patch )
md5sums=('e6c85575ba7094f88b637bdfd835a751'
'9b323790dab003e228c6955633cb888e'
- '31aff4a4d8943ed81dce398f6421487d')
+ 'ce32ba4639d910bce7159c9a67ff2355')
build() {
cd "$srcdir/$pkgname-$pkgver"
patch -Np1 -i "${srcdir}/cairo-1.10.0-buggy_gradients.patch"
- # status is 2012-04-07 last commit: fix _cairo_pattern_get_ink_extents to work with snapshot recording surfaces
+ # status is 2012-04-14 last commit: doc: add returns statement to cairo_surface_supports_mime_type
patch -Np1 -i ${srcdir}/git_fixes.patch
+ autoreconf -vfi
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \