From eebfa0e77ebbad59887f17c8fa7a0ec6dabb8f09 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 00:43:16 +0300 Subject: [PATCH] geos:ver bump --- science/gis/geos/actions.py | 11 ++++++++--- science/gis/geos/pspec.xml | 27 +++++++++++++++++++-------- science/gis/geos/translations.xml | 7 ++++--- 3 files changed, 31 insertions(+), 14 deletions(-) diff --git a/science/gis/geos/actions.py b/science/gis/geos/actions.py index 5719707608..fdd08913a5 100644 --- a/science/gis/geos/actions.py +++ b/science/gis/geos/actions.py @@ -4,27 +4,32 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -from pisi.actionsapi import get def setup(): + # suppress compiler warnings + pisitools.cxxflags.add("-Wno-suggest-override -Wno-maybe-uninitialized") autotools.configure("--disable-static \ --disable-dependency-tracking \ --enable-python \ --enable-ruby \ --disable-php ") + # fix unused direct dependency analysis pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() - autotools.make("check") shelltools.cd("doc") autotools.make("doxygen-html") +def check(): + autotools.make("check") + def install(): autotools.rawInstall("DESTDIR=%(D)s \ PYTHON_PREFIX=%(D)s/usr/lib/%(V)s \ @@ -32,4 +37,4 @@ def install(): "V": get.curPYTHON()}) pisitools.insinto("/usr/share/doc/geos", "doc/doxygen_docs/html") - pisitools.dodoc("README*", "AUTHORS", "NEWS", "COPYING") + pisitools.dodoc("README*", "COPYING") \ No newline at end of file diff --git a/science/gis/geos/pspec.xml b/science/gis/geos/pspec.xml index 78e1496b47..133774e9e0 100644 --- a/science/gis/geos/pspec.xml +++ b/science/gis/geos/pspec.xml @@ -1,22 +1,23 @@ - + geos - http://geos.refractions.net + https://trac.osgeo.org/geos/ PisiLinux Community admins@pisilinux.org + science.gis LGPLv2 library Geometry engine library for Geographic Information Systems GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). - http://download.osgeo.org/geos/geos-3.7.2.tar.bz2 + http://download.osgeo.org/geos/geos-3.8.1.tar.bz2 + swig doxygen ruby-devel - swig python-devel @@ -26,14 +27,16 @@ geos + Geometry engine library for Geographic Information Systems ruby - python libgcc + python + rubygems - /usr/bin /usr/lib + /usr/bin /usr/share/doc/geos @@ -42,9 +45,9 @@ geos-devel Development files for geos - geos ruby-devel python-devel + geos /usr/include @@ -53,6 +56,7 @@ geos-docs + Documentation files for geos geos @@ -62,6 +66,13 @@ + + 2020-05-18 + 3.8.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2019-11-20 3.7.2 @@ -105,4 +116,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/science/gis/geos/translations.xml b/science/gis/geos/translations.xml index c544664879..2ee0a0124e 100644 --- a/science/gis/geos/translations.xml +++ b/science/gis/geos/translations.xml @@ -9,11 +9,12 @@ geos-devel geos için geliştirme dosyaları + geos-devel, geos için geliştirme dosyalarını içerir. geos-docs - geos dokümantasyonu + geos için belgelendirme dosyaları + geos-docs, geos için belgelendirme dosyalarını içerir. - - + \ No newline at end of file