* 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>
* 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.
* gnu/packages/geo.scm (josm)[arguments]: In 'install-share-directories'
phase, change org-openstreetmap-josm-MainApplication to
org-openstreetmap-josm-gui-MainApplication.
* 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.
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.
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.
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.
* 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.
* 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>
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>
* 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>
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.
* 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>
Fixes <https://issues.guix.gnu.org/42941>.
This fixes the installation of many plugins.
* gnu/packages/geo.scm (qgis)[inputs]: Add python-future.
Signed-off-by: Christopher Baines <mail@cbaines.net>