mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Dolphin: rename package to dolphin_emu (conflict with kde's dolphin file manager)
This commit is contained in:
@@ -6,18 +6,18 @@ turbo speed, networked multiplayer, and even more!"
|
|||||||
HOMEPAGE="https://dolphin-emu.org/"
|
HOMEPAGE="https://dolphin-emu.org/"
|
||||||
COPYRIGHT="2020 Dolphin Emulator Project"
|
COPYRIGHT="2020 Dolphin Emulator Project"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="4"
|
REVISION="5"
|
||||||
gitRevision="a34823df61df65168aa40ef5e82e44defd4a0138"
|
gitRevision="a34823df61df65168aa40ef5e82e44defd4a0138"
|
||||||
SOURCE_URI="https://github.com/dolphin-emu/dolphin/archive/$gitRevision.tar.gz"
|
SOURCE_URI="https://github.com/dolphin-emu/dolphin/archive/$gitRevision.tar.gz"
|
||||||
CHECKSUM_SHA256="f2fcdcd26e8156b15adc0bc031fdaae3ff29bee59f46376ad57d7165b3c1f0c9"
|
CHECKSUM_SHA256="f2fcdcd26e8156b15adc0bc031fdaae3ff29bee59f46376ad57d7165b3c1f0c9"
|
||||||
SOURCE_DIR="dolphin-$gitRevision"
|
SOURCE_DIR="dolphin-$gitRevision"
|
||||||
PATCHES="dolphin-$portVersion.patchset"
|
PATCHES="dolphin_emu-$portVersion.patchset"
|
||||||
ADDITIONAL_FILES="dolphin.rdef.in"
|
ADDITIONAL_FILES="dolphin_emu.rdef.in"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 !x86 ?x86_64"
|
ARCHITECTURES="!x86_gcc2 !x86 ?x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
dolphin = $portVersion
|
dolphin_emu = $portVersion
|
||||||
app:Dolphin = $portVersion
|
app:Dolphin = $portVersion
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
@@ -29,6 +29,7 @@ REQUIRES="
|
|||||||
lib:libcubeb
|
lib:libcubeb
|
||||||
lib:libcurl
|
lib:libcurl
|
||||||
lib:libGL
|
lib:libGL
|
||||||
|
lib:libiconv
|
||||||
lib:liblzma
|
lib:liblzma
|
||||||
lib:libminiupnpc
|
lib:libminiupnpc
|
||||||
lib:libopenal
|
lib:libopenal
|
||||||
@@ -100,9 +101,9 @@ INSTALL()
|
|||||||
-e "s|@MIDDLE@|$MIDDLE|" \
|
-e "s|@MIDDLE@|$MIDDLE|" \
|
||||||
-e "s|@MINOR@|$MINOR|" \
|
-e "s|@MINOR@|$MINOR|" \
|
||||||
-e "s|@LONG_INFO@|$LONG_INFO|" \
|
-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
|
addAppDeskbarSymlink $appsDir/Dolphin/Dolphin Dolphin
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user