parent
f652bdd094
commit
0efd45c8ed
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index 5c9c405..42e05e3 100644
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -403,6 +403,7 @@ if (NOT (MACOS_BUNDLE AND (NOT CMAKE_OSX_ARCHITECTURES MATCHES "${SYSTEM_MACOS_A
|
||||||
|
add_custom_command(
|
||||||
|
OUTPUT g2.dat
|
||||||
|
COMMAND ./openrct2-cli sprite build ${CMAKE_BINARY_DIR}/g2.dat ${ROOT_DIR}/resources/g2/sprites.json
|
||||||
|
+ DEPENDS openrct2-cli
|
||||||
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||||
|
)
|
||||||
|
add_custom_target(g2 DEPENDS ${PROJECT_NAME} g2.dat)
|
|
@ -2,12 +2,12 @@
|
||||||
# based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
|
# based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
|
||||||
# and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
|
# and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
|
||||||
pkgname=OpenRCT2
|
pkgname=OpenRCT2
|
||||||
version=0.4.14
|
version=0.4.15
|
||||||
revision=1
|
revision=1
|
||||||
# versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
|
# versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
|
||||||
_objects_version=1.4.7
|
_objects_version=1.4.8
|
||||||
_titles_version=0.4.14
|
_titles_version=0.4.14
|
||||||
_replays_version=0.0.79
|
_replays_version=0.0.80
|
||||||
_opensfx_version=1.0.5
|
_opensfx_version=1.0.5
|
||||||
_openmsx_version=1.6
|
_openmsx_version=1.6
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -40,11 +40,11 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
|
||||||
https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip>openmusic-${_openmsx_version}.zip
|
https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip>openmusic-${_openmsx_version}.zip
|
||||||
https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip>replays-${_replays_version}.zip
|
https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip>replays-${_replays_version}.zip
|
||||||
https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip>title-sequences-${_titles_version}.zip"
|
https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip>title-sequences-${_titles_version}.zip"
|
||||||
checksum="a6645c0c5fcdd4e1e9bdbe90a97d1674a7b9ed5c5e8b803339b4fe4886368ad2
|
checksum="f25671e29316fdcd4065e5c029a87e4beb61a3672115c1762ed6b70b5f1ff5a4
|
||||||
003c7d8a68a2461ac27204a361ffe6eab66e3aff262755b9830c97ce36d6fb65
|
ea78872f9f777fb6b27019e4b880e4cb9766658ee8ae95f76985af0b9658eb4d
|
||||||
a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
|
a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
|
||||||
f097d3a4ccd39f7546f97db3ecb1b8be73648f53b7a7595b86cccbdc1a7557e4
|
f097d3a4ccd39f7546f97db3ecb1b8be73648f53b7a7595b86cccbdc1a7557e4
|
||||||
045da1df8697e2d33ff33b34008f22e7698280aa4639afd1b1fc3c590d5e9956
|
de47bc8b19f9b1921177c5e04ab90bd85a2460821020fb6375de3c1795a0af5d
|
||||||
140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3"
|
140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3"
|
||||||
skip_extraction="objects-${_objects_version}.zip
|
skip_extraction="objects-${_objects_version}.zip
|
||||||
opensound-${_opensfx_version}.zip
|
opensound-${_opensfx_version}.zip
|
||||||
|
|
Loading…
Reference in New Issue