unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36182] [PATCH] add freeorion
@ 2019-06-12 16:22 Jesse Gibbons
  2019-06-12 19:48 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Jesse Gibbons @ 2019-06-12 16:22 UTC (permalink / raw)
  To: 36182

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

Patch is attached.
-Jesse

[-- Attachment #2: 0001-add-freeorion.patch --]
[-- Type: text/x-patch, Size: 2179 bytes --]

From cca52f508e84ac34e60a3c5167554d7ad2ad6564 Mon Sep 17 00:00:00 2001
From: Jesse Gibbons <jgibbons2357+guix@gmail.com>
Date: Wed, 12 Jun 2019 10:07:32 -0600
Subject: [PATCH] add freeorion

---
 gnu/packages/games.scm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7a433a0bfd..1f7ace8888 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7385,3 +7385,42 @@ full of enemies that can hurt it, obstacles and food to be eaten.  The goal of
 the game is to stay alive and collect prizes.  The robot program conveniently
 may be written in a plain text file in the Scheme programming language.")
     (license license:gpl3+)))
+
+(define-public freeorion
+  (package
+    (name "freeorion")
+    (version "0.4.8")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/freeorion/freeorion.git")
+             (commit "470d0711537804df3c2ca25532f674ab4bec58af")))
+       (sha256
+        (base32
+         "1wsw632l1cj17px6i88nqjzs0dngp5rsr67n6qkkjlfjfxi69j0f"))))
+    (arguments
+     '(#:tests? #f))
+    (build-system cmake-build-system)
+    (inputs `(("boost" ,boost)
+              ("boost_signals" ,boost-signals2)
+              ("freetype2" ,freetype)
+              ("python2" ,python-2.7)
+              ("openal" ,openal)
+              ("libogg" ,libogg)
+              ("libvorbis" ,libvorbis)
+              ("zlib" ,zlib)
+              ("libpng" ,libpng)
+              ("sdl2" ,sdl2)
+              ("glu" ,glu)
+              ("glew" ,glew)))
+    (home-page
+     "https://www.freeorion.org/index.php/Main_Page")
+    (synopsis
+     "Turn-based space empire and galactic conquest computer game")
+    (description
+     "FreeOrion is a free, open source, turn-based space empire and galactic
+conquest (4X) computer game being designed and built by the FreeOrion project.
+FreeOrion is inspired by the tradition of the Master of Orion games, but is not
+a clone or remake of that series or any other game.")
+    (license (list license:gpl2 license:cc-by-sa3.0))))
-- 
2.22.0


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

end of thread, other threads:[~2019-06-16 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 16:22 [bug#36182] [PATCH] add freeorion Jesse Gibbons
2019-06-12 19:48 ` Nicolas Goaziou
2019-06-13 18:58   ` Jesse Gibbons
2019-06-13 20:56     ` Nicolas Goaziou
2019-06-14  0:57       ` Jesse Gibbons
2019-06-16 19:46         ` bug#36182: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).