all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54420] [PATCH] Add emacs-osm
@ 2022-03-16 12:28 Allan Adair
  2022-03-18 13:55 ` bug#54420: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Allan Adair @ 2022-03-16 12:28 UTC (permalink / raw)
  To: 54420

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-Add-emacs-osm.patch --]
[-- Type: text/x-patch, Size: 1241 bytes --]

From 977dc0a27d593a2888590672dca1b02c8a838841 Mon Sep 17 00:00:00 2001
From: Allan Adair <allan@adair.no>
Date: Wed, 16 Mar 2022 13:21:24 +0100
Subject: [PATCH] gnu: Add emacs-osm.

* gnu/packages/emacs-xyz.scm (emacs-osm): New variable.
---
 gnu/packages/emacs-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 826c2141a9..9ba8b2bef6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30803,3 +30803,20 @@ (define-public emacs-fennel-mode
      "Fennel mode provides font-lock, indentation, navigation, and REPL for
  Fennel code within Emacs.")
     (license license:gpl3+)))
+
+(define-public emacs-osm
+  (package
+   (name "emacs-osm")
+   (version "0.4")
+   (source
+    (origin
+      (method url-fetch)
+      (uri (string-append "https://elpa.gnu.org/packages/osm-" version ".tar"))
+      (sha256
+       (base32 "0dgyn3nx2jyyn0z61k9xn28m2gc9nc8z66kj886l4gnp0k5bbva8"))))
+   (build-system emacs-build-system)
+   (home-page "https://github.com/minad/osm")
+   (synopsis "OpenStreetMap viewer")
+   (description "@code{emacs-osm} is an OpenStreetMap viewer for Emacs")
+   (license license:gpl3+)))
+
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54420: [PATCH] Add emacs-osm
  2022-03-16 12:28 [bug#54420] [PATCH] Add emacs-osm Allan Adair
@ 2022-03-18 13:55 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-18 13:55 UTC (permalink / raw)
  To: Allan Adair; +Cc: 54420-done

Hi,

Allan Adair <allan@adair.no> skribis:

> From 977dc0a27d593a2888590672dca1b02c8a838841 Mon Sep 17 00:00:00 2001
> From: Allan Adair <allan@adair.no>
> Date: Wed, 16 Mar 2022 13:21:24 +0100
> Subject: [PATCH] gnu: Add emacs-osm.
>
> * gnu/packages/emacs-xyz.scm (emacs-osm): New variable.

I too was eager of trying it out.  :-)

I augmented the package description and updated to 0.6 (the 0.4 tar has
already been removed from elpa.gnu.org).  I’ll switch to ‘git-fetch’ to
avoid that.

Thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-18 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 12:28 [bug#54420] [PATCH] Add emacs-osm Allan Adair
2022-03-18 13:55 ` bug#54420: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.