[arch-commits] Commit in mapnik/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Fri Feb 5 17:48:27 UTC 2016
Date: Friday, February 5, 2016 @ 18:48:26
Author: spupykin
Revision: 160418
archrelease: copy trunk to community-i686, community-x86_64
Added:
mapnik/repos/community-i686/PKGBUILD
(from rev 160417, mapnik/trunk/PKGBUILD)
mapnik/repos/community-i686/mapnik.install
(from rev 160417, mapnik/trunk/mapnik.install)
mapnik/repos/community-x86_64/PKGBUILD
(from rev 160417, mapnik/trunk/PKGBUILD)
mapnik/repos/community-x86_64/mapnik.install
(from rev 160417, 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 | 84 ++++++++++++++++++++++++++++++++++++++
/mapnik.install | 22 +++++++++
community-i686/PKGBUILD | 53 -----------------------
community-i686/mapnik.install | 11 ----
community-x86_64/PKGBUILD | 53 -----------------------
community-x86_64/mapnik.install | 11 ----
6 files changed, 106 insertions(+), 128 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-02-05 17:48:08 UTC (rev 160417)
+++ community-i686/PKGBUILD 2016-02-05 17:48:26 UTC (rev 160418)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: David Dent <thewinch at gmail.com>
-# Contributor: orbisvicis <orbisvicis at gmail.com>
-
-pkgname=mapnik
-pkgver=2.2.0.655.g1b0f4d6
-pkgrel=4
-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=("$pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz")
-source=("git://github.com/mapnik/mapnik.git#branch=2.3.x")
-md5sums=('SKIP')
-
-pkgver() {
- cd "$srcdir/$pkgname"
-
- git describe --long | cut -c2- | sed 's/-/./g'
-}
-
-build() {
- cd "$srcdir/$pkgname"
-
- 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 \
- DESTDIR="$pkgdir"
- scons $MAKEFLAGS
-}
-
-package(){
- cd "$srcdir/$pkgname"
- scons install
-}
Copied: mapnik/repos/community-i686/PKGBUILD (from rev 160417, mapnik/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 17:48:26 UTC (rev 160418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: David Dent <thewinch at gmail.com>
+# Contributor: orbisvicis <orbisvicis at gmail.com>
+
+pkgname=mapnik
+pkgver=3.0.9
+pkgrel=1
+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 -j2
+}
+
+package(){
+ cd "$srcdir/$pkgname-v$pkgver"
+ scons install
+}
Deleted: community-i686/mapnik.install
===================================================================
--- community-i686/mapnik.install 2016-02-05 17:48:08 UTC (rev 160417)
+++ community-i686/mapnik.install 2016-02-05 17:48:26 UTC (rev 160418)
@@ -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 160417, mapnik/trunk/mapnik.install)
===================================================================
--- community-i686/mapnik.install (rev 0)
+++ community-i686/mapnik.install 2016-02-05 17:48:26 UTC (rev 160418)
@@ -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-02-05 17:48:08 UTC (rev 160417)
+++ community-x86_64/PKGBUILD 2016-02-05 17:48:26 UTC (rev 160418)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: David Dent <thewinch at gmail.com>
-# Contributor: orbisvicis <orbisvicis at gmail.com>
-
-pkgname=mapnik
-pkgver=2.2.0.655.g1b0f4d6
-pkgrel=4
-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=("$pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz")
-source=("git://github.com/mapnik/mapnik.git#branch=2.3.x")
-md5sums=('SKIP')
-
-pkgver() {
- cd "$srcdir/$pkgname"
-
- git describe --long | cut -c2- | sed 's/-/./g'
-}
-
-build() {
- cd "$srcdir/$pkgname"
-
- 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 \
- DESTDIR="$pkgdir"
- scons $MAKEFLAGS
-}
-
-package(){
- cd "$srcdir/$pkgname"
- scons install
-}
Copied: mapnik/repos/community-x86_64/PKGBUILD (from rev 160417, mapnik/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-02-05 17:48:26 UTC (rev 160418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: David Dent <thewinch at gmail.com>
+# Contributor: orbisvicis <orbisvicis at gmail.com>
+
+pkgname=mapnik
+pkgver=3.0.9
+pkgrel=1
+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 -j2
+}
+
+package(){
+ cd "$srcdir/$pkgname-v$pkgver"
+ scons install
+}
Deleted: community-x86_64/mapnik.install
===================================================================
--- community-x86_64/mapnik.install 2016-02-05 17:48:08 UTC (rev 160417)
+++ community-x86_64/mapnik.install 2016-02-05 17:48:26 UTC (rev 160418)
@@ -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 160417, mapnik/trunk/mapnik.install)
===================================================================
--- community-x86_64/mapnik.install (rev 0)
+++ community-x86_64/mapnik.install 2016-02-05 17:48:26 UTC (rev 160418)
@@ -0,0 +1,11 @@
+post_install() {
+ /sbin/ldconfig
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list