From 411ec2c9014d7ec138f734958514c608584dd260 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 19 Aug 2015 22:51:58 +0200 Subject: [PATCH] Update XCSoar to 6.8 (99) --- metadata/org.xcsoar.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index b9f3ab6c6e..a2c3cf226b 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -78,6 +78,15 @@ Build:6.7.9,98 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.8,99 + commit=v6.8 + 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 + Maintainer Notes: The makefile setup is not perfect, so we need to run it a few times to get it to succeed. .