guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: wesnoth-server: Rename package to the-battle-for-wesnoth-ser


From: guix-commits
Subject: 06/15: gnu: wesnoth-server: Rename package to the-battle-for-wesnoth-server.
Date: Tue, 26 Mar 2019 09:18:44 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit ecdb1348ad9992f7d98ea5b1b5b6bc0bafc9b79c
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Mar 26 13:37:38 2019 +0100

    gnu: wesnoth-server: Rename package to the-battle-for-wesnoth-server.
    
    * gnu/packages/games.scm (wesnoth-server): Define in terms of
    'deprecated-package'.
    (the-battle-for-wesnoth-server): New variable, formerly known as 
"wesnoth-server".
---
 gnu/packages/games.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1c89424..148f849 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2151,10 +2151,10 @@ next campaign.")
 (define-public wesnoth
   (deprecated-package "wesnoth" the-battle-for-wesnoth))
 
-(define-public wesnoth-server
+(define-public the-battle-for-wesnoth-server
   (package
-    (inherit wesnoth)
-    (name "wesnoth-server")
+    (inherit the-battle-for-wesnoth)
+    (name "the-battle-for-wesnoth-server")
     (inputs
      `(("boost" ,boost)
        ("icu4c" ,icu4c)
@@ -2167,6 +2167,9 @@ next campaign.")
     (description "This package contains a dedicated server for @emph{The
 Battle for Wesnoth}.")))
 
+(define-public wesnoth-server
+  (deprecated-package "wesnoth-server" the-battle-for-wesnoth-server))
+
 (define-public gamine
   (package
     (name "gamine")



reply via email to

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