From e8901ec60c614e5dd2c3513ca646feeebbcd5352 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sat, 23 May 2015 10:58:53 +0200 Subject: [PATCH] Update XCSoar to 6.7.8 (97) --- metadata/org.xcsoar.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index b6e81281f1..d50c2c0cce 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -60,6 +60,16 @@ Build:6.7.7,96 for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \ break; done +Build:6.7.8,97 + commit=v6.7.8 + subdir=android + ndk=r10d + 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 + Maintainer Notes: The makefile setup is not perfect, so we need to run it a few times to get it to succeed. .