all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27432] [PATCH] gnu: Add armagetronad.
@ 2017-06-20 19:55 Roel Janssen
  2017-06-24 18:45 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2017-06-20 19:55 UTC (permalink / raw)
  To: 27432

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-armagetronad.patch --]
[-- Type: text/x-patch, Size: 1866 bytes --]

From 9d52bab40f1e8c5ee3426608910136495493753b Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Tue, 20 Jun 2017 21:50:02 +0200
Subject: [PATCH] gnu: Add armagetronad.

* gnu/packages/games.scm (armagetronad): New variable.
---
 gnu/packages/games.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b706b5793..608b6dd28 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -135,6 +135,35 @@
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system trivial))
 
+(define-public armagetronad
+  (package
+    (name "armagetronad")
+    (version "0.2.8.3.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/" name "/stable/"
+                                  version "/" name "-" version ".src.tar.gz"))
+              (sha256
+               (base32
+                "1pgy0r80z702qdv94aw3ywdn4ynnr4cdi86ml558pljfc5ygasj4"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("libxml2" ,libxml2)
+       ("sdl" ,sdl)
+       ("sdl-image" ,sdl-image)
+       ("freeglut" ,freeglut)
+       ("libpng" ,libpng)
+       ("libjpeg-turbo" ,libjpeg-turbo)))
+    (home-page "http://www.armagetronad.org")
+    (synopsis "Tron clone in 3D")
+    (description "Armagetron is a multiplayer game in 3d that attempts to
+emulate and expand on the lightcycle sequence from the movie Tron.  It's
+an old school arcade game slung into the 21st century.  Highlights include
+a customizable playing arena, HUD, unique graphics, and AI bots.  For the
+more advanced player there are new game modes and a wide variety of physics
+settings to tweak as well.")
+    (license license:gpl2+)))
+
 (define-public cataclysm-dda
   (package
     (name "cataclysm-dda")
-- 
2.13.1


[-- Attachment #2: Type: text/plain, Size: 293 bytes --]


Hi Guix!

Here's a patch for ArmagetronAD -- a Tron clone in 3 dimensions!
I think it is named "armagetron", but the source tarballs and the
website are called "armagetronad", so I chose to minimize the complexity
of the patch and call the package "armagetronad".

Kind regards,
Roel Janssen

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#27432] [PATCH] gnu: Add armagetronad.
  2017-06-20 19:55 [bug#27432] [PATCH] gnu: Add armagetronad Roel Janssen
@ 2017-06-24 18:45 ` Leo Famulari
  2017-06-24 22:16   ` bug#27432: " Roel Janssen
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-06-24 18:45 UTC (permalink / raw)
  To: Roel Janssen; +Cc: 27432

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

On Tue, Jun 20, 2017 at 09:55:48PM +0200, Roel Janssen wrote:
> From 9d52bab40f1e8c5ee3426608910136495493753b Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Tue, 20 Jun 2017 21:50:02 +0200
> Subject: [PATCH] gnu: Add armagetronad.
> 
> * gnu/packages/games.scm (armagetronad): New variable.

LGTM, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#27432: [PATCH] gnu: Add armagetronad.
  2017-06-24 18:45 ` Leo Famulari
@ 2017-06-24 22:16   ` Roel Janssen
  0 siblings, 0 replies; 3+ messages in thread
From: Roel Janssen @ 2017-06-24 22:16 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 27432-done


Leo Famulari writes:

> On Tue, Jun 20, 2017 at 09:55:48PM +0200, Roel Janssen wrote:
>> From 9d52bab40f1e8c5ee3426608910136495493753b Mon Sep 17 00:00:00 2001
>> From: Roel Janssen <roel@gnu.org>
>> Date: Tue, 20 Jun 2017 21:50:02 +0200
>> Subject: [PATCH] gnu: Add armagetronad.
>> 
>> * gnu/packages/games.scm (armagetronad): New variable.
>
> LGTM, thanks!

Thanks!  Pushed in a70d06b51afe2abd968cf3c2e57fbc7050bb0f41.

Kind regards,
Roel Janssen

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-24 22:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 19:55 [bug#27432] [PATCH] gnu: Add armagetronad Roel Janssen
2017-06-24 18:45 ` Leo Famulari
2017-06-24 22:16   ` bug#27432: " Roel Janssen

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.