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

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

bug#50655: closed ([PATCH] gnu: Add falltergeist.)


From: GNU bug Tracking System
Subject: bug#50655: closed ([PATCH] gnu: Add falltergeist.)
Date: Tue, 28 Sep 2021 19:42:02 +0000

Your message dated Tue, 28 Sep 2021 21:40:56 +0200
with message-id <875yukzdx3.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#50655] [PATCH v2] gnu: Add falltergeist.
has caused the debbugs.gnu.org bug report #50655,
regarding [PATCH] gnu: Add falltergeist.
to be marked as done.

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


-- 
50655: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50655
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add falltergeist. Date: Sat, 18 Sep 2021 10:05:16 +0000
* gnu/packages/games.scm (falltergeist): New variable.

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c39770c260..ca0e46749c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1133,6 +1133,34 @@ regular @command{cat}, but it also adds terminal escape 
codes between
 characters and lines resulting in a rainbow effect.")
       (license license:wtfpl2))))

+(define-public falltergeist
+  (package
+    (name "falltergeist")
+    (version "0.3.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/falltergeist/falltergeist";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "05cg58i2g32wbmrvmdsicic8xs83gld3qr1p7r4lnlckcl1l7dy4"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (inputs `(("sdl" ,(sdl-union (list sdl2
+                                       sdl2-image
+                                       sdl2-mixer)))
+              ("glew" ,glew)
+              ("glm" ,glm)))
+    (synopsis "Opensource crossplatform Fallout 2 game engine")
+    (description "Opensource crossplatform Fallout 2 game engine.  Game data
+should be placed in ~/.local/share/falltergeist.")
+    (home-page "https://falltergeist.org/";)
+    (license license:gpl3)))
+
 (define-public foobillard++
   ;; Even though this latest revision is old already, stable release is
   ;; lagging way behind it, and has issues with textures rendering.
--
2.32.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#50655] [PATCH v2] gnu: Add falltergeist. Date: Tue, 28 Sep 2021 21:40:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> On Mon, Sep 27 2021, phodina wrote:
>
>> here's the updated patch.

Thank you. I removed "opensource" since everything is free in Guix, and pushed.

>
> LGTM!

Thanks for the review.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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