[arch-commits] Commit in mapnik/repos (6 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Apr 23 16:31:07 UTC 2015
Date: Thursday, April 23, 2015 @ 18:31:07
Author: spupykin
Revision: 132060
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 132059, mapnik/trunk/PKGBUILD)
mapnik/repos/community-staging-i686/mapnik.install
(from rev 132059, mapnik/trunk/mapnik.install)
mapnik/repos/community-staging-x86_64/
mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 132059, mapnik/trunk/PKGBUILD)
mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 132059, mapnik/trunk/mapnik.install)
-----------------------------------------+
community-staging-i686/PKGBUILD | 53 ++++++++++++++++++++++++++++++
community-staging-i686/mapnik.install | 11 ++++++
community-staging-x86_64/PKGBUILD | 53 ++++++++++++++++++++++++++++++
community-staging-x86_64/mapnik.install | 11 ++++++
4 files changed, 128 insertions(+)
Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 132059, mapnik/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-23 16:31:07 UTC (rev 132060)
@@ -0,0 +1,53 @@
+# $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.654.g718a8b3
+pkgrel=5
+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-staging-i686/mapnik.install (from rev 132059, mapnik/trunk/mapnik.install)
===================================================================
--- community-staging-i686/mapnik.install (rev 0)
+++ community-staging-i686/mapnik.install 2015-04-23 16:31:07 UTC (rev 132060)
@@ -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 132059, mapnik/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-04-23 16:31:07 UTC (rev 132060)
@@ -0,0 +1,53 @@
+# $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.654.g718a8b3
+pkgrel=5
+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-staging-x86_64/mapnik.install (from rev 132059, mapnik/trunk/mapnik.install)
===================================================================
--- community-staging-x86_64/mapnik.install (rev 0)
+++ community-staging-x86_64/mapnik.install 2015-04-23 16:31:07 UTC (rev 132060)
@@ -0,0 +1,11 @@
+post_install() {
+ /sbin/ldconfig
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list