all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50305] [PATCH] gnu: Add emacs-dictionary.
@ 2021-08-31 18:52 Simon South
  2021-09-02 20:39 ` bug#50305: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Simon South @ 2021-08-31 18:52 UTC (permalink / raw)
  To: 50305

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 222be589d7..bfdf4e12ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29360,6 +29360,27 @@ shorter than usual, using mostly unprefixed keys.")
 @acronym{CWL, Common Workflow Language} files.")
     (license license:gpl3+)))
 
+(define-public emacs-dictionary
+  (package
+    (name "emacs-dictionary")
+    (version "1.11")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/myrkr/dictionary-el")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0zsjbpq0s0xdxd9r541f04bj1khhgzhdlzr0m4p17zjh1zardbpi"))))
+    (build-system emacs-build-system)
+    (home-page "http://www.myrkr.in-berlin.de/dictionary/index.html")
+    (synopsis "Emacs client for dictionary servers")
+    (description "This package provides commands for interacting with a
+dictionary server (as defined by RFC 2229; by default, the public server at
+dict.org) from within Emacs.")
+    (license license:gpl2+)))
+
 (define-public emacs-multitran
   (package
     (name "emacs-multitran")
-- 
2.33.0





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

* bug#50305: [PATCH] gnu: Add emacs-dictionary.
  2021-08-31 18:52 [bug#50305] [PATCH] gnu: Add emacs-dictionary Simon South
@ 2021-09-02 20:39 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2021-09-02 20:39 UTC (permalink / raw)
  To: Simon South, 50305-done

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


Hi Simon,

I pushed your patch to master after adding a copyright header. Thanks
for contributing to Guix! :-)

Regards,
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

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

end of thread, other threads:[~2021-09-02 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 18:52 [bug#50305] [PATCH] gnu: Add emacs-dictionary Simon South
2021-09-02 20:39 ` bug#50305: " Arun Isaac

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.