diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-04 12:58:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-04 12:58:52 +0200 |
commit | 345da67d5ddeffcb7253af320e2a121690aec53f (patch) | |
tree | 4044edc35359242bcd3a5ad20d87a834437fdb3a /games-emulation/mupen64plus-core | |
parent | dev-util/nemiver: Version bump (diff) | |
download | gentoo-345da67d5ddeffcb7253af320e2a121690aec53f.tar.gz gentoo-345da67d5ddeffcb7253af320e2a121690aec53f.tar.bz2 gentoo-345da67d5ddeffcb7253af320e2a121690aec53f.zip |
games-emulation/mupen64plus-core: Use DejaVu font, #548214
Use DejaVu Sans instead of deprecated BitStream Vera for OSD.
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=548214
Package-Manager: portage-2.2.22
Diffstat (limited to 'games-emulation/mupen64plus-core')
-rw-r--r-- | games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild (renamed from games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild index a279007f2240..1954420fce96 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND="media-libs/libpng:0= sys-libs/zlib:0=[minizip] lirc? ( app-misc/lirc:0 ) osd? ( - media-fonts/ttf-bitstream-vera + media-fonts/dejavu media-libs/freetype:2= virtual/opengl:0= virtual/glu:0= @@ -107,6 +107,6 @@ src_install() { local font_path=/usr/share/mupen64plus/font.ttf rm "${D%/}/${font_path}" || die if use osd; then - dosym /usr/share/fonts/ttf-bitstream-vera/Vera.ttf "${font_path}" + dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${font_path}" fi } |