unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 36978@debbugs.gnu.org
Subject: [bug#36978] [PATCH 1/3] gnu: Add fifechan.
Date: Thu,  8 Aug 2019 21:23:50 +0100	[thread overview]
Message-ID: <20190808202352.21748-1-mail@cbaines.net> (raw)
In-Reply-To: <8736ibtogp.fsf@cbaines.net>

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 92df556970..8ee0ef94b3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2033,6 +2033,33 @@ some of the restrictions in the venerable Z-machine format.  This is the
 reference interpreter, using the Glk API.")
    (license license:expat)))
 
+(define-public fifechan
+  (package
+    (name "fifechan")
+    (version "0.1.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://codeload.github.com/fifengine/"
+                                  "fifechan/tar.gz/" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0wxs9vz5x9y8chghd8vp7vfk089lfb0qnzggi17zrqkrngs5zgi9"))))
+    (build-system cmake-build-system)
+    (inputs
+     `(("sdl2" ,sdl2)
+       ("sdl2-image" ,sdl2-image)
+       ("mesa" ,mesa)))
+    (arguments
+     '(#:tests? #f))
+    (home-page "https://fifengine.github.io/fifechan/")
+    (synopsis "Cross platform GUI library designed for games")
+    (description
+     "Fifechan is a lightweight cross platform GUI library written in C++
+specifically designed for games.  It has a built in set of extendable GUI
+Widgets, and allows users to create more.")
+    (license license:lgpl2.1+)))
+
 (define-public fizmo
   (package
     (name "fizmo")
-- 
2.22.0

  reply	other threads:[~2019-08-08 20:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08 20:02 [bug#36978] [PATCH 0/3] Add Unknown Horizons and dependencies Christopher Baines
2019-08-08 20:23 ` Christopher Baines [this message]
2019-08-08 20:23   ` [bug#36978] [PATCH 2/3] gnu: Add fifengine Christopher Baines
2019-08-08 20:23   ` [bug#36978] [PATCH 3/3] gnu: Add unknown-horizons Christopher Baines
2019-08-23 21:09 ` [bug#36978] [PATCH 0/3] Add Unknown Horizons and dependencies Ludovic Courtès
2019-08-25  6:09   ` Arun Isaac
2019-08-26 11:17     ` Arun Isaac
2019-09-01 13:02       ` Ludovic Courtès
2019-10-06 18:18     ` [bug#36978] [PATCH v2 1/3] gnu: Add fifechan Christopher Baines
2019-10-06 18:18       ` [bug#36978] [PATCH v2 2/3] gnu: Add fifengine Christopher Baines
2019-10-06 18:18       ` [bug#36978] [PATCH v2 3/3] gnu: Add unknown-horizons Christopher Baines
2019-10-06 18:20     ` [bug#36978] [PATCH 0/3] Add Unknown Horizons and dependencies Christopher Baines
2019-10-07 21:19       ` Arun Isaac
2019-10-08 18:38 ` bug#36978: " Christopher Baines

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20190808202352.21748-1-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=36978@debbugs.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 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).