X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=grwIaSVu1HyXB1jd ShaLT6rGvOaKhH7X55QtXpPh+Md/MYoN2z0mOy2yDTTEsEvPcA/TUA26nxqxX0Ot WpMP3yVmRPbiztP1hhmVLcm97z/r8q2IWxGgNjpb9rbh21XjPxg/5rLVzWXmXSuU 9ugnkjyLnjjAJzEk1vicVsilPms= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=XDjMOGTzXQlbBotQ6qL+7A D1v4Q=; b=r9zqp+X83IAHDT3DuA1/XpvZOOIXHSn2ryLHPbXB6GH2MQXmxAAQww 0ifsJ9je8zkYVUJtKL52XHqxSvKjlIdHxfacas+ifZ/DB7sAxi3EEfqcj2g+BV28 UJobZoTjyeCupC5+omYBXVWZ+C3nhga6U/gE9LdRK67F/QiIiZmKY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, H*Ad:U*yselkowitz, H*i:sk:99196e6, H*MI:sk:99196e6 X-HELO: mx1.redhat.com Subject: Re: font encodings dirs ? To: cygwin AT cygwin DOT com References: <8f731cce-ab62-ada1-79bc-3bce499abcc2 AT gmail DOT com> <5713DDA5 DOT 2080807 AT cygwin DOT com> <99196e63-4096-c983-2749-507316e12667 AT gmail DOT com> From: Yaakov Selkowitz Message-ID: <57153765.7000806@cygwin.com> Date: Mon, 18 Apr 2016 14:37:09 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <99196e63-4096-c983-2749-507316e12667@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2016-04-18 04:44, Marco Atzeri wrote: > I rebuilt plotutils, and now there is no postinstall script, > however it seems the tekfont*.pcf fonts are not recognized > by fontconfig. That is to be expected; fontconfig disables bitmap fonts by default. More importantly, plotutils does not have a dependency on libfontconfig1 or libXft2, which means it uses these as core fonts. How those are installed also changed at the same time. > How should I manage the postintall for this font ? Make sure you have mkfontdir and mkfontscale, then in src_install: fontinto tektronix dofont pcf/*.pcf dodir /etc/X11/fontpath.d dosym /usr/share/fonts/tektronix /etc/X11/fontpath.d/tektronix:unscaled There will be no postinstall for the fonts. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple