From: ludo@gnu.org (Ludovic Courtès)
To: Cyrill Schenkel <cyrill.schenkel@gmail.com>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: Add cmatrix.
Date: Tue, 01 Jul 2014 12:28:08 +0200 [thread overview]
Message-ID: <87egy5z83r.fsf@gnu.org> (raw)
In-Reply-To: <87k37xqtr3.fsf@gmail.com> (Cyrill Schenkel's message of "Tue, 01 Jul 2014 12:05:20 +0200")
Cyrill Schenkel <cyrill.schenkel@gmail.com> skribis:
> From b2f37807cbf4fa150272c5ff77eba7a8aeecfcef Mon Sep 17 00:00:00 2001
> From: Cyrill Schenkel <cyrill.schenkel@gmail.com>
> Date: Tue, 1 Jul 2014 12:02:26 +0200
> Subject: [PATCH] gnu: Add cmatrix.
>
> * gnu-system.am (GNU_SYSTEM_MODULES): Add new package.
> * gnu/packages/cmatrix.scm: New file.
[...]
> +(define-module (gnu packages acl)
Copy/paste error here.
Also, what about putting it in games.scm instead?
> + (build-system gnu-build-system)
> + (arguments
> + '(#:phases
> + (alist-cons-before
> + 'patch-source-shebangs 'autoreconf
> + (lambda args
> + (system* "autoreconf" "-fi"))
> + %standard-phases)))
This shouldn’t be needed because the tarballs includes ./configure,
Makefile.in, etc.
> + (inputs `(("ncurses" ,ncurses)
> + ("autoconf" ,autoconf)
> + ("automake" ,automake)))
Likewise: no need to depend on Autoconf and Automake.
> + (synopsis "CMatrix simulates the display from \"The Matrix\"")
In general the synopsis shouldn’t repeat the package name, so:
Simulate the display from \"The Matrix\"
Could you send an updated patch?
Thanks!
Ludo’.
next prev parent reply other threads:[~2014-07-01 10:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-01 10:05 [PATCH] gnu: Add cmatrix Cyrill Schenkel
2014-07-01 10:28 ` Ludovic Courtès [this message]
2014-07-01 11:07 ` Cyrill Schenkel
2014-07-01 12:11 ` 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=87egy5z83r.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=cyrill.schenkel@gmail.com \
--cc=guix-devel@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.