GNU bug report logs - #50305
[PATCH] gnu: Add emacs-dictionary.

Previous Next

Package: guix-patches;

Reported by: Simon South <simon <at> simonsouth.net>

Date: Tue, 31 Aug 2021 18:54:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50305: closed ([PATCH] gnu: Add emacs-dictionary.)
Date: Thu, 02 Sep 2021 20:40:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 03 Sep 2021 02:09:34 +0530
with message-id <875yvin249.fsf <at> systemreboot.net>
and subject line Re: [bug#50305] [PATCH] gnu: Add emacs-dictionary.
has caused the debbugs.gnu.org bug report #50305,
regarding [PATCH] gnu: Add emacs-dictionary.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50305: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50305
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Simon South <simon <at> simonsouth.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-dictionary.
Date: Tue, 31 Aug 2021 14:52:57 -0400
* 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



[Message part 3 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Simon South <simon <at> simonsouth.net>, 50305-done <at> debbugs.gnu.org
Subject: Re: [bug#50305] [PATCH] gnu: Add emacs-dictionary.
Date: Fri, 03 Sep 2021 02:09:34 +0530
[Message part 4 (text/plain, inline)]
Hi Simon,

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

Regards,
Arun
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 345 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.