all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: thylakoid@openmailbox.org
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add pioneers
Date: Mon, 15 Feb 2016 13:14:16 -0800	[thread overview]
Message-ID: <86a3f4ede2b6df0b1813c1e7d4861e4a@openmailbox.org> (raw)

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

Hello all,

I am submitting this patch that packages the game 'pioneers' into the 
games.scm file.

Let me know if I made any mistakes or can improve anything. I'm hoping 
to package several more appplications soon.

The patch is an attachment.

- Rodger Fox

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch.diff --]
[-- Type: text/x-diff; name=patch.diff, Size: 1879 bytes --]

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7eb0e7a..b32a6f4 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
+;;; Copyright © 2016 Rodger Fox <thylakoid@openmailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -44,6 +45,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages admin)
   #:use-module (gnu packages audio)
+  #:use-module (gnu packages avahi)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages fribidi)
   #:use-module (gnu packages game-development)
@@ -89,6 +91,33 @@
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system trivial))
 
+
+(define-public pioneers
+  (package
+    (name "pioneers")
+    (version "15.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+		     "http://downloads.sourceforge.net/pio/pioneers-"
+		     version
+                     ".tar.gz"))
+              (sha256
+                (base32
+                  "128s718nnraiznbg2rajjqb7cfkdg24hy6spdd9narb4f4dsbbv9"))))
+    (build-system gnu-build-system)
+    (inputs `(("gtk+" ,gtk+)
+              ("librsvg" ,librsvg)
+              ("avahi" ,avahi)))
+    (native-inputs `(("intltool" ,intltool)
+                     ("pkg-config" ,pkg-config)))
+    (synopsis "A clone of The Settlers of Catan board game")
+    (description
+      "Pioneers is an emulation of the board game The Settlers of Catan. It can be played on a local 
+network, on the internet, and with AI players.")
+    (home-page "http://pio.sourceforge.net/")
+    (license license:gpl2+)))
+
 (define-public gnubg
   (package
     (name "gnubg")

             reply	other threads:[~2016-02-15 21:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15 21:14 thylakoid [this message]
2016-02-16  1:21 ` [PATCH] gnu: Add pioneers Leo Famulari
2016-02-16  2:03   ` Jookia
2016-02-16  2:17     ` Leo Famulari
2016-02-16  2:20     ` Mark H Weaver

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=86a3f4ede2b6df0b1813c1e7d4861e4a@openmailbox.org \
    --to=thylakoid@openmailbox.org \
    --cc=guix-devel@gnu.org \
    /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.