From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add Tiled Date: Thu, 13 Nov 2014 18:01:11 +0100 Message-ID: <8761ejhw6g.fsf@gnu.org> References: <1415890431-4295-1-git-send-email-iyzsong@gmail.com> 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]:33451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xoxlo-0007Uh-C6 for guix-devel@gnu.org; Thu, 13 Nov 2014 12:01:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xoxlh-0001TQ-F0 for guix-devel@gnu.org; Thu, 13 Nov 2014 12:01:20 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:54922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xoxlh-0001T2-4H for guix-devel@gnu.org; Thu, 13 Nov 2014 12:01:13 -0500 In-Reply-To: <1415890431-4295-1-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Thu, 13 Nov 2014 22:53:51 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > + (license (list gpl2+ bsd-2)))) Could you add a comment above explaining what is meant here: is it dual-licensing? Or does it mean that some files are GPL=E2=80=99d while ot= hers are BSD? In the latter case, the combined work is GPL, so =E2=80=98license=E2=80=99 = should be just gpl2+. It=E2=80=99s a good idea, though, to add a comment stating that some files are under another license. > Eric Bavier writes: > >> =E5=AE=8B=E6=96=87=E6=AD=A6 writes: >> >>> * gnu/packages/tiled.scm: New file. >>> * gnu-system.am (GNU_SYSTEM_MODULES): Add it. >>> --- >>> gnu-system.am | 1 + >>> gnu/packages/tiled.scm | 57 ++++++++++++++++++++++++++++++++++++++++++= ++++++++ >>> 2 files changed, 58 insertions(+) >>> create mode 100644 gnu/packages/tiled.scm >> >> Would it make sense to put this new package in gnu/packages/games.scm >> instead? > Well, I'll prefer editors.scm or graphics.scm. I=E2=80=99m of the opinion of Eric here. =E2=80=9Ceditors=E2=80=9D and =E2= =80=9Cgraphics=E2=80=9D seem like very vague categories to me. Or did you have other packages in mind that would fit in there? Thanks, Ludo=E2=80=99.