mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Haiku) Some minor updates for HaikuDepot
This commit is contained in:
parent
cc1c034525
commit
9d4da523b5
|
@ -11,6 +11,7 @@ SOURCE_URI="https://gitlab.com/es-de/emulationstation-de/-/archive/$srcGitRev/em
|
|||
CHECKSUM_SHA256="52c820beddba7e08014f589120c087d6b84b79a88b6213bf13a4e025fd728285"
|
||||
SOURCE_FILENAME="emulationstation-de-$portVersion-$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="emulationstation-de-$srcGitRev"
|
||||
ADDITIONAL_FILES="es-de.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
@ -57,10 +58,10 @@ BUILD_REQUIRES="
|
|||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake$secondaryArchSuffix
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:cmake$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:make$secondaryArchSuffix
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
@ -84,7 +85,7 @@ INSTALL()
|
|||
-e "s|@MAJOR@|$MAJOR|" \
|
||||
-e "s|@MIDDLE@|$MIDDLE|" \
|
||||
-e "s|@MINOR@|$MINOR|" \
|
||||
$sourceDir/es-app/assets/es-de_haiku.rdef.in > es-de.rdef
|
||||
$portDir/additional-files/es-de.rdef.in > es-de.rdef
|
||||
|
||||
addResourcesToBinaries es-de.rdef \
|
||||
"$appsDir"/es-de
|
||||
|
|
Loading…
Reference in a new issue