summaryrefslogtreecommitdiff
path: root/community/mapnik
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-06 00:13:53 -0800
committerroot <root@rshg054.dnsready.net>2013-02-06 00:13:53 -0800
commita110e74fe4a31aebb09e0da6e407af69ed996837 (patch)
treefb216f25351912a4f4cdfcccf8daf041d17cb921 /community/mapnik
parentb91dca65217b7c35be84df053692c9fd1b012560 (diff)
Wed Feb 6 00:13:53 PST 2013
Diffstat (limited to 'community/mapnik')
-rw-r--r--community/mapnik/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD
index 0276cad96..db4dddbff 100644
--- a/community/mapnik/PKGBUILD
+++ b/community/mapnik/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83319 2013-01-29 14:02:51Z spupykin $
+# $Id: PKGBUILD 83819 2013-02-05 10:57:53Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: David Dent <thewinch@gmail.com>
# Contributor: orbisvicis <orbisvicis@gmail.com>
pkgname=mapnik
pkgver=2.1.0
-pkgrel=6
+pkgrel=7
pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps"
arch=('i686' 'x86_64')
url="http://mapnik.org/"
@@ -29,6 +29,9 @@ md5sums=('d580c558a957444873bec9e24526b0a0')
build() {
cd "$srcdir/$pkgname-v$pkgver"
sed -i 's|lib64|lib|g' SConstruct
+ sed -i 's|python|python2|' \
+ utils/performance/mapnik-speed-check \
+ utils/upgrade_map_xml/*.py
scons configure \
PREFIX="/usr" \
INPUT_PLUGINS=all \