From ab72d6ba9aa8688eeca9947c6ef0f70f40772184 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 3 Jul 2017 21:31:20 -0500 Subject: mapnik-3.0.13-5.parabola1: rebuild --- libre/mapnik/PKGBUILD | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'libre/mapnik/PKGBUILD') diff --git a/libre/mapnik/PKGBUILD b/libre/mapnik/PKGBUILD index fd04b5731..779e2b49c 100644 --- a/libre/mapnik/PKGBUILD +++ b/libre/mapnik/PKGBUILD @@ -7,13 +7,13 @@ pkgname=mapnik pkgver=3.0.13 -pkgrel=1.parabola1 +pkgrel=5.parabola1 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps, without nonfree mod_fastcgi recommendation" arch=('i686' 'x86_64' 'armv7h') url="http://mapnik.org/" license=('LGPL') depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2' - 'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo' + 'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'python2-cairo' 'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl') optdepends=('libxslt: Web Map Service' 'python2-lxml: Web Map Service' @@ -24,8 +24,15 @@ optdepends=('libxslt: Web Map Service' 'mod_wsgi2: Web Map Service') makedepends=('scons' 'boost' 'git') install="mapnik.install" -source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2") -sha256sums=('d6213d514a0e3cd84d9bfcb6d97208d169ffcaae1f36250f6555655cdfe57bcc') +source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2" + 'icu59.patch') +sha256sums=('d6213d514a0e3cd84d9bfcb6d97208d169ffcaae1f36250f6555655cdfe57bcc' + 'b391a775f28ec9bc7d5d2a8ef429789d8c6158bdf8023f395501fbfc8137cc22') + +prepare() { + cd "$srcdir/$pkgname-v$pkgver" + patch -Np1 -i ../icu59.patch +} build() { cd "$srcdir/$pkgname-v$pkgver" @@ -36,7 +43,7 @@ build() { XMLPARSER=libxml2 \ DESTDIR="$pkgdir" \ CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL" - scons $MAKEFLAGS + scons -j1 $MAKEFLAGS } package(){ -- cgit v1.2.3