1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-go-translate: Rename to emacs-gt.

* gnu/packages/emacs-xyz.scm (emacs-go-translate): Deprecate and rename to…
(emacs-gt): … this.
[name, source, home-page]: Update accordingly.

Change-Id: I99bff4f387e54974598f1ab9a26acb3d2a05186b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos
2025-10-26 08:51:16 +01:00
committed by Liliana Marie Prikler
parent b8e2c8b3e1
commit 40aa1ffa0c

View File

@@ -31633,15 +31633,15 @@ A screenshot is taken for every user action. Call
the GIF result.")
(license license:gpl3+)))
(define-public emacs-go-translate
(define-public emacs-gt
(package
(name "emacs-go-translate")
(name "emacs-gt")
(version "3.0.9")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/lorniu/go-translate/")
(url "https://github.com/lorniu/gt.el/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -31663,7 +31663,7 @@ the GIF result.")
(("\\(ert-deftest test--gt-valid-literally .*"
all)
(string-append all "(skip-unless nil)\n"))))))))
(home-page "https://github.com/lorniu/go-translate/")
(home-page "https://github.com/lorniu/gt.el/")
(synopsis "Configurable and scalable translation framework")
(description
"This is a translation framework on Emacs, with high configurability
@@ -31671,6 +31671,9 @@ and extensibility. It can easily be extended to various Text-to-Text
conversion scenarios.")
(license license:gpl3+)))
(define-deprecated-package emacs-go-translate
emacs-gt)
(define-public emacs-google-translate
(package
(name "emacs-google-translate")