openttd: update to 1.9.2

This commit is contained in:
Leonid Pliushch 2019-07-18 01:52:13 +03:00 committed by Yaksh Bariya
parent e41db794c1
commit 7347cd7228
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@ TERMUX_PKG_HOMEPAGE=https://www.openttd.org/
TERMUX_PKG_DESCRIPTION="An engine for running Transport Tycoon Deluxe"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=1.9.1
TERMUX_PKG_VERSION=1.9.2
TERMUX_PKG_SRCURL=https://github.com/OpenTTD/OpenTTD/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=af80c06e98ea8c96f74d188647f9dd04595ae34be92bd28823d4094ce0fc29e7
TERMUX_PKG_SHA256=a2bf71ab3db4c484387c1b3019852f33736e0feb564d5b95625fc81d3843fc06
TERMUX_PKG_DEPENDS="desktop-file-utils, fontconfig, hicolor-icon-theme, libicu, liblzma, liblzo, libpng, openttd-gfx, openttd-msx, openttd-sfx, sdl"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_configure() {
CXXFLAGS+=" -DU_USING_ICU_NAMESPACE=1"
./configure \
--prefix-dir="$TERMUX_PREFIX" \
--binary-name=openttd \