Update XCSoar to 7.12 (133)

This commit is contained in:
F-Droid checkupdates bot 2021-08-14 03:50:23 +00:00
parent 2347e3ce6e
commit ef618ea56f

View file

@ -331,7 +331,33 @@ Builds:
- make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
ndk: r22b
- versionName: '7.12'
versionCode: 133
commit: 7688ae0689c0ede72893c8b609f52c5f164fabe4
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick
- pushd build/srclib/cpython
- ./configure
- make -j`nproc`
- make altinstall
- popd
output: output/ANDROID7NEON/opt/build/unsigned.apk
srclibs:
- cpython@v3.9.6
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-29' 'build-tools;29.0.3'
> /dev/null
scandelete:
- android/ioio
- android/UsbSerial/usbserial/eclipse_lib
build:
- python3.9 -m venv .
- source bin/activate
- make TARGET=ANDROID7NEON DEBUG=n TESTING=n -j`nproc`
ndk: r22b
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '7.11'
CurrentVersionCode: 132
CurrentVersion: '7.12'
CurrentVersionCode: 133