Date: Sunday, April 3, 2016 @ 15:09:44
  Author: foutrelis
Revision: 169392

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
    (from rev 169391, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-i686/mapnik.install
    (from rev 169391, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
    (from rev 169391, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-x86_64/mapnik.install
    (from rev 169391, mapnik/trunk/mapnik.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   42 ++++++++++++++++++++++++++++++
 community-staging-i686/mapnik.install   |   11 +++++++
 community-staging-x86_64/PKGBUILD       |   42 ++++++++++++++++++++++++++++++
 community-staging-x86_64/mapnik.install |   11 +++++++
 4 files changed, 106 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 169391, 
mapnik/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-04-03 13:09:44 UTC (rev 169392)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Dent <[email protected]>
+# Contributor: orbisvicis <[email protected]>
+
+pkgname=mapnik
+pkgver=3.0.9
+pkgrel=2
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+        'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+        'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt:         Web Map Service'
+            'python2-lxml:    Web Map Service'
+            'python2-pillow:  Web Map Service'
+            'python-nose:     Web Map Service'
+            'apache:          Web Map Service'
+            'mod_fastcgi:     Web Map Service - or:'
+            'mod_fcgid:       Web Map Service - or:'
+            'mod_wsgi2:       Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install="mapnik.install"
+source=("https://mapnik.s3.amazonaws.com/dist/v$pkgver/mapnik-v$pkgver.tar.bz2";)
+md5sums=('13e8b6ad763172d56731e610a59b3681')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  PYTHON=python2
+  scons configure \
+    PREFIX="/usr" \
+    INPUT_PLUGINS=all \
+    DESTDIR="$pkgdir"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Copied: mapnik/repos/community-staging-i686/mapnik.install (from rev 169391, 
mapnik/trunk/mapnik.install)
===================================================================
--- community-staging-i686/mapnik.install                               (rev 0)
+++ community-staging-i686/mapnik.install       2016-04-03 13:09:44 UTC (rev 
169392)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 169391, 
mapnik/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-03 13:09:44 UTC (rev 169392)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Dent <[email protected]>
+# Contributor: orbisvicis <[email protected]>
+
+pkgname=mapnik
+pkgver=3.0.9
+pkgrel=2
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+        'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+        'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt:         Web Map Service'
+            'python2-lxml:    Web Map Service'
+            'python2-pillow:  Web Map Service'
+            'python-nose:     Web Map Service'
+            'apache:          Web Map Service'
+            'mod_fastcgi:     Web Map Service - or:'
+            'mod_fcgid:       Web Map Service - or:'
+            'mod_wsgi2:       Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install="mapnik.install"
+source=("https://mapnik.s3.amazonaws.com/dist/v$pkgver/mapnik-v$pkgver.tar.bz2";)
+md5sums=('13e8b6ad763172d56731e610a59b3681')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  PYTHON=python2
+  scons configure \
+    PREFIX="/usr" \
+    INPUT_PLUGINS=all \
+    DESTDIR="$pkgdir"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Copied: mapnik/repos/community-staging-x86_64/mapnik.install (from rev 169391, 
mapnik/trunk/mapnik.install)
===================================================================
--- community-staging-x86_64/mapnik.install                             (rev 0)
+++ community-staging-x86_64/mapnik.install     2016-04-03 13:09:44 UTC (rev 
169392)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to