Update DevilutionX to 1.5.4 (#12013)

This commit is contained in:
Peppersawce
2025-03-19 15:39:47 +01:00
committed by GitHub
parent cc8c2877a0
commit 901009e9f5
2 changed files with 5 additions and 5 deletions

View File

@@ -5,12 +5,12 @@ Diablo game from 1996.
To play, you'll need the file 'diabdat.mpq' from the original Diablo CD.
Visit the homepage for more info, a FAQ, controller mappings, etc."
HOMEPAGE="https://github.com/diasurgical/devilutionX"
COPYRIGHT="2024 DevilutionX"
COPYRIGHT="2025 DevilutionX"
LICENSE="Sustainable Use License"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/diasurgical/devilutionX/archive/$portVersion.zip"
CHECKSUM_SHA256="33d4cc3c0c10ff71937c8507cb21267fc2c8f0634893d01a71773467078ca5d6"
SOURCE_DIR="devilutionX-$portVersion"
CHECKSUM_SHA256="850ca8af8c0c86c9224be469f80e25f7fafdfc70bc29388ac0ab5a4c5e29da2c"
SOURCE_DIR="DevilutionX-$portVersion"
PATCHES="devilutionx-$portVersion.patchset"
ADDITIONAL_FILES="devilutionx.sh"
@@ -66,7 +66,7 @@ BUILD()
mkdir -p build && cd build
cmake .. $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DDISABLE_ZERO_TIER=ON \
-DDISABLE_LTO=ON \
-DBUILD_TESTING=OFF \