openra: update to 20210321.
This commit is contained in:
parent
2d67c80e93
commit
d360ef741e
1 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'openra'
|
# Template file for 'openra'
|
||||||
pkgname=openra
|
pkgname=openra
|
||||||
version=20200503
|
version=20210321
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="OpenRA-release-${version}"
|
wrksrc="OpenRA-release-${version}"
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
make_install_target="install install-linux-shortcuts install-linux-mime
|
make_install_target="install install-linux-shortcuts install-linux-appdata"
|
||||||
install-linux-appdata install-man-page"
|
make_build_args="TARGETPLATFORM=unix-generic"
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr TARGETPLATFORM=unix-generic"
|
||||||
hostmakedepends="mono unzip curl msbuild-bin"
|
hostmakedepends="mono unzip curl msbuild-bin"
|
||||||
makedepends="SDL2-devel lua51-devel freetype-devel libopenal-devel libgdiplus-devel"
|
makedepends="SDL2-devel lua51-devel freetype-devel libopenal-devel libgdiplus-devel"
|
||||||
depends="mono libopenal freetype xdg-utils zenity SDL2 lua51 libgdiplus"
|
depends="mono libopenal freetype xdg-utils zenity SDL2 lua51 libgdiplus"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.openra.net"
|
homepage="http://www.openra.net"
|
||||||
distfiles="https://github.com/OpenRA/OpenRA/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/OpenRA/OpenRA/archive/release-${version}.tar.gz"
|
||||||
checksum=11ee0aa738c6e7fc4f39ab23f029a280a29530e28096c7da78eb12b12f1a854f
|
checksum=fe9a09aaebcd2bb859c3d00abdd45f4f958e249d0c9a4c6cff1b8cdceee7e909
|
||||||
|
|
||||||
if [ "$XBPS_ENDIAN" = "be" ]; then
|
if [ "$XBPS_ENDIAN" = "be" ]; then
|
||||||
broken="Fails to build"
|
broken="Fails to build"
|
||||||
|
@ -26,6 +26,6 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
vsed -i -e "s#/app/lib#${XBPS_CROSS_BASE}/lib#g" configure-system-libraries.sh
|
||||||
make VERSION="release-${version}" version
|
make VERSION="release-${version}" version
|
||||||
make dependencies
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue