aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
Commit message (Collapse)AuthorAge
* gnu: r-mapproj: Update to 1.2.6.Ricardo Wurmus2018-04-21
| | | | * gnu/packages/geo.scm (r-mapproj): Update to 1.2.6.
* gnu: r-maps: Update to 3.3.0.Ricardo Wurmus2018-04-21
| | | | * gnu/packages/geo.scm (r-maps): Update to 3.3.0.
* gnu: Add r-ggmap.Leo Famulari2018-03-15
| | | | * gnu/packages/geo.scm (r-ggmap): New variable.
* gnu: Add r-geosphere.Leo Famulari2018-03-15
| | | | * gnu/packages/geo.scm (r-geosphere): New variable.
* gnu: Add Rgooglemaps.Leo Famulari2018-03-15
| | | | * gnu/packages/geo.scm (r-rgooglemaps): New variable.
* gnu: Add r-mapproj.Leo Famulari2018-03-15
| | | | * gnu/packages/geo.scm (r-mapproj): New variable.
* gnu: Add r-maps.Leo Famulari2018-03-15
| | | | * gnu/packages/geo.scm (r-maps): New variable.
* gnu: Add spatialite-gui.Björn Höfling2018-02-22
| | | | | | * gnu/packages/geo.scm (spatialite-gui): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add libgaiagraphics.Björn Höfling2018-02-22
| | | | | | * gnu/packages/geo.scm (libgaiagraphics): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add libspatialite.Björn Höfling2018-02-22
| | | | | | * gnu/packages/geo.scm (libspatialite): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python2-mapnik.Arun Isaac2018-02-18
| | | | * gnu/packages/geo.scm (python2-mapnik): New variable.
* gnu: Add mapnik.Arun Isaac2018-02-18
| | | | * gnu/packages/geo.scm (mapnik): New variable.
* gnu: gnome-maps: Add missing inputs.Ricardo Wurmus2018-01-23
| | | | | * gnu/packages/geo.scm (gnome-maps)[inputs]: Add libsecret, libsoup, libgweather, gdk-pixbuf, glib-networking, and gsettings-desktop-schemas.
* gnu: geos: Update to 3.6.2.Tobias Geerinckx-Rice2018-01-15
| | | | * gnu/packages/geo.scm (geos): Update to 3.6.2.
* gnu: Add libgeotiff.Björn Höfling2018-01-04
| | | | | | * gnu/packages/geo.scm (libgeotiff): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: gnome-maps: Update to 3.26.2.Kei Kebreau2017-11-02
| | | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.26.2. [arguments]: In 'install' phase, add webkitgtk to LD_LIBRARY_PATH.
* gnu: gnome-maps: Update to 3.24.3.Marius Bakke2017-05-25
| | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.24.3.
* gnu: Add geos.Björn Höfling2017-01-21
| | | | | | * gnu/packages/geo.scm (geos): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add proj.4.Björn Höfling2017-01-17
| | | | | | | * gnu/packages/geo.scm (proj.4): New variable. (gnome-maps): Use license: prefix. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gnome-maps: Update to 3.18.3.Alex Griffin2016-08-19
| | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.18.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add gnome-maps.Leo Famulari2016-06-15
* gnu/packages/geo.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.