Age | Commit message (Collapse) | Author |
|
* gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Add netcdf.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite.
[arguments]: Add --with-sqlite3 to #:configure-flags.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Add expat.
[arguments]: Add --with-expat to #:configure-flags.
|
|
* gnu/packages/geo.scm (libspatialindex): Update to 1.9.3.
[build-system]: Switch to cmake-build-system.
[source]: Update URI.
|
|
* gnu/packages/geo.scm (postgis): Update to 3.0.0.
[inputs]: Add json-c and libjpeg-turbo. Replace proj.4 with proj.
|
|
* gnu/packages/geo.scm (gdal): Update to 3.0.2.
[inputs]: Add proj.
|
|
* gnu/packages/patches/libgeotiff-adapt-test-script-for-proj-6.2.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/geo.scm (libgeotiff): Update to 1.5.1.
[inputs]: Replace proj.4 with proj.
[sources]: Add libgeotiff-adapt-test-script-for-proj-6.2.patch
to patches.
|
|
* gnu/packages/geo.scm (proj): New variable.
|
|
* gnu/packages/geo.scm (geos): Update to 3.8.0.
|
|
* gnu/packages/geo.scm (josm): Update to 15553.
|
|
* gnu/packages/geo.scm (gnome-maps): Update to 3.32.2.1.
|
|
* gnu/packages/geo.scm (python-geoip2): New variable.
|
|
* gnu/packages/geo.scm (python-maxminddb): New variable.
|
|
* gnu/packages/geo.scm (libmaxminddb): New variable.
|
|
* gnu/packages/geo.scm (josm): New variable.
|
|
* gnu/packages/geo.scm (java-jmapviewer): New variable.
|
|
* gnu/packages/geo.scm (gnome-maps)[arguments]: Add phase to skip
creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
|
|
* gnu/packages/geo.scm (libspatialindex): new variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/geo.scm (postgis): Update to 2.4.8.
|
|
|
|
* gnu/packages/geo.scm (xygrib): Update to 1.2.6.1.
|
|
Fixes <https://bugs.gnu.org/35761>.
* gnu/packages/geo.scm (gnome-maps)[arguments]: Add lib output of
gnome-online-accounts and geocode-glib to LD_LIBRARY_PATH.
[inputs]: Add gnome-online-accounts:lib.
|
|
* gnu/packages/geo.scm (gnome-maps): Update to 3.30.3.1.
[inputs]: Replace gdk-pixbuf with gdk-pixbuf+svg and gnome-online-accounts
with gnome-online-accounts:lib.
[arguments]: Adjust 'wrap' phase accordingly.
|
|
|
|
For <https://issues.guix.gnu.org/issue/36623>, thank to Arne Babenhauserheide
for the original patch.
* gnu/packages/geo.scm (python-gdal): New package.
|
|
|
|
* gnu/packages/geo.scm (xygrib): New variable.
|
|
|
|
* gnu/packages/geo.scm (osm-gps-map): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/geo.scm (gnome-maps): Update to 3.30.2.1.
[build-system]: Use meson-build-system.
[arguments]: Remove configure flags; set glib-or-gtk? flag; update "wrap"
phase.
[native-inputs]: Add gtk+:bin.
|
|
* gnu/packages/geo.scm (osmctools): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/geo.scm (tegola)[arguments]: Adapt the "unpack-path" for the new
unpack phase.
* gnu/packages/geo.scm (tegola)[phases]{set-version}: Update the directory path.
{rename-import}: Remove phase.
|
|
* gnu/packages/geo.scm (imposm3)[arguments]: Adapt unpack-path for the new
unpack phase.
[phases]: Remove the "rename-import" phase, now obsolete.
|
|
|
|
* gnu/packages/geo.scm (tippecanoe)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/geo.scm (osm2pgsql)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/geo.scm (libosmium)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
|
|
* gnu/packages/geo.scm (protozero): Move from here…
* gnu/packages/protobuf.scm (protozero): …to here.
|
|
* gnu/packages/geo.scm (protozero): Update to 1.6.7.
|
|
* gnu/packages/geo.scm (libgeotiff): Update to 1.4.3.
|
|
|
|
* gnu/packages/geo.scm (geos): Update to 3.7.1.
|
|
* gnu/packages/geo.scm (gnome-maps): Update to 3.28.2.
|
|
* gnu/packages/geo.scm (protozero)[description]: Fix typo.
|
|
* gnu/packages/geo.scm (protozero)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/geo.scm (protozero): Update to 1.6.5.
Re-indent.
|
|
|
|
* gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5,
sqlite-with-column-metadata): Move variables from here...
* gnu/packages/sqlite.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/apl.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/code.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/dc.scm,
gnu/packages/disk.scm,
gnu/packages/ebook.scm,
gnu/packages/education.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/file-systems.scm,
gnu/packages/freedesktop.scm,
gnu/packages/ftp.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gnome.scm,
gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/gps.scm,
gnu/packages/guile.scm,
gnu/packages/ibus.scm,
gnu/packages/kerberos.scm,
gnu/packages/kodi.scm,
gnu/packages/lisp.scm,
gnu/packages/mail.scm,
gnu/packages/messaging.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nfs.scm,
gnu/packages/ocaml.scm,
gnu/packages/package-management.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/php.scm,
gnu/packages/python.scm,
gnu/packages/qt.scm,
gnu/packages/ruby.scm,
gnu/packages/scheme.scm,
gnu/packages/sync.scm,
gnu/packages/syndication.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/web-browsers.scm,
gnu/packages/webkit.scm: Adjust module references.
|