Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335770 - games-board/ggz-sdl-games should RDEPEND on virtual/ttf-fonts instead of media-fonts/ttf-bitstream-vera
Summary: games-board/ggz-sdl-games should RDEPEND on virtual/ttf-fonts instead of medi...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on: 404349
Blocks: 282754
  Show dependency tree
 
Reported: 2010-09-03 10:53 UTC by Pacho Ramos
Modified: 2015-02-03 14:28 UTC (History)
0 users

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 Pacho Ramos gentoo-dev 2010-09-03 10:53:59 UTC
This is for trying to resolve bug 282754 since some people (like me) only want to have dejavu fonts instead of old bitstream-vera

Currently, looks like ggz-sdl-games makes usage of media-fonts/ttf-bitstream-vera due:

src_install() {
        dosym /usr/share/fonts/ttf-bitstream-vera \
                /usr/share/ggz/geekgame/fonts
        games-ggz_src_install
}

Probably, this should be replaced by adding additional font paths for dejavu and other virtual/ttf-fonts providers in geekgame/main.c under "/* Scanning for fonts */" section

Thanks

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2015-02-03 14:28:19 UTC
dropped