Cataclysm-DDA: preperly set data prefix and install missing log.lua

This commit is contained in:
John 2019-03-23 04:38:07 +01:00
parent 88486f1e06
commit c6371c97a2
No known key found for this signature in database
GPG key ID: 778558807E4FFC55
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,10 @@
--- lua/CMakeLists.txt 2019-03-08 04:34:43.000000000 +0100
+++ - 2019-03-23 04:29:21.852370856 +0100
@@ -4,6 +4,7 @@
SET(CATACLYSM_DDA_LUA_SOURCES
${CMAKE_SOURCE_DIR}/lua/class_definitions.lua
${CMAKE_SOURCE_DIR}/lua/autoexec.lua
+ ${CMAKE_SOURCE_DIR}/lua/log.lua
)
# test chain

View file

@ -1,9 +1,10 @@
# Template file for 'Cataclysm-DDA'
pkgname=Cataclysm-DDA
version=0.D
revision=1
revision=2
build_style=cmake
configure_args="-DRELEASE=1 $(vopt_bool backtrace BACKTRACE) $(vopt_bool lua LUA)"
configure_args="-DRELEASE=1 $(vopt_bool backtrace BACKTRACE) $(vopt_bool lua LUA)
-DUSE_HOME_DIR=1 -DPREFIX=/usr"
hostmakedepends="pkg-config"
makedepends="$(vopt_if tiles 'SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel') freetype-devel
gettext-devel ncurses-devel $(vopt_if lua lua-devel)"