Date: Tuesday, July 19, 2016 @ 14:25:50
  Author: spupykin
Revision: 183125

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

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

---------------------------------+
 /PKGBUILD                       |   86 ++++++++++++++++++++++++++++++++++++++
 /mapnik.install                 |   22 +++++++++
 community-i686/PKGBUILD         |   42 ------------------
 community-i686/mapnik.install   |   11 ----
 community-x86_64/PKGBUILD       |   42 ------------------
 community-x86_64/mapnik.install |   11 ----
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-07-19 14:25:37 UTC (rev 183124)
+++ community-i686/PKGBUILD     2016-07-19 14:25:50 UTC (rev 183125)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: David Dent <[email protected]>
-# Contributor: orbisvicis <[email protected]>
-
-pkgname=mapnik
-pkgver=3.0.10
-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=('c004b89e3b45c9cea0eca042ed71e39a')
-
-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-i686/PKGBUILD (from rev 183124, 
mapnik/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-07-19 14:25:50 UTC (rev 183125)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Dent <[email protected]>
+# Contributor: orbisvicis <[email protected]>
+
+pkgname=mapnik
+pkgver=3.0.10
+pkgrel=3
+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=('c004b89e3b45c9cea0eca042ed71e39a')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  PYTHON=python2
+  scons configure \
+    PREFIX="/usr" \
+    INPUT_PLUGINS=all \
+    XMLPARSER=libxml2 \
+    DESTDIR="$pkgdir"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Deleted: community-i686/mapnik.install
===================================================================
--- community-i686/mapnik.install       2016-07-19 14:25:37 UTC (rev 183124)
+++ community-i686/mapnik.install       2016-07-19 14:25:50 UTC (rev 183125)
@@ -1,11 +0,0 @@
-post_install() {
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mapnik/repos/community-i686/mapnik.install (from rev 183124, 
mapnik/trunk/mapnik.install)
===================================================================
--- community-i686/mapnik.install                               (rev 0)
+++ community-i686/mapnik.install       2016-07-19 14:25:50 UTC (rev 183125)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-07-19 14:25:37 UTC (rev 183124)
+++ community-x86_64/PKGBUILD   2016-07-19 14:25:50 UTC (rev 183125)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: David Dent <[email protected]>
-# Contributor: orbisvicis <[email protected]>
-
-pkgname=mapnik
-pkgver=3.0.10
-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=('c004b89e3b45c9cea0eca042ed71e39a')
-
-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-x86_64/PKGBUILD (from rev 183124, 
mapnik/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-19 14:25:50 UTC (rev 183125)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Dent <[email protected]>
+# Contributor: orbisvicis <[email protected]>
+
+pkgname=mapnik
+pkgver=3.0.10
+pkgrel=3
+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=('c004b89e3b45c9cea0eca042ed71e39a')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  PYTHON=python2
+  scons configure \
+    PREFIX="/usr" \
+    INPUT_PLUGINS=all \
+    XMLPARSER=libxml2 \
+    DESTDIR="$pkgdir"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Deleted: community-x86_64/mapnik.install
===================================================================
--- community-x86_64/mapnik.install     2016-07-19 14:25:37 UTC (rev 183124)
+++ community-x86_64/mapnik.install     2016-07-19 14:25:50 UTC (rev 183125)
@@ -1,11 +0,0 @@
-post_install() {
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mapnik/repos/community-x86_64/mapnik.install (from rev 183124, 
mapnik/trunk/mapnik.install)
===================================================================
--- community-x86_64/mapnik.install                             (rev 0)
+++ community-x86_64/mapnik.install     2016-07-19 14:25:50 UTC (rev 183125)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to