all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 49284@debbugs.gnu.org
Cc: Leo Prikler <leo.prikler@student.tugraz.at>,
	Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: [bug#49284] [PATCH v3] gnu: Add fheroes2
Date: Wed, 08 Sep 2021 12:34:21 +0300	[thread overview]
Message-ID: <87lf474dia.fsf@trop.in> (raw)
In-Reply-To: <handler.49284.B.16250321759695.ack@debbugs.gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 19 bytes --]

Updated to 0.9.7.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: v3-0001-gnu-Add-fheroes2.patch --]
[-- Type: text/x-patch, Size: 2015 bytes --]

From eca57a5dfb8327df9cc6dacee5db5d2693b43fa2 Mon Sep 17 00:00:00 2001
From: Andrew Tropin <andrew@trop.in>
Date: Wed, 30 Jun 2021 13:17:21 +0300
Subject: [PATCH v3] gnu: Add fheroes2

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 79754d3185..8ad02be794 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12470,3 +12470,34 @@ wreckage.  You're stranded on a desert island and have to survive.  In order to
 do so you need to explore the island, find food, build a shelter and try to
 get attention, so you get found.")
       (license license:cc-by4.0))))
+
+(define-public fheroes2
+  (package
+    (name "fheroes2")
+    (version "0.9.7")
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f                      ; no tests
+       #:make-flags '("FHEROES2_STRICT_COMPILATION=1"
+                      "RELEASE=1")))
+    (native-inputs
+     `(("gettext" ,gettext-minimal)))
+    (inputs
+     `(("zlib" ,zlib)
+       ("libpng" ,libpng)
+       ("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ihhub/fheroes2")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0v3zh8a8yxfikcr5vkmy36c57l4nmwisz13mjavn5f7yrirf86fn"))))
+    (home-page "https://ihhub.github.io/fheroes2/")
+    (synopsis "Turn-based strategy game engine")
+    (description "Free implementation of Heroes of Might and Magic II (aka
+HOMM2) game engine.  Requires assets/game resources to play, @file{fheroes2}
+is looking for them at @file{~/.local/share/fheroes2} folder.")
+    (license license:gpl2)))
-- 
2.33.0


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

  parent reply	other threads:[~2021-09-08  9:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30  5:49 [bug#49284] [PATCH] gnu: Add fheroes2 Andrew Tropin
2021-06-30  9:03 ` Leo Prikler
2021-06-30 10:17   ` [bug#49284] [PATCH v2] " Andrew Tropin
2021-06-30 10:20   ` [bug#49284] [PATCH] " Andrew Tropin
2021-06-30 10:48     ` Leo Prikler
2021-06-30 11:22       ` Andrew Tropin
2021-07-02  9:11         ` Nicolas Goaziou
     [not found] ` <handler.49284.B.16250321759695.ack@debbugs.gnu.org>
2021-09-08  9:34   ` Andrew Tropin [this message]
2021-09-13 20:25     ` bug#49284: [PATCH v3] " Nicolas Goaziou
2021-09-14  6:27       ` [bug#49284] " Andrew Tropin

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=87lf474dia.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=49284@debbugs.gnu.org \
    --cc=leo.prikler@student.tugraz.at \
    --cc=mail@nicolasgoaziou.fr \
    /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.