guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: crawl: Rename package to dungeon-crawl-stone-soup.


From: guix-commits
Subject: 10/15: gnu: crawl: Rename package to dungeon-crawl-stone-soup.
Date: Tue, 26 Mar 2019 09:18:46 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 36a0b5b48c8f14e2ac5707dd6dfea99ee2304873
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Mar 26 13:40:51 2019 +0100

    gnu: crawl: Rename package to dungeon-crawl-stone-soup.
    
    * gnu/packages/games.scm (crawl): Define in terms of
    'deprecated-package'.
    (dungeon-crawl-stone-soup): New variable, formerly known as "crawl".
---
 gnu/packages/games.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6b40ac6..e328564 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4436,9 +4436,9 @@ fish.  The whole game is accompanied by quiet, comforting 
music.")
 (define-public fillets-ng
   (deprecated-package "fillets-ng" fish-fillets-ng))
 
-(define-public crawl
+(define-public dungeon-crawl-stone-soup
   (package
-    (name "crawl")
+    (name "dungeon-crawl-stone-soup")
     (version "0.23.1")
     (source
      (origin
@@ -4504,9 +4504,9 @@ fish.  The whole game is accompanied by quiet, comforting 
music.")
                     ;; Force command line build for test cases.
                     (append make-flags '("GAME=crawl" "TILES="))))))))
     (synopsis "Roguelike dungeon crawler game")
-    (description "Dungeon Crawl Stone Soup is a roguelike adventure through
-dungeons filled with dangerous monsters in a quest to find the mystifyingly
-fabulous Orb of Zot.")
+    (description "Dungeon Crawl Stone Soup (also known as \"Crawl\" or DCSS
+for short) is a roguelike adventure through dungeons filled with dangerous
+monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
     (home-page "https://crawl.develz.org";)
     (license (list license:gpl2+
                    license:bsd-2
@@ -4516,6 +4516,9 @@ fabulous Orb of Zot.")
                    license:zlib
                    license:asl2.0))))
 
+(define-public crawl
+  (deprecated-package "crawl" dungeon-crawl-stone-soup))
+
 ;; 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-".



reply via email to

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