Date: Saturday, December 2, 2017 @ 18:26:22 Author: jlichtblau Revision: 271905
upgpkg: mapnik 3.0.17-1 - new upstream release Modified: mapnik/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-02 18:26:04 UTC (rev 271904) +++ PKGBUILD 2017-12-02 18:26:22 UTC (rev 271905) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Sergej Pupykin <[email protected]> # Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Sergej Pupykin <[email protected]> # Contributor: David Dent <[email protected]> # Contributor: orbisvicis <[email protected]> pkgname=mapnik -pkgver=3.0.16 -pkgrel=2 +pkgver=3.0.17 +pkgrel=1 pkgdesc="Free Toolkit for developing mapping applications and rendering beautiful maps" arch=('x86_64') url="http://mapnik.org/" @@ -14,6 +14,7 @@ depends=('boost-libs' 'icu' 'libpng' 'libjpeg-turbo' 'libtiff' 'freetype2' 'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'python2-cairo' 'postgresql-libs' 'postgis' 'gdal' 'curl' 'libtool') +makedepends=('scons' 'boost' 'git') optdepends=('libxslt: Web Map Service' 'python2-lxml: Web Map Service' 'python2-pillow: Web Map Service' @@ -21,13 +22,13 @@ 'apache: Web Map Service' 'mod_fcgid: Web Map Service - or:' '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=('0a0e6351d1a32922327555b9835d4843aade752adecadde309fa856b72dfb1b1') +install=$pkgname.install +source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2) +sha256sums=('5ccd2ba7b82ca00028c6ce3ae5856b41d6f658217b680288f14b9c416d17ccb2') build() { - cd "$srcdir/$pkgname-v$pkgver" + cd "${srcdir}"/$pkgname-v$pkgver + PYTHON=python2 scons configure \ PREFIX="/usr" \ @@ -39,6 +40,6 @@ } package(){ - cd "$srcdir/$pkgname-v$pkgver" + cd "${srcdir}"/$pkgname-v$pkgver scons install }
