gnu: crawl-tiles: Rename package to dungeon-crawl-stone-soup-tiles.

* gnu/packages/games.scm (crawl-tiles): Define in terms of
'deprecated-package'.
(dungeon-crawl-stone-soup-tiles): New variable, formerly known as "crawl-tiles".
master
Pierre Neidhardt 2019-03-26 13:42:44 +01:00
parent 36a0b5b48c
commit 24a67aef2a
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 6 additions and 3 deletions

View File

@ -4522,10 +4522,10 @@ monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
;; The linter here claims that patch file names should start with the package
;; name. But, in this case, the patches are inherited from crawl with the
;; "crawl-" prefix instead of "crawl-tiles-".
(define-public crawl-tiles
(define-public dungeon-crawl-stone-soup-tiles
(package
(inherit crawl)
(name "crawl-tiles")
(inherit dungeon-crawl-stone-soup)
(name "dungeon-crawl-stone-soup-tiles")
(arguments
(substitute-keyword-arguments
(package-arguments crawl)
@ -4555,6 +4555,9 @@ monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
("which" ,which)))
(synopsis "Graphical roguelike dungeon crawler game")))
(define-public crawl-tiles
(deprecated-package "crawl-tiles" dungeon-crawl-stone-soup-tiles))
(define-public lugaru
(package
(name "lugaru")