From 40aa1ffa0cad0e4cdf860032febc92c8e70441d4 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Sun, 26 Oct 2025 08:51:16 +0100 Subject: [PATCH] gnu: emacs-go-translate: Rename to emacs-gt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/emacs-xyz.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 81664ed17a..b6557683f6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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")