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

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

bug#45441: closed ([PATCH] gnu: Add emacs-roguel-ike.)


From: GNU bug Tracking System
Subject: bug#45441: closed ([PATCH] gnu: Add emacs-roguel-ike.)
Date: Mon, 28 Dec 2020 16:29:02 +0000

Your message dated Mon, 28 Dec 2020 17:28:42 +0100
with message-id <875z4ldhdx.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#45441] [PATCH] gnu: Add emacs-roguel-ike.
has caused the debbugs.gnu.org bug report #45441,
regarding [PATCH] gnu: Add emacs-roguel-ike.
to be marked as done.

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


-- 
45441: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45441
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-roguel-ike. Date: Sat, 26 Dec 2020 01:06:15 +0100 (CET)
>From ccd653b36d9f747cff7e78e14dc672052b26ea72 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Sat, 26 Dec 2020 03:03:38 +0300
Subject: [PATCH] gnu: Add emacs-roguel-ike.

* gnu/packages/emacs-xyz.scm (emacs-roguel-ike): New variable.
---
 gnu/packages/emacs-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0822bfdd29..fcf9550004 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4298,6 +4298,39 @@ files with features such as syntax highlighting, 
comments, finding keywords,
 completing keywords and smart indentation.")
       (license license:gpl3+))))
 
+(define-public emacs-roguel-ike
+  ;; tagged branch is outdated.
+  (let ((revision "0")
+        (commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))
+    (package
+      (name "emacs-roguel-ike")
+      (version (git-version "0.1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+           (url "https://github.com/stevenremot/roguel-ike";)
+           (commit "master")))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-popup" ,emacs-popup)))
+      (arguments
+       `(#:include '("\\.el$")
+         #:phases
+         (modify-phases %standard-phases
+           (add-before 'check 'set-test-environment
+             (lambda _
+               (setenv "HOME" "/tmp")
+               #t)))))
+      (home-page "https://github.com/stevenremot/roguel-ike.git";)
+      (synopsis "Coffee-break roguelike for Emacs")
+      (description "The goal of this project was to develop a coffee-break 
roguelike for Emacs.  
+The complete game would allow the player to create various characters and to 
make them fulfill challenges like arena fight and short dungeon explorations.")
+      (license license:gpl3))))
+
 (define-public emacs-rspec
   (let ((commit "66ea7cc9699d6edc6115daa024818adbd85efc20")
         (revision "1"))
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45441] [PATCH] gnu: Add emacs-roguel-ike. Date: Mon, 28 Dec 2020 17:28:42 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Adam Kandur via Guix-patches via <guix-patches@gnu.org> writes:

> From ccd653b36d9f747cff7e78e14dc672052b26ea72 Mon Sep 17 00:00:00 2001
> From: Adam Kandur <rndd@tuta.io>
> Date: Sat, 26 Dec 2020 03:03:38 +0300
> Subject: [PATCH] gnu: Add emacs-roguel-ike.

Thank you.

I fixed indentation, the commit reference, the #:include keyword, and pushed.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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