emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48040: closed ([PATCH] gnu: Add emacs-multitran.)


From: GNU bug Tracking System
Subject: bug#48040: closed ([PATCH] gnu: Add emacs-multitran.)
Date: Sun, 09 May 2021 11:06:02 +0000

Your message dated Sun, 09 May 2021 16:34:43 +0530
with message-id <878s4o88xg.fsf@systemreboot.net>
and subject line Re: [bug#48040] [PATCH] gnu: Add emacs-multitran.
has caused the debbugs.gnu.org bug report #48040,
regarding [PATCH] gnu: Add emacs-multitran.
to be marked as done.

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


-- 
48040: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48040
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-multitran. Date: Mon, 26 Apr 2021 17:40:06 +0000
gnu/packages/emacs-xyz.scm (emacs-multitran): 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 591d6a1d2d..69c8063c42 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27828,3 +27828,24 @@ files, providing syntax highlighting and indentation 
rules.")
 quasi-prefix map, with many useful bindings.  These bindings are
 shorter than usual, using mostly unprefixed keys.")
     (license license:gpl3+)))
+
+(define-public emacs-multitran
+  (package
+    (name "emacs-multitran")
+    (version "0.4.10")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/zevlg/multitran.el";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "08b9a0pb38swgvg2v97pm4g2zda0xagdgq42znwhkmhzjiskh2g1"))))
+   (build-system emacs-build-system)
+   (home-page "https://github.com/zevlg/multitran.el";)
+   (synopsis "Interface to multitran")
+   (description
+    "Multitran (multitran.el) is a zero-dependancy interface to
+http://multitran.com online dictionary.")
+   (license license:gpl3+)))
-- 
2.31.1



-- 

Alexandr Vityazev



--- End Message ---
--- Begin Message --- Subject: Re: [bug#48040] [PATCH] gnu: Add emacs-multitran. Date: Sun, 09 May 2021 16:34:43 +0530
Hi Alexandr,

Pushed to master with the synopsis and description slightly changed.

Thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]