GNU bug report logs - #73756
[PATCH] gnu: Add netpanzer.

Previous Next

Package: guix-patches;

Reported by: Antero Mejr <mail <at> antr.me>

Date: Fri, 11 Oct 2024 23:49:02 UTC

Owned by: Steve George <steve <at> futurile.net>

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73756: closed ([PATCH] gnu: Add netpanzer.)
Date: Fri, 23 May 2025 06:47:05 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 23 May 2025 08:45:11 +0200
with message-id <aDAZd4D0GO0HHfzf <at> jurong>
and subject line Re: Request for merging "games-updates" branch
has caused the debbugs.gnu.org bug report #73756,
regarding [PATCH] gnu: Add netpanzer.
to be marked as done.

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


-- 
73756: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73756
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Antero Mejr <mail <at> antr.me>
To: guix-patches <at> gnu.org
Cc: iyzsong <at> envs.net, liliana.prikler <at> gmail.com, adam.faiz <at> disroot.org
Subject: [PATCH] gnu: Add netpanzer.
Date: Fri, 11 Oct 2024 23:45:28 +0000
* gnu/packages/games.scm (netpanzer): New variable.

Change-Id: I989834b3b20c9848f53f1f17bb97bd9c49fc86e8
---
 gnu/packages/games.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8137015fcf..a50a70f5d8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2418,6 +2418,38 @@ (define-public nethack
       (license:fsdg-compatible
         "https://nethack.org/common/license.html"))))
 
+(define-public netpanzer
+  (package
+    (name "netpanzer")
+    (version "0.9.0-RC-7") ;0.8.7 was released 8 years ago
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/netpanzer/netpanzer")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1bc29cxjragbhgsg89sliyiqw289nd37wb1f9qarknir73ijnfac"))))
+    (build-system meson-build-system)
+    (arguments
+     (list #:tests? #f)) ;2/2 (trivial) tests fail, need filesystem access
+    (native-inputs (list pkg-config))
+    (inputs (list freetype
+                  lua
+                  physfs
+                  sdl2
+                  sdl2-mixer
+                  sdl2-ttf))
+    (home-page "https://github.com/netpanzer/netpanzer")
+    (synopsis "Online tactical warfare game")
+    (description
+     "NetPanzer is an online multiplayer tactical warfare game.  It is based
+on quick tactical action and unit management in real-time.  Battles progress
+constantly as destroyed players respawn with a set of new units.  Players can
+join or leave multiplayer games at any time.")
+    (license license:gpl2+)))
+
 (define-public pipewalker
   (package
     (name "pipewalker")

base-commit: b8fd792ea267cb920da0651074a533d8abf00488
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: Steve George <steve <at> futurile.net>, 73756-done <at> debbugs.gnu.org,
 76640-done <at> debbugs.gnu.org, 70896-done <at> debbugs.gnu.org,
 69610-done <at> debbugs.gnu.org, 58403-done <at> debbugs.gnu.org
Subject: Re: Request for merging "games-updates" branch
Date: Fri, 23 May 2025 08:45:11 +0200
Hello,

I have just pushed the games-updates branch to master.
Closing all the contained issues.

Andreas



This bug report was last modified today.

Previous Next


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