Age | Commit message (Expand) | Author |
2021-09-08 | gnu: josm: Update to 18193....* gnu/packages/geo.scm (josm): Update to 18193.
| Clément Lassieur |
2021-08-27 | 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.
| Clément Lassieur |
2021-08-27 | gnu: java-opening-hours-parser: Update to 0.23.0....* gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.23.0.
| Clément Lassieur |
2021-07-25 | gnu: marble-qt: Fix source file name....* gnu/packages/geo.scm (marble-qt)[source]: Add a FILE-NAME field.
| Tobias Geerinckx-Rice |
2021-07-25 | 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.
| Tobias Geerinckx-Rice |
2021-07-25 | 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>
| Wiktor Żelazny |
2021-07-23 | gnu: gnome-maps: Update to 3.38.5....* gnu/packages/geo.scm (gnome-maps): Update to 3.38.5.
| Leo Prikler |
2021-07-12 | gnu: gnome-maps: Update to 3.36.7....* gnu/packages/geo.scm (gnome-maps): Update to 3.36.7.
| Leo Prikler |
2021-07-02 | 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.
| Hartmut Goebel |
2021-06-29 | gnu: python2-mapnik: Remove package....* gnu/packages/geo.scm (python2-mapnik): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2021-06-25 | gnu: postgis: Update to 3.1.2....* gnu/packages/geo.scm (postgis): Update to 3.1.2.
| Tobias Geerinckx-Rice |
2021-06-23 | gnu: Add python-cartopy....* gnu/packages/geo.scm (python-cartopy): New variable.
| Vinicius Monego |
2021-06-23 | gnu: Add python-pyshp....* gnu/packages/geo.scm (python-pyshp): New variable.
| Vinicius Monego |
2021-06-14 | 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.
| Maxim Cournoyer |
2021-04-09 | 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.
| Brendan Tildesley |
2021-04-03 | 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>
| Felix Gruber |
2021-04-03 | 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>
| Felix Gruber |
2021-03-29 | 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>
| Felix Gruber |
2021-03-29 | 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>
| Felix Gruber |
2021-03-29 | gnu: Add librasterlite2....* gnu/packages/geo.scm (librasterlite2): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-03-29 | 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>
| Felix Gruber |
2021-03-27 | 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'.
| Mark H Weaver |
2021-03-09 | gnu: xygrib: Fix compiling with newer qt....* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to add missing
include header.
| Efraim Flashner |
2021-03-05 | 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>
| Felix Gruber |
2021-02-27 | 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>
| Felix Gruber |
2021-02-09 | gnu: postgis: Update to 3.1.1....* gnu/packages/geo.scm (postgis): Update to 3.1.1.
[inputs]: Add protobuf-c.
| Guillaume Le Vaillant |
2021-02-08 | 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.
| Guillaume Le Vaillant |
2021-02-08 | 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.
| Guillaume Le Vaillant |
2021-02-03 | gnu: qmapshack: Update to 1.15.2....* gnu/packages/geo.scm (qmapshack): Update to 1.15.2.
| Guillaume Le Vaillant |
2021-01-27 | gnu: Add shapelib...* gnu/packages/geo.scm (shapelib): New variable
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher |
2021-01-02 | gnu: routino: Update to 3.3.3....* gnu/packages/geo.scm (routino): Update to 3.3.3.
| Tobias Geerinckx-Rice |
2020-12-29 | 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.
| Christopher Baines |
2020-12-29 | gnu: gnome-maps: Patch DBUS service....* gnu/packages/geo.scm (gnome-maps):
[arguments]<#:phases>: Add patch-dbus-service.
| Leo Prikler |
2020-12-23 | gnu: grass: Update to 7.8.5....* gnu/packages/geo.scm (grass): Update to 7.8.5.
| Tobias Geerinckx-Rice |
2020-12-13 | gnu: josm: Update to 17329....* gnu/packages/geo.scm (josm): Update to 17329.
| Julien Lepiller |
2020-12-01 | 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>
| Felix Gruber |
2020-12-01 | gnu: Add librttopo....* gnu/packages/geo.scm (librttopo): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2020-11-24 | gnu: postgis: Update to 3.0.3....* gnu/packages/geo.scm (postgis): Update to 3.0.3.
| Tobias Geerinckx-Rice |
2020-11-19 | gnu: Don't append '.git' to GitHub uris....* gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI.
* gnu/packages/aidc.scm (zxing-cpp),
* gnu/packages/assembly.scm (mbuild),
* gnu/packages/audio.scm (opensles, wildmidi, tinyalsa),
* gnu/packages/browser-extensions.scm (ublock-origin-chromium),
* gnu/packages/check.scm (mutest),
* gnu/packages/compression.scm (unshield),
* gnu/packages/coq.scm (subset),
* gnu/packages/dictionaries.scm (translate-shell),
* gnu/packages/disk.scm (memkind),
* gnu/packages/documentation.scm (latex2html),
* gnu/packages/emacs-xyz.scm (emacs-chronometrist,
emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline,
emacs-org-generate),
* gnu/packages/embedded.scm (ebusd, ebusd-configuration),
* gnu/packages/enchant.scm (nuspell),
* gnu/packages/fontutils.scm (woff2),
* gnu/packages/geo.scm (memphis),
* gnu/packages/gimp.scm (mrg),
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator),
* gnu/packages/gnome.scm (parlatype),
* gnu/packages/golang.scm (go-github-com-tv42-httpunix,
go-github-com-ayufan-golang-kardianos-service),
* gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm,
directfb, flux),
* gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual,
graphene),
* gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent),
* gnu/packages/image.scm (openjpeg-data),
* gnu/packages/java.scm (javacc),
* gnu/packages/language.scm (liblouis, liblouisutdml),
* gnu/packages/linux.scm (pamela, ttyebus),
* gnu/packages/lxqt.scm (lxqt-connman-applet),
* gnu/packages/mail.scm (libetpan),
* gnu/packages/man.scm (ronn),
* gnu/packages/music.scm (tascam-gtk, artyfx),
* gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg),
* gnu/packages/python-crypto.scm (pure-python-otr),
* gnu/packages/qt.scm (qtspell),
* gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware),
* gnu/packages/rdp.scm (freerdp),
* gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme,
ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor,
ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop,
ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn),
* gnu/packages/syncthing.scm (syncthing-gtk),
* gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265,
tslib),
* gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same.
| Efraim Flashner |
2020-10-26 | gnu: qgis: Fix many plugins....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>
| Jonathan Brielmaier |
2020-10-22 | gnu: josm: Update to 17084....* gnu/packages/geo.scm (josm): Update to 17084.
| Julien Lepiller |
2020-10-16 | gnu: grass: Fix start-up without python@3 in profile....* gnu/packages/geo.scm (grass)[arguments]: Rename ‘wrap-python’ phase to
‘python:wrap’. Add ‘wrap-with-python-interpreter’ phase.
| Tobias Geerinckx-Rice |
2020-10-16 | gnu: grass: Update to 7.8.4....* gnu/packages/geo.scm (grass): Update to 7.8.4.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: josm: Update to 17013....* gnu/packages/geo.scm (josm): Update to 17013.
| Julien Lepiller |
2020-09-30 | gnu: Fix package references....* gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package
inputs.
* gnu/packages/astronomy.scm (xplanet),
* gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb),
* gnu/packages/bioconductor.scm (r-cummerbund),
* gnu/packages/chicken.scm (chicken),
* gnu/packages/conky.scm (conky),
* gnu/packages/cran.scm (r-latex2exp),
* gnu/packages/crates-io.scm (rust-rgb),
* gnu/packages/databases.scm (mariadb),
* gnu/packages/diffoscope.scm (reprotest),
* gnu/packages/file-systems.scm (glusterfs),
* gnu/packages/finance.scm (electron-cash),
* gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo),
* gnu/packages/geo.scm (grass),
* gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue),
* gnu/packages/gnucash.scm (aqbanking),
* gnu/packages/image.scm (mtpaint),
* gnu/packages/kde-internet.scm (kopete, ktorrent),
* gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer),
* gnu/packages/linphone.scm (liblinphone),
* gnu/packages/maths.scm (ppl),
* gnu/packages/mercury.scm (mercury-minimal),
* gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins,
spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2),
* gnu/packages/networking.scm (restinio),
* gnu/packages/prolog.scm (swi-prolog),
* gnu/packages/python-web.scm (gunicorn),
* gnu/packages/python-xyz.scm (python-docusign-esign),
* gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable),
* gnu/packages/sagemath.scm (python-cypari2),
* gnu/packages/skarnet.scm (s6-linux-init),
* gnu/packages/vpn.scm (sshuttle),
* gnu/packages/web.scm (libcyaml),
* gnu/packages/xdisorg.scm (kbdd),
* gnu/packages/xorg.scm (xpra): Same.
| Efraim Flashner |
2020-09-13 | gnu: josm: Fix formatting and install more files....This means that JOSM appears in the GNOME Shell menu.
* gnu/packages/geo.scm (josm)[source]: Replace tab character.
[arguments]: Reduce line length, and add install-share-directories phase.
| Christopher Baines |
2020-08-18 | gnu: postgis: Update to 3.0.2....* gnu/packages/geo.scm (postgis): Update to 3.0.2.
| Tobias Geerinckx-Rice |
2020-08-18 | gnu: Add memphis....* gnu/packages/geo.scm (memphis): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2020-08-11 | gnu: geos: Update to 3.8.1....* gnu/packages/geo.scm (geos): Update to 3.8.1.
| Tobias Geerinckx-Rice |
2020-08-11 | gnu: readosm: Update to 1.1.0a....* gnu/packages/geo.scm (readosm): Update to 1.1.0a.
| Tobias Geerinckx-Rice |