Update Tremotesf to 2.5.4 (4046)

This commit is contained in:
F-Droid checkupdates bot 2021-12-04 05:17:58 +00:00
parent 339a5cdb4a
commit 0676cf2f6b

View file

@ -608,6 +608,31 @@ Builds:
- org.equeim.tremotesf.host-qt-cmake-flags=-DCMAKE_C_COMPILER=clang-7 -DCMAKE_CXX_COMPILER=clang++-7
-DCMAKE_CXX_FLAGS=-stdlib=libc++
- versionName: 2.5.4
versionCode: 4046
commit: d9ad5c938958e7cdf16bbef5f4cb6e4ccfe5b61e
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y clang-7 libc++-7-dev libc++abi-7-dev ninja-build make patch
perl
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
'cmake;3.18.1'
scanignore:
- gradle-plugin/build
scandelete:
- 3rdparty
ndk: r23
gradleprops:
- org.equeim.tremotesf.use-cmake-from-sdk=true
- org.equeim.tremotesf.host-qt-cmake-flags=-DCMAKE_C_COMPILER=clang-7 -DCMAKE_CXX_COMPILER=clang++-7
-DCMAKE_CXX_FLAGS=-stdlib=libc++
MaintainerNotes: |
We need host C++ compiler with C++17 support, so we use clang-7 as it is the only one available in Debian Stretch
Tremotesf also uses Gradle plugin in its build process, which is compiled from source on first Gradle invocation
@ -615,5 +640,5 @@ MaintainerNotes: |
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.5.3
CurrentVersionCode: 4045
CurrentVersion: 2.5.4
CurrentVersionCode: 4046