From 3bc13ef668ef9668e0eb48cd1dc50ef5f3893fe5 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Tue, 26 Jul 2016 02:09:35 +0100 Subject: [PATCH] Update XCSoar to 6.8.6 (106) --- metadata/org.xcsoar.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index 1f5cab1305..a4f0b3af60 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -125,6 +125,16 @@ Build:6.8.5,105 break; done ndk=r10e +Build:6.8.6,106 + commit=v6.8.6 + subdir=android + submodules=yes + output=../output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk + build=cd .. && \ + for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \ + break; done + ndk=r10e + Maintainer Notes: The makefile setup is not perfect, so we need to run it a few times to get it to succeed.