gnu: tome4: Rename package to tales-of-maj-eyal.

* gnu/packages/games.scm (tome4): Define in terms of
'deprecated-package'.
(tales-of-maj-eyal): New variable, formerly known as "tome4".
master
Pierre Neidhardt 2019-03-26 13:43:12 +01:00
parent 24a67aef2a
commit f6a21d61de
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 5 additions and 2 deletions

View File

@ -4840,9 +4840,9 @@ Crowther & Woods, its original authors, in 1995. It has been known as
\"adventure 2.5\" and \"430-point adventure\".") \"adventure 2.5\" and \"430-point adventure\".")
(license license:bsd-2)))) (license license:bsd-2))))
(define-public tome4 (define-public tales-of-maj-eyal
(package (package
(name "tome4") (name "tales-of-maj-eyal")
(version "1.5.10") (version "1.5.10")
(synopsis "Single-player, RPG roguelike game set in the world of Eyal") (synopsis "Single-player, RPG roguelike game set in the world of Eyal")
(source (source
@ -4963,6 +4963,9 @@ intuitive mouse control, streamlined mechanics and deep, challenging combat,
Tales of MajEyal offers engaging roguelike gameplay for the 21st century.") Tales of MajEyal offers engaging roguelike gameplay for the 21st century.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public tome4
(deprecated-package "tome4" tales-of-maj-eyal))
(define-public quakespasm (define-public quakespasm
(package (package
(name "quakespasm") (name "quakespasm")