GNU bug report logs -
#75948
[PATCH] gnu: Add emacs-reverso.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75948: [PATCH] gnu: Add emacs-reverso.
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 75948 <at> debbugs.gnu.org.
--
75948: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75948
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-reverso): New variable.
>
> Change-Id: I3b16a1c307d574d2bbff7daaee42a4964572ab00
> ---
> gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
THanks both, I've pushed this to master as
022d33e1ea3f87898014ce1515301ae5e1b4eccf.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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.