Arx-Libertatis: bump git revisions

This commit is contained in:
Gerasim Troeglazov
2019-10-30 12:56:31 +10:00
parent 7700f8b88e
commit 42b121b920

View File

@@ -8,14 +8,14 @@ porting the game to new systems as well as eliminating bugs and limitations."
HOMEPAGE="https://arx-libertatis.org/"
COPYRIGHT="2012-2019 Arx-Libertatis team"
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="db77aa26bb8612f711b65e72b1cd8cf6481700c7"
REVISION="2"
srcGitRev="85d293a69d486466e0c51de3ebf92f70941dc4f0"
SOURCE_URI="https://github.com/arx/ArxLibertatis/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="19bbd1cd5a5577e362079b73947d89e551a987cd976d85969d48e2ed38a70091"
CHECKSUM_SHA256="3c034f42f8df4bd3dfa8db659ce1c4b3c913ed36ad65d64156e46515d7a74b99"
SOURCE_DIR="ArxLibertatis-$srcGitRev"
srcGitRev2="b23fa86080717e52c862f586c858d825a281d26a"
srcGitRev2="68b5907feff0dda72fe5435e1108ccd2ad7e8ed5"
SOURCE_URI_2="https://github.com/EXL/BeGameLauncher/archive/$srcGitRev2.tar.gz"
CHECKSUM_SHA256_2="3121426ca772b694a4510a208cfd5b76fec943f8b4ecacbe0d79daffb7b81665"
CHECKSUM_SHA256_2="e564291d665ad3c9bb329e6849ab399d1ce0cbc59bd47bcc15a22f3c6e9345a1"
SOURCE_DIR_2="BeGameLauncher-$srcGitRev2"
PATCHES="arx_libertatis-$portVersion.patchset"
ADDITIONAL_FILES="arx_libertatis.rdef"
@@ -68,17 +68,17 @@ BUILD()
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir/Arx-Libertatis \
-DCMAKE_INSTALL_BINDIR=$appsDir/Arx-Libertatis \
-DCMAKE_INSTALL_LIBDIR=$appsDir/Arx-Libertatis/lib \
-DCMAKE_INSTALL_DATAROOTDIR=$appsDir/Arx-Libertatis \
-DSDL2_INCLUDE_DIR=/system/$relativeIncludeDir/SDL2 \
-DUSER_DIR="ArxLibertatis" \
-DUSER_DIR_PREFIXES=`finddir B_USER_SETTINGS_DIRECTORY`/ \
-DCONFIG_DIR="ArxLibertatis" \
-DCONFIG_DIR_PREFIXES=`finddir B_USER_SETTINGS_DIRECTORY`/ \
-DDATA_DIR="games/arx:arx" \
-DDATA_DIR_PREFIXES="$appsDir/Arx-Libertatis/" \
-DCMAKE_INSTALL_PREFIX=$appsDir/Arx-Libertatis \
-DCMAKE_INSTALL_BINDIR=$appsDir/Arx-Libertatis \
-DCMAKE_INSTALL_DATAROOTDIR=$appsDir/Arx-Libertatis \
-DCMAKE_INSTALL_LIBDIR=$appsDir/Arx-Libertatis/lib \
-DSDL2_INCLUDE_DIR=/system/$relativeIncludeDir/SDL2 \
-DBUILD_TOOLS=OFF \
-DBUILD_IO_LIBRARY=OFF \
-DBUILD_CRASHHANDLER=OFF \