GNU bug report logs - #48040
[PATCH] gnu: Add emacs-multitran.

Previous Next

Package: guix-patches;

Reported by: Alexandr Vityazev <avityazev <at> posteo.org>

Date: Mon, 26 Apr 2021 17:41: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: Alexandr Vityazev <avityazev <at> posteo.org>
Subject: bug#48040: closed (Re: [bug#48040] [PATCH] gnu: Add emacs-multitran.)
Date: Sun, 09 May 2021 11:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48040: [PATCH] gnu: Add emacs-multitran.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 48040 <at> debbugs.gnu.org.

-- 
48040: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48040
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Alexandr Vityazev <avityazev <at> posteo.org>, 48040-done <at> debbugs.gnu.org
Subject: Re: [bug#48040] [PATCH] gnu: Add emacs-multitran.
Date: Sun, 09 May 2021 16:34:43 +0530
[Message part 3 (text/plain, inline)]
Hi Alexandr,

Pushed to master with the synopsis and description slightly changed.

Thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Alexandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
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



This bug report was last modified 4 years and 70 days ago.

Previous Next


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