unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Guillaume LE VAILLANT <glv@posteo.net>
To: 36211@debbugs.gnu.org
Cc: glv@posteo.net
Subject: [bug#36211] [PATCH 2/3] gnu: Add osm-gps-map
Date: Fri, 14 Jun 2019 19:27:50 +0200	[thread overview]
Message-ID: <20190614172751.22468-3-glv@posteo.net> (raw)
In-Reply-To: <20190614172751.22468-1-glv@posteo.net>

* gnu/packages/geo.scm (osm-gps-map): New variable.
---
 gnu/packages/geo.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index ec5ace3519..07831c85ca 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -869,3 +869,39 @@ dropping features at lower levels.")
 OpenStreetMap project.  They can be used to convert, filter and update
 OpenStreetMap data files.")
     (license license:agpl3)))
+
+(define-public osm-gps-map
+  (package
+    (name "osm-gps-map")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/nzjrs/osm-gps-map/releases/download/"
+             version
+             "/osm-gps-map-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "11imsf4cz1dpxdjh178k2s29axmq86rkfg1pqmn7incyxmjzhbwg"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("gnome-common" ,gnome-common)
+       ("gtk-doc" ,gtk-doc)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("cairo" ,cairo)
+       ("glib" ,glib)
+       ("gobject-introspection" ,gobject-introspection)
+       ("gtk+" ,gtk+)
+       ("libsoup" ,libsoup)))
+    (home-page "https://nzjrs.github.io/osm-gps-map/")
+    (synopsis "Gtk+ widget for displaying OpenStreetMap tiles")
+    (description
+     "A Gtk+ widget (and Python bindings) that when given GPS coordinates,
+draws a GPS track, and points of interest on a moving map display.
+Downloads map data from a number of websites, including
+@url{https://www.openstreetmap.org}.")
+    (license license:gpl2+)))
-- 
2.22.0

  parent reply	other threads:[~2019-06-14 17:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-14 17:27 [bug#36209] [PATCH 0/3] Add gramps and dependencies Guillaume LE VAILLANT
2019-06-14 17:27 ` [bug#36210] [PATCH 1/3] gnu: Add python-bsddb3 Guillaume LE VAILLANT
2019-06-26 13:27   ` bug#36210: " Ludovic Courtès
2019-06-14 17:27 ` Guillaume LE VAILLANT [this message]
2019-06-26 13:34   ` bug#36211: [PATCH 2/3] gnu: Add osm-gps-map Ludovic Courtès
2019-06-14 17:27 ` [bug#36209] [PATCH 3/3] gnu: Add gramps Guillaume LE VAILLANT
2019-06-26 13:56   ` bug#36209: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190614172751.22468-3-glv@posteo.net \
    --to=glv@posteo.net \
    --cc=36211@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).