summaryrefslogtreecommitdiff
path: root/extra/python-cairo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-cairo/PKGBUILD')
-rw-r--r--extra/python-cairo/PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/extra/python-cairo/PKGBUILD b/extra/python-cairo/PKGBUILD
index 116763cc8..8034ee1b0 100644
--- a/extra/python-cairo/PKGBUILD
+++ b/extra/python-cairo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 121116 2011-04-29 03:02:02Z angvp $
+# $Id: PKGBUILD 169010 2012-10-17 10:20:01Z allan $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=python-cairo
pkgver=1.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for the cairo graphics library"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL3')
@@ -18,19 +18,11 @@ md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
build() {
cd "${srcdir}/pycairo-${pkgver}"
- # We patch the embedded copy of waf to fix compiling against python 3.2
- # (due to PEP-3149), by using the appropriate python-config tool, rather
- # than trying to find the libraries by directly using PYTHON_VERSION
-
# Ensure that ./waf has created the cached unpacked version
# of the wafadmin source tree.
# This will be created to a subdirectory like
# .waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
- python ./waf --version
-
- # Patch the unpacked version of waf:
- pushd .waf3*
- popd
+ python3 ./waf --version
./waf configure --prefix=/usr
./waf build