unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 56427@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#56427] [PATCH 2/6] gnu: geos: Update to 3.10.2.
Date: Wed,  6 Jul 2022 18:14:05 +0000	[thread overview]
Message-ID: <20220706181409.133687-2-felgru@posteo.net> (raw)
In-Reply-To: <20220706181139.133223-1-felgru@posteo.net>

* gnu/packages/geo.scm (geos): Update to 3.10.2.
  [build-system]: Use cmake-build-system.
  [arguments]: Remove trailing #t in 'patch-test-shebangs phase.
  [homepage]: Change to https://libgeos.org/.
---
 gnu/packages/geo.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2310100c09..039fd55f3c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -216,7 +216,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
 (define-public geos
   (package
     (name "geos")
-    (version "3.8.1")
+    (version "3.10.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-"
@@ -224,8 +224,8 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1xqpmr10xi0n9sj47fbwc89qb0yr9imh4ybk0jsxpffy111syn22"))))
-    (build-system gnu-build-system)
+                "05apyh6dvv15fax4xvxa0kr622h4y08w9p3274mlqsrqmjcwbfsh"))))
+    (build-system cmake-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases
                    (add-after
@@ -233,11 +233,10 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
                     (lambda _
                       (substitute* '("tests/xmltester/testrunner.sh"
                                      "tests/geostest/testrunner.sh")
-                        (("/bin/sh") (which "sh")))
-                      #t)))))
+                        (("/bin/sh") (which "sh"))))))))
     (inputs
      (list glib))
-    (home-page "https://geos.osgeo.org/")
+    (home-page "https://libgeos.org/")
     (synopsis "Geometry Engine for Geographic Information Systems")
     (description
      "GEOS provides a spatial object model and fundamental geometric
-- 
2.30.2





  parent reply	other threads:[~2022-07-06 18:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-06 18:11 [bug#56427] [PATCH 0/6] Update a bunch of geographical packages Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 1/6] gnu: libgeotiff: Update to 1.7.1 Felix Gruber
2022-07-06 18:14 ` Felix Gruber [this message]
2022-07-06 18:14 ` [bug#56427] [PATCH 3/6] gnu: grass: Update to 7.8.7 Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 4/6] gnu: pcb2gcode: Update to 2.4.0 Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 5/6] gnu: saga: Update to 8.2.1 Felix Gruber
2022-07-06 18:14 ` [bug#56427] [PATCH 6/6] gnu: qgis: Disable failing tests Felix Gruber
2022-07-17 22:03 ` bug#56427: [PATCH 0/6] Update a bunch of geographical packages Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220706181409.133687-2-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=56427@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).