GNU bug report logs - #63457
[PATCH] gnu: rogue: Add 5.4.4

Previous Next

Package: guix-patches;

Reported by: Jakob Kirsch <jakob.kirsch <at> web.de>

Date: Fri, 12 May 2023 06:40:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63457 in the body.
You can then email your comments to 63457 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63457; Package guix-patches. (Fri, 12 May 2023 06:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jakob Kirsch <jakob.kirsch <at> web.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 12 May 2023 06:40:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jakob Kirsch <jakob.kirsch <at> web.de>
To: guix-patches <at> gnu.org
Cc: Jakob Kirsch <jakob.kirsch <at> web.de>
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





Information forwarded to guix-patches <at> gnu.org:
bug#63457; Package guix-patches. (Thu, 18 May 2023 03:51:03 GMT) Full text and rfc822 format available.

Message #8 received at 63457 <at> debbugs.gnu.org (full text, mbox):

From: Jakob Kirsch <jakob.kirsch <at> web.de>
To: 63457 <at> debbugs.gnu.org
Cc: Jakob Kirsch <jakob.kirsch <at> web.de>
Subject: [PATCH v1] gnu: rogue: Add 5.4.4
Date: Wed, 17 May 2023 20:52:00 +0200
fix the guix lint warning

---
 gnu/packages/games.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index d1e2248588..5048075081 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -877,6 +877,29 @@ (define-public bsd-games
               ;; phantasia (all but phantasia/pathnames.h.in, which is bsd-3)
               (license:fsf-free "file:///phantasia/COPYRIGHT")))))

+(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")))
+              (file-name (git-file-name name version))
+              (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 bzflag
   (package

base-commit: 0540f4e20de3172ea09e27182e98b66b73c92421
--
2.39.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 08 Jun 2023 21:08:01 GMT) Full text and rfc822 format available.

Notification sent to Jakob Kirsch <jakob.kirsch <at> web.de>:
bug acknowledged by developer. (Thu, 08 Jun 2023 21:08:02 GMT) Full text and rfc822 format available.

Message #13 received at 63457-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jakob Kirsch <jakob.kirsch <at> web.de>
Cc: 63457-done <at> debbugs.gnu.org
Subject: Re: bug#63457: [PATCH] gnu: rogue: Add 5.4.4
Date: Thu, 08 Jun 2023 23:07:49 +0200
[Message part 1 (text/plain, inline)]
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’.

[Message part 2 (text/x-patch, inline)]
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)))
 

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 07 Jul 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 291 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.