From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/2] gnu: Add 'ttf-liberation'. Date: Wed, 29 Oct 2014 23:16:47 +0100 Message-ID: <20141029221647.GA29707@debian> References: <87oaswbs72.fsf@gmail.com> <87bnowlimh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjbY6-0007AV-8O for guix-devel@gnu.org; Wed, 29 Oct 2014 18:17:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjbXy-0002Fp-3C for guix-devel@gnu.org; Wed, 29 Oct 2014 18:17:02 -0400 Content-Disposition: inline In-Reply-To: <87bnowlimh.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org, Alex Kost On Tue, Oct 28, 2014 at 09:10:30AM +0100, Ludovic Courtès wrote: > Alex Kost skribis: > > Not related to this patch: what about renaming ‘freefont-ttf’ package > > into ‘ttf-freefont’ to make all TrueType fonts have a name "ttf-…"? > I think so. What do others think? Andreas? So far, we have no special rules for font naming. So... > > Subject: [PATCH 2/2] gnu: Add 'ttf-liberation'. > > * gnu/packages/fonts.scm (ttf-liberation): New variable. ...the package should be called liberation-fonts-ttf. We could install a rule similar to that for python modules, that we always add ttf in front of true type fonts, or move it in front if it is already in the name. But I am not convinced this is a good choice: Being truetype is not inherent to a font, it is just a format, and a package may contain the same font (or several ones) in different formats. What would we do then? It would be more reasonable to add "font-" in front. But I am also not too fond of this. Andreas