From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/5] gnu: Add evas-generic-loaders Date: Fri, 27 Feb 2015 18:02:49 +0100 Message-ID: <87d24vmgna.fsf@gnu.org> References: <1424910673-17665-1-git-send-email-sleep_walker@suse.cz> <1424910673-17665-3-git-send-email-sleep_walker@suse.cz> 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]:43293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YROJZ-0007wt-Hj for guix-devel@gnu.org; Fri, 27 Feb 2015 12:03:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YROJV-0005Vd-4H for guix-devel@gnu.org; Fri, 27 Feb 2015 12:03:01 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YROJV-0005VQ-2F for guix-devel@gnu.org; Fri, 27 Feb 2015 12:02:57 -0500 In-Reply-To: <1424910673-17665-3-git-send-email-sleep_walker@suse.cz> (=?utf-8?B?IlRvbcOhxaEJxIxlY2giJ3M=?= message of "Thu, 26 Feb 2015 01:31:11 +0100") 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?VG9tw6HFoSDEjGVjaA==?= Cc: guix-devel@gnu.org Tom=C3=A1=C5=A1 =C4=8Cech skribis: > * gnu/packages/efl.scm (evas-generic-loaders): New variable. [...] > + (uri (string-append "http://download.enlightenment.org/rel= /libs/evas_generic_loaders/evas_generic_loaders-" version ".tar.gz")) Line too long. > + ("poppler" ,poppler) > + )) Move the parens to the previous line please. > + (home-page "http://www.enlightenment.org") > + (synopsis "Plugins for integration of various file types into Evas") > + (description > + "Set of generic loaders allowing to open pictures, documents and me= dia files into Evas (EFL canvas library)") Line too long + what Andreas wrote before. Thanks, Ludo=E2=80=99.