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

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

bug#61330: closed ([PATCH] gnu: Add emacs-langtool.)


From: GNU bug Tracking System
Subject: bug#61330: closed ([PATCH] gnu: Add emacs-langtool.)
Date: Tue, 07 Feb 2023 14:18:02 +0000

Your message dated Tue, 07 Feb 2023 15:17:33 +0100
with message-id <87k00twoea.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61330] [PATCH] gnu: Add emacs-langtool.
has caused the debbugs.gnu.org bug report #61330,
regarding [PATCH] gnu: Add emacs-langtool.
to be marked as done.

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


-- 
61330: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61330
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-langtool. Date: Mon, 6 Feb 2023 20:12:11 +0100
* gnu/packages/emacs-xyz.scm (emacs-langtool): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d30696c7be..4775f67162 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24549,6 +24549,33 @@ (define-public emacs-google-translate
 on-line service.")
     (license license:gpl3+)))
 
+(define-public emacs-langtool
+  (package
+    (name "emacs-langtool")
+    (version "2.3.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/mhayashi1120/Emacs-langtool";)
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1li4zz5pmcgjsldc7azi1c92nag2yf1l1k60r0c1z0hkwdfalq0w"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:tests? #t
+       #:test-command '("make" "test")))
+    (propagated-inputs (list emacs-popup))
+    (home-page "https://github.com/mhayashi1120/Emacs-langtool";)
+    (synopsis "Emacs interface to LanguageTool")
+    (description
+     "Emacs langtool offers a frontend to LanguageTool
+(https://languagetool.org) server.")
+    (license license:gpl3+)))
+
 (define-public emacs-lingva
   (let ((commit "6c33594068fa33de622172503deeec6778d9c744")
         (revision "1"))

base-commit: a582d863465990642d331bc05bf073f47fb80908
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61330] [PATCH] gnu: Add emacs-langtool. Date: Tue, 07 Feb 2023 15:17:33 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

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

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

Thank you.

> +(define-public emacs-langtool
> +  (package
> +    (name "emacs-langtool")
> +    (version "2.3.1")

I updated the package to 2.3.7 and applied your patch.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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