all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zamfofex <zamfofex@twdb.moe>
To: 54933@debbugs.gnu.org
Subject: [bug#54933] [patch] Add Liquid War 6
Date: Thu, 14 Apr 2022 07:00:29 -0300 (BRT)	[thread overview]
Message-ID: <1383010778.267330.1649930429294@privateemail.com> (raw)

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



[-- Attachment #2: liquidwar6.diff --]
[-- Type: text/x-patch, Size: 2283 bytes --]

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index de398c297f..8765f70761 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -70,6 +70,7 @@
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2022 Yovan Naumovski <yovan@gorski.stream>
 ;;; Copyright © 2022 Roman Riabenko <roman@riabenko.com>
+;;; Copyright © 2022 zamfofex <zamfofex@twdb.moe>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -140,6 +141,7 @@ (define-module (gnu packages games)
   #:use-module (gnu packages golang)
   #:use-module (gnu packages gperf)
   #:use-module (gnu packages graphics)
+  #:use-module (gnu packages graphviz)
   #:use-module (gnu packages gsasl)
   #:use-module (gnu packages gstreamer)
   #:use-module (gnu packages gtk)
@@ -12647,3 +12649,35 @@ (define-public fheroes2
 Magic II (aka HOMM2) game engine.  It requires assets and game resources to
 play; it will look for them at @file{~/.local/share/fheroes2} folder.")
     (license license:gpl2)))
+
+(define-public liquidwar6
+  (package
+    (name "liquidwar6")
+    (version "0.6.3902")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "mirror://gnu/liquidwar6/"
+                            "liquidwar6-" version ".tar.gz"))
+        (sha256
+         (base32 "1976nnl83d8wspjhb5d5ivdvdxgb8lp34wp54jal60z4zad581fn"))))
+    (inputs
+      (list guile-2.0 zlib expat sqlite ncurses readline curl doxygen python-2
+            libxslt perl graphviz glu libcaca
+            (sdl-union (list sdl sdl-image sdl-ttf sdl-mixer))))
+    (build-system gnu-build-system)
+    (arguments
+      '(#:configure-flags
+         (list
+           "--enable-allinone"
+           "CFLAGS=-Wno-error"
+           (string-append "CPPFLAGS="
+             "-I" (search-input-directory %build-inputs "include/SDL")))))
+    (synopsis "Liquid War 6 is a unique multiplayer wargame.")
+    (description
+      (string-append
+        "Liquid War 6 is a unique multiplayer wargame. Your army is a blob of "
+        "liquid and you have to try and eat your opponents. Rules are very "
+        "simple yet original, they have been invented by Thomas Colcombet."))
+    (home-page "https://www.gnu.org/software/liquidwar6/")
+    (license license:gpl3+)))

             reply	other threads:[~2022-04-14 11:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-14 10:00 zamfofex [this message]
2022-04-29 21:14 ` bug#54933: [patch] Add Liquid War 6 Ludovic Courtès

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=1383010778.267330.1649930429294@privateemail.com \
    --to=zamfofex@twdb.moe \
    --cc=54933@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 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.