3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

213 commits

Author SHA1 Message Date
Julien Lepiller
08326f3d62
gnu: Add gplates.
* gnu/packages/geo.scm (gplates): New variable.
2021-11-19 00:02:05 +01:00
Vinicius Monego
3288d6bf76
gnu: Add python-rtree.
* gnu/packages/geo.scm (python-rtree): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-15 17:49:24 +01:00
Felix Gruber
dc8e9d6f88
gnu: osm2pgsql: Update to 1.5.1.
* gnu/packages/geo.scm (osm2pgsql): Update to 1.5.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-07 10:01:31 +01:00
Felix Gruber
b217208dd0
gnu: libosmium: Update to 2.17.1.
* gnu/packages/geo.scm (libosmium): Update to 2.17.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-07 09:56:55 +01:00
Felix Gruber
371aa5777a
gnu: Add python-geopandas.
* gnu/packages/geo.scm (python-geopandas): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:30 +02:00
Felix Gruber
e159047e3c
gnu: Add python-fiona.
* gnu/packages/geo.scm (python-fiona): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:30 +02:00
Felix Gruber
1c27038a06
gnu: Add python-pyproj.
* gnu/packages/geo.scm (python-pyproj): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:30 +02:00
Felix Gruber
2a312105f2
gnu: proj: Update to 7.2.1.
* gnu/packages/geo.scm (proj): Update to 7.2.1.
  [build-system]: Change to cmake-build-system.
  [arguments]: Add configure flag to find googletest.
  [inputs]: Add curl, libjpeg-turbo and libtiff.
  [native-inputs]: Add googletest.
  [description]: Consistently call the package Proj, instead of Proj,
  PROJ or proj.  Use @acronym to define CRS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:29 +02:00
Tobias Geerinckx-Rice
8452772433
gnu: quazip: Update to 1.1.
* gnu/packages/compression.scm (quazip): Redefine as an heir to the…
(quazip-0): …new name of the previous package definition.
Adjust all packages with quazip as input to use quazip-0.
2021-10-06 01:44:56 +02:00
Felix Gruber
acf1cae83d
gnu: xygrib: Depend on proj instead of proj.4.
* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-04 09:53:01 +03:00
Felix Gruber
552fde3b1e
gnu: grass: Depend on proj instead of proj.4.
* gnu/packages/geo.scm (grass)[inputs]: Replace proj.4 with proj.
[arguments]: Change --with-proj-share.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-04 09:37:25 +03:00
Clément Lassieur
f9fd3752f6
gnu: josm: Fix .desktop file.
* gnu/packages/geo.scm (josm)[arguments]: In 'install-share-directories'
phase, change org-openstreetmap-josm-MainApplication to
org-openstreetmap-josm-gui-MainApplication.
2021-09-21 17:25:26 +02:00
Clément Lassieur
5c5e9d4e50
gnu: josm: Update to 18193.
* gnu/packages/geo.scm (josm): Update to 18193.
2021-09-08 11:49:51 +02:00
Clément Lassieur
7125b0d8a1
gnu: josm: Update to 18118.
* gnu/packages/geo.scm (josm): Update to 18118.
[inputs]: Add java-jsr305.
[arguments]<#:phases>{fix-jcs}: Replace ICache.NAME_COMPONENT_DELIMITER with
what it points to (":") because its location changed with jcs3.
2021-08-27 16:36:07 +02:00
Clément Lassieur
c9f6fe2c57
gnu: java-opening-hours-parser: Update to 0.23.0.
* gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.23.0.
2021-08-27 16:23:31 +02:00
Tobias Geerinckx-Rice
cbeafb35e8
gnu: marble-qt: Fix source file name.
* gnu/packages/geo.scm (marble-qt)[source]: Add a FILE-NAME field.
2021-07-25 19:53:05 +02:00
Tobias Geerinckx-Rice
199f9e9170
gnu: marble-qt: Fix Git source URL.
The package failed to build with:
fatal: remote error: Please use the https: protocol to connect to anongit

Fix the protocol & follow the subsequent HTTP redirection.

* gnu/packages/geo.scm (marble-qt)[source]: Fix upstream URL.
2021-07-25 19:53:05 +02:00
Wiktor Żelazny
769326cf18
gnu: Add marble-qt.
* gnu/packages/patches/marble-qt-add-qt-headers.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/geo.scm (marble-qt): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-25 13:51:45 +02:00
Leo Prikler
4e19ad0fde
gnu: gnome-maps: Update to 3.38.5.
* gnu/packages/geo.scm (gnome-maps): Update to 3.38.5.
2021-07-23 12:41:01 +02:00
Leo Prikler
718c09cf73
gnu: gnome-maps: Update to 3.36.7.
* gnu/packages/geo.scm (gnome-maps): Update to 3.36.7.
2021-07-12 15:03:24 +02:00
Hartmut Goebel
7e24e1e58d
guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.
Unify (guix qt-build-system wrap-all-programs) and
(guix qt-utils wrap-qt-program), so both behave the same.
The functions now reside in qt-utils to make them easily available for
packages not using the qt-build-system.

* guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs):
  Move from here ...
* guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs):
  ... to here. Base the later on
  (wrap-qt-program*): New function, carved out from old wrap-all-programs.
  (wrap-qt-program): Base on wrap-qt-program*, change arguments in an
  incompatible way.
* gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}:
  Adjust to new interface of wrap-qt-program.
* gnu/packages/finance.scm (electron-cash): Likewise.
* gnu/packages/geo.scm (qgis): Likewise.
* gnu/packages/password-utils.scm (qtpass): Likewise.
* gnu/packages/video.scm (openshot): Likewise.
* gnu/packages/web-browsers.scm (kristall): Likewise.
2021-07-02 16:50:09 -04:00
zimoun
61e88d28f4
gnu: python2-mapnik: Remove package.
* gnu/packages/geo.scm (python2-mapnik): Remove variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-29 12:37:32 +02:00
Tobias Geerinckx-Rice
b8418eeed4
gnu: postgis: Update to 3.1.2.
* gnu/packages/geo.scm (postgis): Update to 3.1.2.
2021-06-25 18:42:49 +02:00
Vinicius Monego
5ab7fbad27
gnu: Add python-cartopy.
* gnu/packages/geo.scm (python-cartopy): New variable.
2021-06-23 06:45:21 +02:00
Vinicius Monego
ac8fb4b9f4
gnu: Add python-pyshp.
* gnu/packages/geo.scm (python-pyshp): New variable.
2021-06-23 06:45:20 +02:00
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Brendan Tildesley
c990604cb0
gnu: python-sip: Update to 5.5.0. Add python-sip-4
* gnu/packages/qt.scm (python-sip): Update to 5.5.0.
(python-sip-4): New variable. Rename the old python-sip to python-sip-4.
(python2-sip): Inherit from python-sip-4.
* gnu/packages/maths.scm (veusz)[native-inputs]: Use python-sip-4.
* gnu/packages/pdf.scm (python-poppler-qt5): Use python-sip-4.
* gnu/packages/geo.scm (qgis)[arguments]: Fix build for python-sip@5.
2021-04-09 16:09:23 -04:00
Felix Gruber
f4b78c22a1
gnu: tippecanoe: Update to 1.36.0.
* gnu/packages/geo.scm (tippecanoe): Update to 1.36.0.
  [arguments]: Use cc-for-target instead of hard-coding gcc.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-03 14:58:43 +02:00
Felix Gruber
35351dfd97
gnu: saga: Update to 7.9.0.
* gnu/packages/geo.scm (saga): Update to 7.9.0.
  [inputs]: Replace proj.4 with proj.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-03 14:58:43 +02:00
Felix Gruber
46884fc4df
gnu: libgaiagraphics: Remove package.
The libgaiagraphics package was deprecated upstream in 2014 in favor of
librasterlite2 and after the update of spatialite-gui there are no more
packages that depend on it.

* gnu/packages/geo.scm (libgaiagraphics): Remove variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-29 11:56:05 +02:00
Felix Gruber
9bd2478e2c
gnu: spatialite-gui: Update to 2.1.0-beta1.
* gnu/packages/geo.scm (spatialite-gui): Update to 2.1.0-beta1.
  [inputs]: Replace proj.4 with proj and wxwidgets-2 with wxwidgets.
  Add curl, giflib, librasterlite2, librttopo, libwebp, libxlsxwriter,
  lz4, minizip, openjpeg, postgresql, virtualpg, zstd.
  Remove libgaiagraphics and zlib.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-29 11:56:05 +02:00
Felix Gruber
3eb14c28d5
gnu: Add librasterlite2.
* gnu/packages/geo.scm (librasterlite2): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-29 11:56:05 +02:00
Felix Gruber
109f13c098
gnu: libspatialite: Update dependencies.
* gnu/packages/geo.scm (libspatialite, spatialite-tools): Update
  dependencies.
  [inputs]: Replace proj.4 with proj and remove zlib which is not used
  anymore since libspatialite started using minizip.
  (libspatialite)[arguments]: Fix regex to not disable more tests than
  necessary.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-29 11:56:04 +02:00
Mark H Weaver
9dea161875
gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.
* gnu/packages/calendar.scm (libical),
gnu/packages/check.scm (umockdev),
gnu/packages/fontutils.scm (libraqm),
gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing)
(udisks, libfprint, libportal),
gnu/packages/geo.scm (memphis, osm-gps-map),
gnu/packages/glib.scm (template-glib),
gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed)
(gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel)
(libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord)
(geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager)
(network-manager-applet, gfbgraph, libunique, cheese, libhandy)
(gnome-latex, libgda),
gnu/packages/gstreamer.scm (orc),
gnu/packages/gtk.scm (at-spi2-core, goocanvas),
gnu/packages/language.scm (nimf),
gnu/packages/networking.scm (libnice),
gnu/packages/video.scm (schroedinger),
gnu/packages/virtualization.scm (libosinfo),
gnu/packages/webkit.scm (wpewebkit, webkitgtk),
gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with
'gtk-doc/stable'.
2021-03-27 19:48:50 -04:00
40b3e9da49
gnu: xygrib: Fix compiling with newer qt.
* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to add missing
include header.
2021-03-09 15:32:05 +02:00
Felix Gruber
b2a94e59b8
gnu: virtualpg: Update to 2.0.1.
* gnu/packages/geo.scm (virtualpg): Update to 2.0.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-03-05 13:47:43 +01:00
Felix Gruber
f33e773ca7
gnu: libspatialite: Update to 5.0.1.
* gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:21:18 +01:00
Guillaume Le Vaillant
47df463393
gnu: postgis: Update to 3.1.1.
* gnu/packages/geo.scm (postgis): Update to 3.1.1.
  [inputs]: Add protobuf-c.
2021-02-09 10:45:43 +01:00
Guillaume Le Vaillant
4cd8bab7d4
gnu: qgis: Update to 3.16.3.
* gnu/packages/geo.scm (qgis): Update to 3.16.3.
  [inputs]: Add protobuf.
  [arguments]: Update 'configure-pyqt5-sip-path' and 'check' phases.
2021-02-08 17:07:52 +01:00
Guillaume Le Vaillant
5e686e0a2c
gnu: qgis: Disable SAGA.
QGIS support for SAGA is currently not working.

* gnu/packages/geo.scm (qgis)[inputs]: Remove saga.
  [arguments]: Remove PATH wrapping for saga.
2021-02-08 17:07:52 +01:00
Guillaume Le Vaillant
fc5948636b
gnu: qmapshack: Update to 1.15.2.
* gnu/packages/geo.scm (qmapshack): Update to 1.15.2.
2021-02-03 21:27:28 +01:00
Sharlatan Hellseher
6be6945251
gnu: Add shapelib
* gnu/packages/geo.scm (shapelib): New variable

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-27 21:31:35 +01:00
Tobias Geerinckx-Rice
e2492f5814
gnu: routino: Update to 3.3.3.
* gnu/packages/geo.scm (routino): Update to 3.3.3.
2021-01-02 18:54:14 +01:00
Christopher Baines
b7ab88bc32
gnu: readosm: Update source hash.
Looks like the tarball was changed by upstream, lots of timestamps changed
from 2020-08-02 to 2020-08-23, and there were some minor changes to file
contents.

* gnu/packages/geo.scm (source): Update hash.
2020-12-29 21:49:28 +00:00
Leo Prikler
a2d5f9f60d
gnu: gnome-maps: Patch DBUS service.
* gnu/packages/geo.scm (gnome-maps):
[arguments]<#:phases>: Add patch-dbus-service.
2020-12-29 13:54:49 +01:00
Tobias Geerinckx-Rice
13e5d3b1e1
gnu: grass: Update to 7.8.5.
* gnu/packages/geo.scm (grass): Update to 7.8.5.
2020-12-23 00:54:50 +01:00
Julien Lepiller
1565794703
gnu: josm: Update to 17329.
* gnu/packages/geo.scm (josm): Update to 17329.
2020-12-13 17:55:21 +01:00
Felix Gruber
b202c702ce
gnu: libspatialite: Update to 5.0.0.
* gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.0.
[inputs]: Add new required dependencies minizip and librttopo.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-01 18:43:56 +01:00
Felix Gruber
a051bf405b
gnu: Add librttopo.
* gnu/packages/geo.scm (librttopo): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-01 18:43:56 +01:00
Tobias Geerinckx-Rice
d407dd84e4
gnu: postgis: Update to 3.0.3.
* gnu/packages/geo.scm (postgis): Update to 3.0.3.
2020-11-24 23:49:02 +01:00