From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/2] gnu: Add 'ttf-liberation'. Date: Thu, 30 Oct 2014 08:56:40 +0100 Message-ID: <20141030075640.GB27584@debian> References: <87oaswbs72.fsf@gmail.com> <87bnowlimh.fsf@gnu.org> <20141029221647.GA29707@debian> <87d29af24q.fsf@gmail.com> 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]:41789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjkbG-0001XJ-BR for guix-devel@gnu.org; Thu, 30 Oct 2014 03:57:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjkb7-00018N-8y for guix-devel@gnu.org; Thu, 30 Oct 2014 03:56:54 -0400 Content-Disposition: inline In-Reply-To: <87d29af24q.fsf@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org On Thu, Oct 30, 2014 at 10:27:49AM +0300, Alex Kost wrote: > Why should? What about “ttf-dejavu”? Should it be called > “dejavu-fonts-ttf” then? Yes, that was a mistake, maybe inspired from the debian package name. We should rename it. > Then it shouldn't be prefixed with "ttf". I suggest to use "ttf-…" name > only for packages that provide truetype fonts only. As for the other > font packages, I think they should have "font"/"fonts" in their names, > no matter would it be in the beginning (font-misc-ethiopic) or in the > end (terminus-font). Then what if it contains other types of fonts? Texlive-data/texfm-dist/fonts contains the following 20 subdirectories: afm cmap fea map ofm ovf pfm sfd tfm type1 cid enc lig misc opentype ovp pk source truetype vf (not all of them are fonts, some are just metrics and some I do not know). Would you suggest to use prefixes type1-, opentype-, pk- also? Only if the package contains exactly one format? I think modifying our package name rules for fonts will open a can of worms. Andreas