diff --git a/games-emulation/dolphin/additional-files/dolphin.rdef.in b/games-emulation/dolphin_emu/additional-files/dolphin_emu.rdef.in similarity index 100% rename from games-emulation/dolphin/additional-files/dolphin.rdef.in rename to games-emulation/dolphin_emu/additional-files/dolphin_emu.rdef.in diff --git a/games-emulation/dolphin/dolphin-5.0.13178.recipe b/games-emulation/dolphin_emu/dolphin_emu-5.0.13178.recipe similarity index 89% rename from games-emulation/dolphin/dolphin-5.0.13178.recipe rename to games-emulation/dolphin_emu/dolphin_emu-5.0.13178.recipe index 99d1ca0a6..85d12484f 100644 --- a/games-emulation/dolphin/dolphin-5.0.13178.recipe +++ b/games-emulation/dolphin_emu/dolphin_emu-5.0.13178.recipe @@ -6,18 +6,18 @@ turbo speed, networked multiplayer, and even more!" HOMEPAGE="https://dolphin-emu.org/" COPYRIGHT="2020 Dolphin Emulator Project" LICENSE="GNU GPL v2" -REVISION="4" +REVISION="5" gitRevision="a34823df61df65168aa40ef5e82e44defd4a0138" SOURCE_URI="https://github.com/dolphin-emu/dolphin/archive/$gitRevision.tar.gz" CHECKSUM_SHA256="f2fcdcd26e8156b15adc0bc031fdaae3ff29bee59f46376ad57d7165b3c1f0c9" SOURCE_DIR="dolphin-$gitRevision" -PATCHES="dolphin-$portVersion.patchset" -ADDITIONAL_FILES="dolphin.rdef.in" +PATCHES="dolphin_emu-$portVersion.patchset" +ADDITIONAL_FILES="dolphin_emu.rdef.in" ARCHITECTURES="!x86_gcc2 !x86 ?x86_64" PROVIDES=" - dolphin = $portVersion + dolphin_emu = $portVersion app:Dolphin = $portVersion " REQUIRES=" @@ -29,6 +29,7 @@ REQUIRES=" lib:libcubeb lib:libcurl lib:libGL + lib:libiconv lib:liblzma lib:libminiupnpc lib:libopenal @@ -100,9 +101,9 @@ INSTALL() -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ -e "s|@LONG_INFO@|$LONG_INFO|" \ - $portDir/additional-files/dolphin.rdef.in > dolphin.rdef + $portDir/additional-files/dolphin_emu.rdef.in > dolphin_emu.rdef - addResourcesToBinaries dolphin.rdef $appsDir/Dolphin/Dolphin + addResourcesToBinaries dolphin_emu.rdef $appsDir/Dolphin/Dolphin addAppDeskbarSymlink $appsDir/Dolphin/Dolphin Dolphin } diff --git a/games-emulation/dolphin/patches/dolphin-5.0.13178.patchset b/games-emulation/dolphin_emu/patches/dolphin_emu-5.0.13178.patchset similarity index 100% rename from games-emulation/dolphin/patches/dolphin-5.0.13178.patchset rename to games-emulation/dolphin_emu/patches/dolphin_emu-5.0.13178.patchset