diff options
author | ArTourter <artourter@gmail.com> | 2023-11-12 23:57:22 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-13 08:08:33 +0700 |
commit | f2dc5508f1ede0debaa692cf91bfe6dff4a98b16 (patch) | |
tree | 3a2843f55df35ba387404ef7969b1440571a2024 /gis | |
parent | 40de2c4e534d97e3d1dcc74b0a8fdd54c604c518 (diff) |
gis/geos: Updated for version 3.12.1.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/geos/geos.SlackBuild | 11 | ||||
-rw-r--r-- | gis/geos/geos.info | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index 8d88d8464cf5..1e679546fac0 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for geos # Written by Kyle Guinn <elyk03@gmail.com> # Maintained 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2023 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geos -VERSION=${VERSION:-3.12.0} +VERSION=${VERSION:-3.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,10 +79,8 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} + mkdir -p build ( @@ -91,6 +89,7 @@ mkdir -p build -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib$LIBDIRSUFFIX \ -DCMAKE_INSTALL_MANDIR=/usr/man \ $TESTBUILDFLAGS \ -DCMAKE_BUILD_TYPE=Release \ diff --git a/gis/geos/geos.info b/gis/geos/geos.info index 95956b89004a..40eaaee3ed87 100644 --- a/gis/geos/geos.info +++ b/gis/geos/geos.info @@ -1,8 +1,8 @@ PRGNAM="geos" -VERSION="3.12.0" +VERSION="3.12.1" HOMEPAGE="https://libgeos.org/" -DOWNLOAD="https://download.osgeo.org/geos/geos-3.12.0.tar.bz2" -MD5SUM="b2538c3b0b719c64797256ceef5fcc78" +DOWNLOAD="https://download.osgeo.org/geos/geos-3.12.1.tar.bz2" +MD5SUM="36d16fbea7e923c50b33ddb83516c36e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |