From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43123) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmHWQ-0000ub-Ro for guix-patches@gnu.org; Sat, 13 Jul 2019 08:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmHWP-0002WR-Ql for guix-patches@gnu.org; Sat, 13 Jul 2019 08:53:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60981) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmHWP-0002WF-Mj for guix-patches@gnu.org; Sat, 13 Jul 2019 08:53:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmHWP-0001cb-L8 for guix-patches@gnu.org; Sat, 13 Jul 2019 08:53:01 -0400 Subject: [bug#36607] [PATCH 1/2] gnu: Add libimagequant. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190711203911.8139-1-h.goebel@crazy-compilers.com> <20190711203911.8139-2-h.goebel@crazy-compilers.com> Date: Sat, 13 Jul 2019 14:52:42 +0200 In-Reply-To: <20190711203911.8139-2-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Thu, 11 Jul 2019 22:39:10 +0200") Message-ID: <87zhli85b9.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: Hartmut Goebel Cc: 36607@debbugs.gnu.org Hi Hartmut, Hartmut Goebel skribis: > * gnu/packages/image.scm (libimagequant): New variable. > +(define-public libimagequant > + (package > + (name "libimagequant") ^ Nitpick: fields should be one column further to the right. (Maybe just run ./etc/indent-code.el.) > + (home-page "https://pngquant.org/lib/") > + (synopsis "Image palette quantization library") > + (description "Small, portable C library for high-quality conversion o= f RGBA > +images to 8-bit indexed-color (palette) images.") Please write a full sentence (or two :-)). > + (license license:gpl3))) It should be =E2=80=98gpl3+=E2=80=99 per =E2=80=98COPYRIGHT=E2=80=99. OK to push with these changes, thanks! Ludo=E2=80=99.