From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 0/3] Generate "/share/fonts/truetype/fonts.dir" file Date: Fri, 1 Jul 2016 12:27:27 +0300 Message-ID: <20160701092730.2265-1-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIujk-0001r6-04 for guix-devel@gnu.org; Fri, 01 Jul 2016 05:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIujb-00082f-Jg for guix-devel@gnu.org; Fri, 01 Jul 2016 05:27:43 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:34840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIujb-00082J-CB for guix-devel@gnu.org; Fri, 01 Jul 2016 05:27:39 -0400 Received: by mail-lf0-x243.google.com with SMTP id w130so10816857lfd.2 for ; Fri, 01 Jul 2016 02:27:39 -0700 (PDT) Received: from localhost.localdomain ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id u193sm2160448lfd.36.2016.07.01.02.27.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Jul 2016 02:27:37 -0700 (PDT) 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" To: guix-devel@gnu.org Currently, when you install TrueType fonts, "/share/fonts/truetype" directory does not contain "fonts.dir" file. This makes impossible to refer to these fonts using a full XLFD name which is required by some old programs. This patchset adds a profile hook to generate this "fonts.dir" file. [PATCH 1/3] gnu: mkfontdir: Do not propagate 'mkfontscale'. [PATCH 2/3] profiles: Add fonts-dir-file hook. [PATCH 3/3] doc: Describe how to make X server find TrueType fonts.