unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Prikler <leo.prikler@student.tugraz.at>
To: Alexander Krotov <krotov@iitp.ru>,
	47508@debbugs.gnu.org, control@debbugs.gnu.org
Subject: [bug#47508] [PATCH] gnu: add instead
Date: Mon, 05 Apr 2021 18:42:40 +0200	[thread overview]
Message-ID: <41db15be319b0111d77e0f5b9cbd6609d7d24d69.camel@student.tugraz.at> (raw)
In-Reply-To: <20210330235329.792240-1-krotov@iitp.ru>

merge 46378 47508
thanks

Hi,

as you can see, there does exist prior work on the packaging of
instead.  Dmitry's patch also includes a search path among other
things, but there were some setbacks, that are discussed over there. 
Work on that patch seems to have come to a halt, but it would be great
if you could try to see what could be salvaged from it.

Regards,
Leo

Am Mittwoch, den 31.03.2021, 02:53 +0300 schrieb Alexander Krotov:
> * gnu/packages/games.scm (instead): 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 3f909aad4b..22975cf0d6 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -12379,3 +12379,34 @@ game FPS.")
>  implemented using ncurses user interface.  An SDL graphical version
> is also
>  available.")
>      (license license:gpl3+)))
> +
> +(define-public instead
> +  (package
> +    (name "instead")
> +    (version "3.3.4")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/instead-hub/instead")
> +             (commit version)))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32
> "09z22i0ny3dhjhj3g1walxg5mdnr3wsx95q1f92z32cabmqkbiyc"))))
> +    (build-system cmake-build-system)
> +    (arguments
> +     `(#:tests? #f))
> +    (inputs `(("zlib" ,zlib)
> +              ("lua" ,lua)
> +              ("sdl2" ,sdl2)
> +              ("sdl2-mixer" ,sdl2-mixer)
> +              ("sdl2-image" ,sdl2-image)
> +              ("sdl2-ttf" ,sdl2-ttf)
> +              ("gtk+" ,gtk+)))
> +    (native-inputs `(("pkg-config" ,pkg-config)))
> +    (home-page "https://instead.hugeping.ru/")
> +    (synopsis "Simple text adventures/visual novels engine")
> +    (description "INSTEAD is an INterpreter of Simple TExt
> ADventure.  Using
> +INSTEAD you can create and play games that could be classified as a
> mix of
> +visual novel and text quest.")
> +    (license license:expat)))





      reply	other threads:[~2021-04-05 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30 23:53 [bug#47508] [PATCH] gnu: add instead Alexander Krotov
2021-04-05 16:42 ` Leo Prikler [this message]

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=41db15be319b0111d77e0f5b9cbd6609d7d24d69.camel@student.tugraz.at \
    --to=leo.prikler@student.tugraz.at \
    --cc=47508@debbugs.gnu.org \
    --cc=control@debbugs.gnu.org \
    --cc=krotov@iitp.ru \
    /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).