openxcom and supermariowar, revbump for -DCMAKE_BUILD_TYPE=Release (#6388)

This commit is contained in:
Schrijvers Luc
2021-11-11 12:05:22 +01:00
committed by GitHub
parent 453e9c678b
commit 0499ed01b2
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ worlds, and much more!"
HOMEPAGE="https://github.com/mmatyas/supermariowar"
COPYRIGHT="2003-2018 Super Mario War developers"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="$HOMEPAGE/archive/v2.0-${portVersion%%[0-9]*}.${portVersion##*[a-z]}.tar.gz"
CHECKSUM_SHA256="ff0890e348c6fd56d4e1e7a3c3af405cb9ff7e23e7492f11e18832495366424d"
SOURCE_FILENAME="supermariowar-$portVersion.tar.gz"
@@ -71,6 +71,7 @@ BUILD()
mkdir -p build
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_STATIC_LIBS=OFF \
-DCMAKE_INSTALL_PREFIX="$prefix" \
-DSMW_DATADIR="$dataDir/supermariowar"

View File

@@ -7,7 +7,7 @@ community."
HOMEPAGE="https://openxcom.org/"
COPYRIGHT="2010-2014 OpenXcom Developers"
LICENSE="GNU GPL v3"
REVISION="5"
REVISION="6"
SOURCE_URI="https://github.com/SupSuper/OpenXcom/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="45acb280010a01d60506b1c5f2951ae501c012cc6161aac470bd15c1e6981246"
SOURCE_FILENAME="OpenXcom-$portVersion.tar.gz"
@@ -56,7 +56,7 @@ BUILD_PREREQUIRES="
BUILD()
{
cmake .
cmake . -DCMAKE_BUILD_TYPE=Release
make $jobArgs
}