[arch-commits] Commit in geos/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 5 17:08:53 UTC 2015


    Date: Saturday, December 5, 2015 @ 18:08:53
  Author: foutrelis
Revision: 148561

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

Added:
  geos/repos/community-staging-i686/
  geos/repos/community-staging-i686/PKGBUILD
    (from rev 148560, geos/trunk/PKGBUILD)
  geos/repos/community-staging-i686/geos.changelog
    (from rev 148560, geos/trunk/geos.changelog)
  geos/repos/community-staging-x86_64/
  geos/repos/community-staging-x86_64/PKGBUILD
    (from rev 148559, geos/trunk/PKGBUILD)
  geos/repos/community-staging-x86_64/geos.changelog
    (from rev 148560, geos/trunk/geos.changelog)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   31 ++++++++++++++++++++++++++++++
 community-staging-i686/geos.changelog   |   17 ++++++++++++++++
 community-staging-x86_64/PKGBUILD       |   31 ++++++++++++++++++++++++++++++
 community-staging-x86_64/geos.changelog |   17 ++++++++++++++++
 4 files changed, 96 insertions(+)

Copied: geos/repos/community-staging-i686/PKGBUILD (from rev 148560, geos/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 17:08:53 UTC (rev 148561)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=geos
+pkgver=3.5.0
+pkgrel=2
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64' 'i686')
+url="http://trac.osgeo.org/geos/"
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('49982b23bcfa64a53333dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: geos/repos/community-staging-i686/geos.changelog (from rev 148560, geos/trunk/geos.changelog)
===================================================================
--- community-staging-i686/geos.changelog	                        (rev 0)
+++ community-staging-i686/geos.changelog	2015-12-05 17:08:53 UTC (rev 148561)
@@ -0,0 +1,17 @@
+2015-10-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.5.0-1
+
+2013-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.4.1-1
+
+2013-04-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.5-1

Copied: geos/repos/community-staging-x86_64/PKGBUILD (from rev 148559, geos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 17:08:53 UTC (rev 148561)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=geos
+pkgver=3.5.0
+pkgrel=2
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64' 'i686')
+url="http://trac.osgeo.org/geos/"
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('49982b23bcfa64a53333dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: geos/repos/community-staging-x86_64/geos.changelog (from rev 148560, geos/trunk/geos.changelog)
===================================================================
--- community-staging-x86_64/geos.changelog	                        (rev 0)
+++ community-staging-x86_64/geos.changelog	2015-12-05 17:08:53 UTC (rev 148561)
@@ -0,0 +1,17 @@
+2015-10-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.5.0-1
+
+2013-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.4.1-1
+
+2013-04-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.3.5-1



More information about the arch-commits mailing list