games-emulation/mupen64plus-core: Use DejaVu font, #548214
authorMichał Górny <mgorny@gentoo.org>
Sun, 4 Oct 2015 10:58:52 +0000 (12:58 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 4 Oct 2015 10:58:52 +0000 (12:58 +0200)
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

games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild [moved from games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild with 96% similarity]

similarity index 96%
rename from games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild
rename to games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
index a279007f22409b7484109ebe80ebf3889f5d7fed..1954420fce9646bcf2190aa878f7eaaf3db9eb4c 100644 (file)
@@ -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
 }