commit:     d8232901b67b237a3f78d7845b0abbfc8d70363c
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 19:35:52 2016 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 19:37:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8232901

Removes games eclass usage & changes desktop icon location, bug #561914

Package-Manager: portage-2.2.27

 games-emulation/dolphin/dolphin-9999.ebuild | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-9999.ebuild 
b/games-emulation/dolphin/dolphin-9999.ebuild
index 981b451..bb207fe 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() {

Reply via email to