X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 69860DC1819; Thu, 4 Jun 2015 08:01:59 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id A7E06DC0590; Thu, 4 Jun 2015 08:01:58 +0000 (UTC) Date: Thu, 4 Jun 2015 10:01:54 +0200 From: Natanael Copa To: Andrew Hills Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/terminus-font: new aport Message-ID: <20150604100154.5ca130a1@ncopa-desktop.alpinelinux.org> In-Reply-To: <1432480436-16702-1-git-send-email-ahills@ednos.net> References: <1432480436-16702-1-git-send-email-ahills@ednos.net> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Sun, 24 May 2015 11:13:56 -0400 Andrew Hills wrote: > http://sourceforge.net/projects/terminus-font/ > Monospace bitmap font (for X11 and console) > > This is actually Orion's APKBUILD, with the missing makedepend > "grep" added to allow the build to succeed. Busybox's "grep" > command does not support the regular expression from the package's > micro-configure script on line 42. > --- Thanks for this patch. I think it needs a bit more cleanup. Please see comments below. ... > +depends="fontconfig libfontenc font-util" Are those actually needed to use the font at runtime? is not a font just static data? ... > --- /dev/null > +++ b/testing/terminus-font/terminus-font.post-install > @@ -0,0 +1,6 @@ > +#!/bin/sh > +# add something which happends after install > + > +fc-cache -s > +mkfontscale usr/share/fonts/misc > +mkfontdir usr/share/fonts/misc We have a trigger to do the fc-cache. I think the post-install can simply be removed. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---