diff options
author | Devan Franchini <twitch153@gentoo.org> | 2016-04-02 15:35:52 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2016-04-02 15:37:13 -0400 |
commit | d8232901b67b237a3f78d7845b0abbfc8d70363c (patch) | |
tree | b760e2e33635eb7620bab28cffaa758f72b0eb41 /games-emulation/dolphin | |
parent | Adds LINGUAS support to ebuid, bug #561914 (diff) | |
download | gentoo-d8232901b67b237a3f78d7845b0abbfc8d70363c.tar.gz gentoo-d8232901b67b237a3f78d7845b0abbfc8d70363c.tar.bz2 gentoo-d8232901b67b237a3f78d7845b0abbfc8d70363c.zip |
Removes games eclass usage & changes desktop icon location, bug #561914
Package-Manager: portage-2.2.27
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 981b451e4d5b..bb207fe2c532 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -8,7 +8,7 @@ PLOCALES="ar ca cs de el en es fa fr he hu it ja ko nb nl pl pt_BR pt ru sr sv t PLOCALE_BACKUP="en" WX_GTK_VER="3.0" -inherit cmake-utils eutils l10n pax-utils toolchain-funcs versionator wxwidgets games +inherit cmake-utils eutils l10n pax-utils toolchain-funcs versionator wxwidgets if [[ ${PV} == 9999* ]] then @@ -153,10 +153,6 @@ src_configure() { fi local mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" - "-Dprefix=${GAMES_PREFIX}" - "-Ddatadir=${GAMES_DATADIR}/${PN}" - "-Dplugindir=$(games_get_libdir)/${PN}" "-DUSE_SHARED_ENET=ON" $( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS ) $( cmake-utils_use log FASTLOG ) @@ -187,11 +183,9 @@ src_install() { dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi - 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 + doicon -s 48 Data/dolphin-emu.png + doicon -s scalable Data/dolphin-emu.svg + doicon Data/dolphin-emu.svg } pkg_postinst() { |