gnu: wesnoth: Rename package to the-battle-for-wesnoth.
* gnu/packages/games.scm (wesnoth): Define in terms of 'deprecated-package'. (the-battle-for-wesnoth): New variable, formerly known as "wesnoth".master
parent
c91ed484d0
commit
375cb94130
|
@ -2108,9 +2108,9 @@ the higher you go. The game features multiplayer, unlimited FPS, smooth floor
|
||||||
falling, themeable graphics and sounds, and replays.")
|
falling, themeable graphics and sounds, and replays.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public wesnoth
|
(define-public the-battle-for-wesnoth
|
||||||
(package
|
(package
|
||||||
(name "wesnoth")
|
(name "the-battle-for-wesnoth")
|
||||||
(version "1.14.6")
|
(version "1.14.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2148,6 +2148,9 @@ experience and advance levels, and are carried over from one scenario to the
|
||||||
next campaign.")
|
next campaign.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public wesnoth
|
||||||
|
(deprecated-package "wesnoth" the-battle-for-wesnoth))
|
||||||
|
|
||||||
(define-public wesnoth-server
|
(define-public wesnoth-server
|
||||||
(package
|
(package
|
||||||
(inherit wesnoth)
|
(inherit wesnoth)
|
||||||
|
|
Reference in New Issue