Dolphin: rename package to dolphin_emu (conflict with kde's dolphin file manager)

This commit is contained in:
Gerasim Troeglazov
2021-03-17 14:10:48 +10:00
parent 0b05db1b99
commit a7ad9ac81e
3 changed files with 7 additions and 6 deletions

View File

@@ -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
}