[bug#78315,30/53] gnu: emacs-moe-theme-el: Rename package to emacs-moe-theme.

Message ID 20250508125104.26530-30-ngraves@ngraves.fr
State New
Headers
Series More fixes, and a lot of style improvements. |

Commit Message

Nicolas Graves May 8, 2025, 12:50 p.m. UTC
  * gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): Define in terms of
'deprecated-package'.
(emacs-moe-theme): New variable, formerly known as "emacs-moe-theme-el".
---
 gnu/packages/emacs-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fcb46edce2..fa9281992f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13289,9 +13289,9 @@  (define-public emacs-zenburn-theme
 It is built on top of the custom theme support in Emacs 24 or later.")
     (license license:gpl3+)))
 
-(define-public emacs-moe-theme-el
+(define-public emacs-moe-theme
   (package
-    (name "emacs-moe-theme-el")
+    (name "emacs-moe-theme")
     (version "1.0.1")
     (source
      (origin
@@ -13310,6 +13310,9 @@  (define-public emacs-moe-theme-el
 variants.")
     (license license:gpl3+)))
 
+(define-deprecated/public emacs-moe-theme-el emacs-moe-theme
+  (deprecated-package "emacs-moe-theme-el" emacs-moe-theme))
+
 (define-public emacs-color-theme-sanityinc-tomorrow
   (package
     (name "emacs-color-theme-sanityinc-tomorrow")