From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add pingus Date: Fri, 13 Jun 2014 10:49:31 +0200 Message-ID: <87y4x19otg.fsf@gnu.org> References: <87bntxe4e0.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvNB8-0006Dd-R7 for Guix-devel@gnu.org; Fri, 13 Jun 2014 04:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvNB0-0002Ku-14 for Guix-devel@gnu.org; Fri, 13 Jun 2014 04:49:42 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:44110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvNAz-0002Ki-Q6 for Guix-devel@gnu.org; Fri, 13 Jun 2014 04:49:33 -0400 In-Reply-To: <87bntxe4e0.fsf@member.fsf.org> (Eric Bavier's message of "Fri, 13 Jun 2014 00:59:35 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: Guix-devel@gnu.org Eric Bavier skribis: > My son and I like to play this game together, so I thought it'd be nice > to get it into Guix. :-) > From 5a1ebda6264c52417c1deee9afdf75e0a97428f8 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Thu, 12 Jun 2014 23:54:44 -0500 > Subject: [PATCH] gnu: Add pingus. > > * gnu/packages/games.scm (pingus): New variable. > * gnu/packages/patches/pingus-sdl-libs-config.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. Looks good to me! > + (description > + "Pingus is a free Lemmings-like puzzle game covered under the GNU G= PL. > +It features currently 77 playable levels.") Maybe remove =E2=80=9Ccovered under the GNU GPL=E2=80=9D? The number of le= vels is likely to go out of sync, no? Thanks! Ludo=E2=80=99.