all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: Xinglu Chen <public@yoctocell.xyz>
Cc: 50655@debbugs.gnu.org
Subject: [bug#50655] [PATCH v2] gnu: Add falltergeist.
Date: Mon, 27 Sep 2021 22:24:38 +0000	[thread overview]
Message-ID: <TqjWn9k20_BTf4KqbvryLUHK-3PfH2kqKhC6K9NP0l9D-Elb2FbhsZP6zgv55ekp4h4jBJ9DrphIzwmxV4LfThCuWlCBiNfnfnYVL1FQ69g=@protonmail.com> (raw)
In-Reply-To: <dv9Hjga0NEuzqzAGksrTJMOWCsIuWOZvR1tHMJUzgRnqx1UaomwwQ_6IR533Qs09GUSSr1hahalJFjBXIcUr7Y67nKHTin5qcTyt7MmGVpI=@protonmail.com>

Hi Xinglu,

here's the updated patch.

I'm not entirely sure about the license though I'm not a lawyer. I checked the file license.txt and it still seems to me as GPL3, don't know how to spot the "or later" -> GPL3+.

--8<---------------cut here---------------start------------->8---

* gnu/packages/games.scm (falltergeist): New variable.

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c39770c260..7d08fafc13 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)) ; no tests provided
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (inputs `(("sdl" ,(sdl-union (list sdl2
+                                       sdl2-image
+                                       sdl2-mixer)))
+              ("glew" ,glew)
+              ("glm" ,glm)))
+    (synopsis "Opensource Fallout 2 game engine")
+    (description "This package provides opensource Fallout 2 game engine.
+Game data should be placed in @file{~/.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




  parent reply	other threads:[~2021-09-27 22:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-18 10:05 [bug#50655] [PATCH] gnu: Add falltergeist phodina via Guix-patches via
2021-09-20 12:36 ` Xinglu Chen
2021-09-27 22:24 ` phodina via Guix-patches via [this message]
2021-09-28 19:14   ` [bug#50655] [PATCH v2] " Xinglu Chen
2021-09-28 19:40     ` bug#50655: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='TqjWn9k20_BTf4KqbvryLUHK-3PfH2kqKhC6K9NP0l9D-Elb2FbhsZP6zgv55ekp4h4jBJ9DrphIzwmxV4LfThCuWlCBiNfnfnYVL1FQ69g=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50655@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    --cc=public@yoctocell.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.