[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63457: [PATCH] gnu: rogue: Add 5.4.4
From: |
Ludovic Courtès |
Subject: |
bug#63457: [PATCH] gnu: rogue: Add 5.4.4 |
Date: |
Thu, 08 Jun 2023 23:07:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Jakob,
Applied with the changes below together with a commit log, following our
conventions:
https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html
Thank you!
Ludo’.
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6530cf89de..8c00c2e66e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -895,8 +895,10 @@ (define-public rogue
`(#:tests? #f
#:make-flags (list "CFLAGS=-DNCURSES_INTERNALS")))
(inputs (list ncurses))
- (synopsis "Original Rogue Game (5.4.4)")
- (description "Rogue 5.4.4: Exploring the Dungeons of Doom")
+ (synopsis "Original rogue game")
+ (description
+ "This package provides ``Rogue: Exploring the Dungeons of Doom'', the
+original rogue game found on 4.2BSD.")
(home-page "https://github.com/Davidslv/rogue")
(license license:bsd-3)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#63457: [PATCH] gnu: rogue: Add 5.4.4,
Ludovic Courtès <=