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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Apr 5 12:46:45 UTC 2021


    Date: Monday, April 5, 2021 @ 12:46:44
  Author: jlichtblau
Revision: 911849

archrelease: copy trunk to community-staging-x86_64

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

----------------+
 PKGBUILD       |   36 ++++++++++++++++++++++++++++++++++++
 geos.changelog |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: geos/repos/community-staging-x86_64/PKGBUILD (from rev 911848, geos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-04-05 12:46:44 UTC (rev 911849)
@@ -0,0 +1,36 @@
+# 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.9.1
+pkgrel=1
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64')
+url="https://trac.osgeo.org/geos/"
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(https://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: geos/repos/community-staging-x86_64/geos.changelog (from rev 911848, geos/trunk/geos.changelog)
===================================================================
--- community-staging-x86_64/geos.changelog	                        (rev 0)
+++ community-staging-x86_64/geos.changelog	2021-04-05 12:46:44 UTC (rev 911849)
@@ -0,0 +1,44 @@
+2021-04-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.9.1-1
+
+2020-08-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.8.1-1
+
+2019-11-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.8.0-1
+
+2019-06-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.7.2-1
+
+2018-12-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.7.1-1
+
+2018-09-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.7.0-1
+
+2018-08-11 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.6.3-1
+
+2017-08-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.6.2-1
+
+2017-03-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* geos 3.6.1-1
+
+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