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

To reply to this bug, email your comments to 75948 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75948; Package guix-patches. (Thu, 30 Jan 2025 15:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 30 Jan 2025 15:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [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





Information forwarded to guix-patches <at> gnu.org:
bug#75948; Package guix-patches. (Thu, 30 Jan 2025 16:15:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 75948 <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#75948] [PATCH] gnu: Add emacs-reverso.
Date: Thu, 30 Jan 2025 17:13:30 +0100
Hello,

Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-reverso): New variable.

Thank you. This looks good to me except…

> +      (description "Emacs client for the reverso.net service.")

… the description, which is expected to include only complete sentences.

Could you send an updated patch? 

Regards,
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org:
bug#75948; Package guix-patches. (Thu, 30 Jan 2025 16:15:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#75948; Package guix-patches. (Thu, 30 Jan 2025 16:29:01 GMT) Full text and rfc822 format available.

Message #14 received at 75948 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 75948 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH v1] gnu: Add emacs-reverso.
Date: Thu, 30 Jan 2025 17:27:38 +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..dd75aa6194 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 "Reverso is an 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 2 days ago.

Previous Next


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