Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 911934

Summary: media-fonts/urw-fonts-20230503: incomplete ps type 1 font install
Product: Gentoo Linux Reporter: Michelangelo Scopelliti <kernelpanic>
Component: Current packagesAssignee: Gentoo Fonts Team <fonts>
Status: RESOLVED FIXED    
Severity: normal CC: nbowler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michelangelo Scopelliti 2023-08-08 17:53:11 UTC
Looking at the ebuild, we have

FONT_SUFFIX="afm otf ttf"

This install just the font metrics for ps fonts (the .t1 files in the FONT_S directory).

To have a complete install, "t1" should be added to FONT_SUFFIX, though I doubt anyone would miss type1 font. 

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-10-10 10:41:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2dfaefb04ef3949ab96bb8a85977c4abd75d06

commit 4c2dfaefb04ef3949ab96bb8a85977c4abd75d06
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-10-10 10:40:28 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-10-10 10:40:28 +0000

    media-fonts/urw-fonts: Install also t1 fonts
    
    As other distributions do.
    
    Thanks-to: Michelangelo Scopelliti
    Closes: https://bugs.gentoo.org/911934
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 media-fonts/urw-fonts/urw-fonts-20230503-r1.ebuild | 50 ++++++++++++++++++++++
 1 file changed, 50 insertions(+)