0ad: update to 0.0.24b.

This commit is contained in:
Helmut Pozimski 2021-03-07 11:51:38 +01:00
parent a50e1b55ff
commit 005f560e6d
2 changed files with 4 additions and 20 deletions

View file

@ -1,11 +0,0 @@
--- source/ps/tests/stub_impl_hack.cpp.orig 2021-03-01 11:33:10.873986567 +0100
+++ source/ps/tests/stub_impl_hack.cpp 2021-03-01 11:35:37.991089218 +0100
@@ -13,7 +13,7 @@
#include <cxxtest/TestMain.h>
bool suite_TestDummy_init = false;
-#include "/Users/wfg/Jenkins/workspace/macOS-all-bundles/source/ps/tests/stub_impl_hack.h"
+#include "stub_impl_hack.h"
static TestDummy suite_TestDummy;

View file

@ -1,9 +1,9 @@
# Template file for '0ad'
pkgname=0ad
version=0.0.24
revision=2
version=0.0.24b
revision=1
archs="x86_64* i686* aarch64* armv7l* ppc64le*"
create_wrksrc=yes
wrksrc="${pkgname}-${version}-alpha"
hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"
makedepends="SDL2-devel boost-devel gloox-devel libcurl-devel libenet-devel
libopenal-devel libpng-devel libsodium-devel libxml2-devel miniupnpc-devel
@ -14,7 +14,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later, CC-BY-SA-3.0, MPL-2.0, MIT"
homepage="https://play0ad.com"
distfiles="https://releases.wildfiregames.com/${pkgname}-${version}-alpha-unix-build.tar.xz"
checksum=00aee2d2f11e48b169be41ddad8090e49f8173c09242fc2fa4a0d44e4763cc53
checksum=325c23c9b6bfc16eb636af6a7a7bdaadbf19214b6eed0422d74cc0090bf137a8
nocross="uses bundled third-party libraries that do not cross-compile"
CXXFLAGS="-fpermissive"
@ -27,11 +27,6 @@ if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel"
fi
do_extract() {
bsdtar xJf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}-alpha-unix-build.tar.xz -C ${wrksrc}
}
post_patch() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
echo "TARGET_LINK_LIBRARIES(nvcore execinfo)" >> \