Age | Commit message (Expand) | Author |
2022-11-27 | gnu: opencpn: Remove input labels....* gnu/packages/geo.scm (opencpn)[native-inputs]: Remove labels.
| Marius Bakke |
2022-11-27 | gnu: opencpn: Update to 5.6.2....* gnu/packages/geo.scm (opencpn): Update to 5.6.2.
| Marius Bakke |
2022-11-17 | gnu: Add navit....* gnu/packages/geo.scm (navit): New variable.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Denis 'GNUtoo' Carikli |
2022-11-14 | gnu: tegola: Don't use autogenerated tarball....* gnu/packages/geo.scm (tegola)[source]: Download using git-fetch.
| Efraim Flashner |
2022-11-14 | gnu: imposm3: Don't use autogenerated tarball....* gnu/packages/geo.scm (imposm3)[source]: Download using git-fetch.
| Efraim Flashner |
2022-11-06 | gnu: fmt: Update to 9.1.0....* gnu/packages/pretty-print.scm (fmt): Update to 9.1.0.
(fmt-8): New variable.
* gnu/packages/hyperledger.scm (hyperledger-iroha)
[snippet]: Delete trailing #t.
[native-inputs]: Re-indent. Replace fmt with fmt-8.
* gnu/packages/networking.scm (opendht) [inputs]: Replace fmt with fmt-8.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/video.scm (mkvtoolnix): Likewise.
* gnu/packages/aidc.scm (zxing-cpp): Likewise.
* gnu/packages/wm.scm (waybar): Likewise.
* gnu/packages/geo.scm (osm2pgsql): Likewise.
* gnu/packages/graphics.scm (openimageio): Likewise.
* gnu/packages/build-tools.scm (bear): Likewise.
* gnu/packages/networking.scm (restinio): Likewise.
| Maxim Cournoyer |
2022-11-03 | gnu: josm: Udpate to 18583....* gnu/packages/java.scm (josm): Update to 18583.
| Julien Lepiller |
2022-11-03 | gnu: java-commons-jcs: Update to 3.1....* gnu/packages/java.scm (java-commons-jcs): Update to 3.1.
(josm)[arguments]: Remove now unneeded phase.
| Julien Lepiller |
2022-11-03 | gnu: java-opening-hours-parser: Update to 0.27.0....* gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.27.0.
| Julien Lepiller |
2022-10-05 | gnu: gnome-maps: Properly wrap GI_TYPELIB_PATH....This fixes a bug reported by pkill9 and tschilptschilp23 in IRC.
See <http://logs.guix.gnu.org/guix/2022-10-01.log#031053> and
<http://logs.guix.gnu.org/guix/2022-10-05.log#214334>.
It does so by using a snippet that's also applied in gnome-shell.
* gnu/packages/geo.scm (gnome-maps)[#:phases]: Remove ‘patch-dbus-service’.
Update ‘wrap’ so that it uses GJS-specific wrapping code rather than
wrap-program.
| Liliana Marie Prikler |
2022-10-05 | gnu: gnome-maps: Delete trailing space....* gnu/packages/geo.scm (gnome-maps)[inputs]: Delete trailing spaces.
| Liliana Marie Prikler |
2022-10-05 | gnu: gnome-maps: Update to 43.0....* gnu/packages/geo.scm (gnome-maps): Update to 43.0.
[arguments]<#:meson>: Use meson-0.63.
<#:phases>: Replace ‘skip-gtk-update-icon-cache’ with
‘skip-cache-and-database-updates’. Update accordingly.
| Liliana Marie Prikler |
2022-09-26 | gnu: libspatialite: Disable tests....Several tests fail since the update of Proj to version 9, but the library
seems to be working as the test phases of dependents are passing.
* gnu/packages/geo.scm (libspatialite)[arguments]: Disable tests.
| Guillaume Le Vaillant |
2022-09-17 | gnu: saga: Fix build with newer libHaru....* gnu/packages/geo.scm (saga)[modules, snippet]: New fields.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Paul A. Patience |
2022-09-15 | gnu: proj.4: Restore package....Partially revert f7a12f9224: the proj.4 still has a user, r-proj4.
* gnu/packages/geo.scm (proj.4): New variable.
| Maxim Cournoyer |
2022-09-15 | gnu: maknik: Really fix the build....* gnu/packages/geo.scm (mapnik)
[phases]{disable-problematic-tests}: Fix typo.
| Maxim Cournoyer |
2022-09-15 | gnu: catch-framework2: Rename variable to catch2....Automated with:
git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
| Maxim Cournoyer |
2022-09-15 | gnu: maknik: Update to 3.1.0-0.8110349 to fix build....* gnu/packages/geo.scm (maknik): Update to 3.1.0-0.8110349.
[source]: Fetch from git.
[build-system]: Switch to qt-build-system.
[cmake, configure-flags, phases]: New arguments.
[native-inputs]: Add catch-framework2.
[inputs]: Replace proj.4 with proj.
(proj.4): Delete variable.
| Maxim Cournoyer |
2022-09-13 | gnu: gnome-maps: Update to 43.rc....* gnu/packages/geo.scm (gnome-maps): Update to 43.rc.
[arguments]: Use gexps.
[phases]{patch-dbus-service}: Use #$output.
{wrap}: Do not wrap with LD_LIBRARY_PATH, which now seems extraneous. Delete
trailing #t.
[native-inputs]: Add glib:bin. Remove labels.
[inputs]: Remove labels and sort. Add pango-next. Replace
libchamplain with libshumate, rest with rest-next, webkitgtk-with-libsoup2
with webkitgtk and libsoup-minimal-2 with libsoup.
| Maxim Cournoyer |
2022-09-13 | gnu: gnome-online-accounts: Update to 3.45.2, remove "lib" output....* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.45.2.
[build-system]: Use meson-build-system.
[glib-or-gtk?]: New argument.
[phases]{patch-libgoa-output}: Delete phase.
{disable-gtk-update-icon-cache}: New phase.
[native-inputs]: Add gettext-minimal.
[inputs]: Replace rest with rest-next; replace webkitgtk-with-libsoup2 with
webkitgtk. Add gcr and mit-krb5.
(gnome-recipes): Adjust for the removed gnome-online-accounts output.
(gnome-music, gnome-online-miners, gnome-initial-setup): Likewise.
(libgdata, gnome-contacts, grilo-plugins, evolution-data-server)
(gnome-shell, gnome-todo, gnome-calendar, gnome-shell-extensions)
(gnome-calculator, gnome-latex): Likewise.
(gnome-online-accounts-3.44): New variable.
* gnu/packages/geo.scm (gnome-maps): Likewise.
* gnu/packages/webkit.scm: Update comment.
| Maxim Cournoyer |
2022-09-12 | gnu: proj: Update to 9.1.0 and propagate libraries....* gnu/packages/geo.scm (proj): Update to 9.1.0.
[arguments]: Delete field.
[inputs]: Remove libjpeg-turbo and move to...
[propagated-inputs]: ... here.
| Maxim Cournoyer |
2022-09-11 | gnu: qmapshack: Add curl dependency....* gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
| Guillaume Le Vaillant |
2022-09-11 | gnu: qgis: Disable failing tests....* gnu/packages/geo.scm (qgis)[arguments]: Disable failing tests in
'check phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: gplates: Add curl dependency....* gnu/packages/geo.scm (gplates)[inputs]: Add curl.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: openorienteering-mapper: Add curl dependency....* gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: python-cartopy: Update to 0.20.3....* gnu/packages/geo.scm (python-cartopy): Update to 0.20.3.
[propagated-inputs]: Add python-pyproj.
[inputs]: Add comment to explain why proj is needed after depending on
python-pyproj.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: python-pyproj: Update to 3.3.1....* gnu/packages/geo.scm (python-pyproj): Update to 3.3.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: proj: Update to 9.0.1....* gnu/packages/geo.scm (proj): Update to 9.0.1.
[arguments]: Remove fix-version phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: xygrib: Build against proj-7....* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj with proj-7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-11 | gnu: Add proj-7....* gnu/packages/geo.scm (proj-7): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-09-02 | gnu: qgis: Update to 3.26.2....* gnu/packages/geo.scm (qgis): Update to 3.26.2.
[native-inputs]: Add python-pyqt-builder.
[inputs]: Add bash-minimal and zstd:lib.
[arguments]: Update 'configure-pyqt5-sip-path' and 'check' phases. Remove
trailing booleans.
| Guillaume Le Vaillant |
2022-08-28 | gnu: gnome-maps: Update to 42.2....* gnu/packages/geo.scm (gnome-maps): Update to 42.2.
[inputs]: Change from LIBGWEATHER to LIBGWEATHER4.
| Marius Bakke |
2022-08-17 | gnu: gdal: Update to 3.5.1....* gnu/packages/geo.scm (gdal): Update to 3.5.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: python-maxminddb: Update to 2.2.0....* gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: libmaxminddb: Update to 1.6.0....* gnu/packages/geo.scm (libmaxminddb): Update to 1.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: geos: Update to 3.11.0....* gnu/packages/geo.scm (geos): Update to 3.11.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: osm2pgsql: Update to 1.7.0....* gnu/packages/geo.scm (osm2pgsql): Update to 1.7.0.
[source]: Update snippet.
[inputs]: Add fmt and rapidjson.
[arguments]: Update 'configure-flags'.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Nikolay Korotkiy |
2022-07-31 | gnu: qttools: Rename to qttools-5....Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtwebengine: Rename to qtwebengine-5....Automated with:
git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtwebchannel: Rename to qtwebchannel-5....Automated via:
git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtdeclarative: Rename to qtdeclarative-5....Automated via the following commands:
git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
| Maxim Cournoyer |
2022-07-18 | gnu: qgis: Disable failing tests....* gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after
upgrading geos to 3.10.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: saga: Update to 8.2.1....* gnu/packages/geo.scm (saga): Update to 8.2.1.
[build-system]: Use cmake-build-system.
[arguments]: Set tests? to #f as there are no tests.
Add phase for changing into saga-gis directory which contains the
actual source code.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: geos: Update to 3.10.2....* 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/.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: grass: Update to 7.8.7....* gnu/packages/geo.scm (grass): Update to 7.8.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-18 | gnu: libgeotiff: Update to 1.7.1....* gnu/packages/geo.scm (libgeotiff): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-07-13 | gnu: mapnik: Update to 3.1.0....The build still fails, but hopefully it gets us closer.
* gnu/packages/geo.scm (mapnik): Update to 3.1.0.
| Maxim Cournoyer |
2022-07-08 | gnu: gdal: Use cmake-build-system....Gdal declared its configure script as deprecated with the release of
version 3.5 and is planning to deprecate it with release 3.6 which is
scheduled for November 2022.
* gnu/packages/geo.scm (gdal)[build-system]: Use cmake-build-system.
[arguments]: Remove configure flags for library search paths;
they are found automatically by cmake now. Add
-DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL and
-DGDAL_USE_JPEG12_INTERNAL=OFF to get approximately the same results
as with the old configure script.
[inputs]: Remove pcre. Add pcre2 and qhull.
| Felix Gruber |
2022-07-03 | gnu: Add Climate Data Operators....* gnu/packages/geo.scm (cdo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| r0man |