From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/4] Add libaprutil. Date: Fri, 19 Jul 2013 00:01:29 +0200 Message-ID: <87wqon5xza.fsf@gnu.org> References: <1359142972-32585-1-git-send-email-tipecaml@gmail.com> <1359142972-32585-3-git-send-email-tipecaml@gmail.com> <201307182134.22999.andreas@enge.fr> 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]:37285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzwLK-0007Qs-Pa for guix-devel@gnu.org; Thu, 18 Jul 2013 18:06:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzwLJ-0003I3-QV for guix-devel@gnu.org; Thu, 18 Jul 2013 18:06:34 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:49802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzwLJ-0003Hy-Kx for guix-devel@gnu.org; Thu, 18 Jul 2013 18:06:33 -0400 In-Reply-To: <201307182134.22999.andreas@enge.fr> (Andreas Enge's message of "Thu, 18 Jul 2013 21:34:22 +0200") List-Id: 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > Am Freitag, 25. Januar 2013 schrieb Cyril Roelandt: >> * gnu/packages/libapr: new variable. >> gnu/packages/libapr.scm | 33 +++++++++++++++++++++++++++++++++ >> +(define-public libaprutil > > While trying to update subversion, I come across libapr.scm. Unlike Debia= n,=20 > we normally do not add "lib" in front of the name for a library package.= =20 > For instance, we use "cairo" instead of "libcairo". So I would suggest to= =20 > rename the file to apr.scm, and the package libapr to apr. +1 > I am not sure for libaprutil, however, for which the official name is APR- > util. Shall we use apr-util or aprutil to avoid the dash? The general naming algorithm should be: (string-downcase upstream-name). In this case, that gives =E2=80=98apr-util=E2=80=99. Ludo=E2=80=99.