Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Sat, 02 Apr 2016 19:42:59
Message-Id: 1459625833.d8232901b67b237a3f78d7845b0abbfc8d70363c.twitch153@gentoo
1 commit: d8232901b67b237a3f78d7845b0abbfc8d70363c
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 19:35:52 2016 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 19:37:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8232901
7
8 Removes games eclass usage & changes desktop icon location, bug #561914
9
10 Package-Manager: portage-2.2.27
11
12 games-emulation/dolphin/dolphin-9999.ebuild | 14 ++++----------
13 1 file changed, 4 insertions(+), 10 deletions(-)
14
15 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
16 index 981b451..bb207fe 100644
17 --- a/games-emulation/dolphin/dolphin-9999.ebuild
18 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
19 @@ -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
20 PLOCALE_BACKUP="en"
21 WX_GTK_VER="3.0"
22
23 -inherit cmake-utils eutils l10n pax-utils toolchain-funcs versionator wxwidgets games
24 +inherit cmake-utils eutils l10n pax-utils toolchain-funcs versionator wxwidgets
25
26 if [[ ${PV} == 9999* ]]
27 then
28 @@ -153,10 +153,6 @@ src_configure() {
29 fi
30
31 local mycmakeargs=(
32 - "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
33 - "-Dprefix=${GAMES_PREFIX}"
34 - "-Ddatadir=${GAMES_DATADIR}/${PN}"
35 - "-Dplugindir=$(games_get_libdir)/${PN}"
36 "-DUSE_SHARED_ENET=ON"
37 $( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS )
38 $( cmake-utils_use log FASTLOG )
39 @@ -187,11 +183,9 @@ src_install() {
40 dodoc -r docs/ActionReplay docs/DSP docs/WiiMote
41 fi
42
43 - doicon -s 48 Installer/dolphin-emu.png
44 - doicon -s scalable Installer/dolphin-emu.svg
45 - make_desktop_entry "dolphin-emu" "Dolphin Emulator" "dolphin-emu" "Game;Emulator;"
46 -
47 - prepgamesdirs
48 + doicon -s 48 Data/dolphin-emu.png
49 + doicon -s scalable Data/dolphin-emu.svg
50 + doicon Data/dolphin-emu.svg
51 }
52
53 pkg_postinst() {