all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 30196@debbugs.gnu.org
Subject: [bug#30196] [PATCH 1/2] gnu: Add wesnoth-server.
Date: Tue, 06 Feb 2018 16:18:13 +0100	[thread overview]
Message-ID: <878tc66tai.fsf@gnu.org> (raw)
In-Reply-To: <20180121183713.29457-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 22 Jan 2018 00:07:12 +0530")

Hi Arun,

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * gnu/packages/games.scm (wesnoth-server): New variable.


[...]

> +(define-public wesnoth-server
> +  (package
> +    (inherit wesnoth)
> +    (name "wesnoth-server")
> +    (inputs
> +     `(("boost" ,boost)
> +       ("sdl-net" ,sdl-net)))
> +    (arguments
> +     (append
> +      (substitute-keyword-arguments (package-arguments wesnoth)
> +        ((#:configure-flags configure-flags)
> +         `(append ,configure-flags (list "-DENABLE_GAME=OFF"))))
> +      `(#:phases
> +        (modify-phases %standard-phases
> +          (add-after 'install 'delete-data
> +            (lambda* (#:key outputs #:allow-other-keys)
> +              (delete-file-recursively (string-append (assoc-ref outputs "out")
> +                                                      "/share/wesnoth"))))))))

I suppose this phase is because the game data isn’t actually used by the
server, right?  Perhaps worth mentioning in a comment.

> +    (synopsis "Dedicated Battle for Wesnoth server")

Maybe “Server for the @emph{Battle for Wesnoth} game”.

> +    (description "This package contains a dedicated server for The Battle for
> +Wesnoth.")))

Likewise.

OK with these changes, thanks!

Ludo’.

  reply	other threads:[~2018-02-06 15:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-21 18:33 [bug#30196] [PATCH 0/2] Add wesnothd service Arun Isaac
2018-01-21 18:37 ` [bug#30196] [PATCH 1/2] gnu: Add wesnoth-server Arun Isaac
2018-02-06 15:18   ` Ludovic Courtès [this message]
2018-01-22 12:11 ` [bug#30196] [PATCH 2/2] gnu: services: Add wesnothd service Arun Isaac
2018-02-06 15:20   ` Ludovic Courtès
2018-02-08 12:12     ` Arun Isaac
2018-02-08 21:57       ` Ludovic Courtès
2018-02-09  9:52       ` bug#30196: " Arun Isaac

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=878tc66tai.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=30196@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /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.