Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911934 - media-fonts/urw-fonts-20230503: incomplete ps type 1 font install
Summary: media-fonts/urw-fonts-20230503: incomplete ps type 1 font install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-08 17:53 UTC by Michelangelo Scopelliti
Modified: 2023-10-10 10:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)