From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: font-build-system Date: Mon, 13 Feb 2017 15:59:01 +0100 Message-ID: <87shnib0i2.fsf@gnu.org> References: <20170205125841.hsywh3xuyoabt4vq@wasp> 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]:43429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdI5q-0002Ln-TG for guix-devel@gnu.org; Mon, 13 Feb 2017 09:59:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdI5n-0005uz-N1 for guix-devel@gnu.org; Mon, 13 Feb 2017 09:59:07 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdI5n-0005ut-Ja for guix-devel@gnu.org; Mon, 13 Feb 2017 09:59:03 -0500 Received: from [193.50.110.194] (port=45782 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cdI5m-0002FA-W1 for guix-devel@gnu.org; Mon, 13 Feb 2017 09:59:03 -0500 In-Reply-To: <20170205125841.hsywh3xuyoabt4vq@wasp> (ng0's message of "Sun, 5 Feb 2017 12:58:41 +0000") 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 ng0 skribis: > we have 20 - 25 fonts (I didn't really count), and only 2 are using a > > system* make args > > in their build phase, every other font just extracts, creates folders > and copies the fonts to the folders. > This is much repetition which could be avoided by just calling a build > system, rather than applying changes to fonts over and over again. > > It looks like this can be achieved by something as small as the emacs > build-system. Would anyone give it a try? That=E2=80=99s a good idea. It might be that there are subtle differences = among the font packages, though. Ludo=E2=80=99.