[arch-commits] Commit in postgis/repos (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri Sep 12 04:53:08 UTC 2014


    Date: Friday, September 12, 2014 @ 06:53:07
  Author: jlichtblau
Revision: 118845

archrelease: copy trunk to community-staging-i686

Added:
  postgis/repos/community-staging-i686/
  postgis/repos/community-staging-i686/PKGBUILD
    (from rev 118844, postgis/trunk/PKGBUILD)
  postgis/repos/community-staging-i686/postgis.changelog
    (from rev 118844, postgis/trunk/postgis.changelog)

-------------------+
 PKGBUILD          |   31 +++++++++++++++++++++++++++++++
 postgis.changelog |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: postgis/repos/community-staging-i686/PKGBUILD (from rev 118844, postgis/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-12 04:53:07 UTC (rev 118845)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=postgis
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/"
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: postgis/repos/community-staging-i686/postgis.changelog (from rev 118844, postgis/trunk/postgis.changelog)
===================================================================
--- community-staging-i686/postgis.changelog	                        (rev 0)
+++ community-staging-i686/postgis.changelog	2014-09-12 04:53:07 UTC (rev 118845)
@@ -0,0 +1,41 @@
+2014-09-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin <alucryd at gmail.com>
+    * postgis-2.1.0-1
+    * Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.0.2-1
+
+2012-09-24 Dan McGee <dan at archlinux.org>
+    * Rebuild for PostgreSQL 9.2.x
+    * Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino <andrea at archlinux.org>
+    * Add JSON-C support
+    * Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino <andrea at archlinux.org>
+    * Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * Update to major release 1.5.1




More information about the arch-commits mailing list