emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#63457: closed ([PATCH] gnu: rogue: Add 5.4.4)


From: GNU bug Tracking System
Subject: bug#63457: closed ([PATCH] gnu: rogue: Add 5.4.4)
Date: Thu, 08 Jun 2023 21:08:01 +0000

Your message dated Thu, 08 Jun 2023 23:07:49 +0200
with message-id <87wn0dzmqi.fsf_-_@gnu.org>
and subject line Re: bug#63457: [PATCH] gnu: rogue: Add 5.4.4
has caused the debbugs.gnu.org bug report #63457,
regarding [PATCH] gnu: rogue: Add 5.4.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63457: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63457
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: rogue: Add 5.4.4 Date: Thu, 11 May 2023 22:20:05 +0200
---
 gnu/packages/games.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index bae79ee48b..3cfa58fc7f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2369,6 +2369,28 @@ (define-public robotfindskitten
     (home-page "http://robotfindskitten.org/";)
     (license license:gpl2+)))

+(define-public rogue
+  (package
+    (name "rogue")
+    (version "5.4.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/Davidslv/rogue";)
+                    (commit "cf9bd26d564a72fac4cf56b55c96c2435270d29a")))
+              (sha256
+               (base32
+                "0mk03l120scas4dcn6xccnhslnwmcx2blshbf925z06yk7rkzias"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#: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")
+    (home-page "https://github.com/Davidslv/rogue";)
+    (license license:bsd-3)))
+
 (define-public roguebox-adventures
   (package
     (name "roguebox-adventures")

base-commit: 642b73a029adef8e35c39b1bd56eb4b15b7d3504
--
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: 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)))
 

--- End Message ---

reply via email to

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