From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRb71-0007qA-7f for guix-patches@gnu.org; Tue, 27 Nov 2018 06:01:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRb70-00083R-FB for guix-patches@gnu.org; Tue, 27 Nov 2018 06:01:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRb70-00083E-Bw for guix-patches@gnu.org; Tue, 27 Nov 2018 06:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gRb70-0005EF-9C for guix-patches@gnu.org; Tue, 27 Nov 2018 06:01:02 -0500 Subject: [bug#33395] [PATCH 1/2] gnu: Add liblcf. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181115111223.1982-1-iyzsong@member.fsf.org> Date: Tue, 27 Nov 2018 12:00:19 +0100 In-Reply-To: <20181115111223.1982-1-iyzsong@member.fsf.org> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Thu, 15 Nov 2018 19:12:22 +0800") Message-ID: <871s76bxa4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 33395@debbugs.gnu.org Hello =E5=AE=8B=E6=96=87=E6=AD=A6! =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/easyrpg.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Should it go to game-development.scm? > + (synopsis "Library to handle RPG Maker 2000 and 2003 game data") > + (description > + "@code{liblcf} is a library to handle RPG Maker 2000 and 2003 game = data. > +It can read and write LCF and XML files.") > + ;; It bundles Boost Preprocessor Cat and Stringize (boost-1.0) and a= copy > + ;; of inih (bsd-3). > + (license license:expat))) Could these things be unbundled? If not, could you leave a comment possibly with a TODO? Thanks, Ludo=E2=80=99.