diff options
author | Devan Franchini <twitch153@gentoo.org> | 2016-03-05 00:59:54 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2016-03-05 00:59:54 -0500 |
commit | afdcf3ed433747f8d69b6e8690f999426d16c1f7 (patch) | |
tree | e238357008d7e662e97535c1d918ff5a28e1d9c1 /games-emulation | |
parent | Removes DOLPHIN_WC_REVISION, bug #576090 (diff) | |
download | gentoo-afdcf3ed433747f8d69b6e8690f999426d16c1f7.tar.gz gentoo-afdcf3ed433747f8d69b6e8690f999426d16c1f7.tar.bz2 gentoo-afdcf3ed433747f8d69b6e8690f999426d16c1f7.zip |
Replaces xpm icon with png and svg, bug #575420
Package-Manager: portage-2.2.27
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 1b11576719df..b12563f7dd2f 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -173,7 +173,8 @@ src_install() { dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi - doicon Installer/dolphin-emu.xpm + doicon -s 48 Installer/dolphin-emu.png + doicon -s scalable Installer/dolphin-emu.svg make_desktop_entry "dolphin-emu" "Dolphin Emulator" "dolphin-emu" "Game;Emulator;" prepgamesdirs |