GNU bug report logs - #75948
[PATCH] gnu: Add emacs-reverso.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 30 Jan 2025 15:14:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 75948 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#75948] [PATCH] gnu: Add emacs-reverso.
Date: Thu, 30 Jan 2025 16:12:42 +0100
* gnu/packages/emacs-xyz.scm (emacs-reverso): New variable.

Change-Id: I3b16a1c307d574d2bbff7daaee42a4964572ab00
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 153785e017..a6d56960f5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4317,6 +4317,28 @@ (define-public emacs-rebecca-theme
 the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.")
       (license license:expat))))
 
+(define-public emacs-reverso
+  (let ((commit "d1b39da3c7df1541f98435f3172a7ff4f3123634")
+        (revision "0"))
+    (package
+      (name "emacs-reverso")
+      (version (git-version "0.1.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SqrtMinusOne/reverso.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1fpk5wyzlssfrm4jbsrflxvlfn80yh6y1nh63ml8barf1nypsx55"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-fedi emacs-request emacs-transient))
+      (home-page "https://github.com/SqrtMinusOne/reverso.el")
+      (synopsis "Translation, grammar checking, context search")
+      (description "Emacs client for the reverso.net service.")
+      (license license:gpl3+))))
+
 (define-public emacs-bbdb
   (package
     (name "emacs-bbdb")

base-commit: b85d20e853192a92093cd8d6a5756ec80e94c658
--
2.48.1





This bug report was last modified 84 days ago.

Previous Next


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