Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338634 - Support multiple font dirs in font.eclass
Summary: Support multiple font dirs in font.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 304621
  Show dependency tree
 
Reported: 2010-09-25 03:45 UTC by Ryan Hill (RETIRED)
Modified: 2015-02-21 07:24 UTC (History)
0 users

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


Attachments
font.eclass.diff (font.eclass.diff,2.37 KB, patch)
2010-09-30 05:40 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2010-09-25 03:45:19 UTC
One of the difficulties in porting cronyx-fonts to use font.eclass (bug #304621) is that this package contains font files in multiple directories (75dpi/, 100dpi/, misc/), which the eclass doesn't currently support.  My current thought on how to solve this is just making FONT_S a space-delimited list of directories.  This should allow the needed functionality without breaking existing ebuilds.

No code yet, just making sure I don't forget it.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2010-09-30 05:40:02 UTC
Created attachment 249034 [details, diff]
font.eclass.diff

lightly tested, seems to work.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2010-10-01 03:36:30 UTC
Now heavily tested.  Peter, could you give it a quick lookover?
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2015-02-21 07:24:38 UTC
+  21 Feb 2015; Ben de Groot <yngwin@gentoo.org> font.eclass:
+  Apply patch from Ryan Hill to font.eclass to support multiple FONT_S
+  directories (bug #338634)