Update Tremotesf to 2.6.0 (4047)

This commit is contained in:
Alexey Rochev 2022-04-14 01:35:44 +03:00 committed by linsui
parent 21a0df394c
commit fdaff86550

View file

@ -633,6 +633,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.6.0
versionCode: 4047
commit: a0548a174e8d8ac202e3d49d28c901cdade69f7a
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: r24
gradleprops:
- org.equeim.tremotesf.host-qt-cmake-flags=-DCMAKE_C_COMPILER=clang-7 -DCMAKE_CXX_COMPILER=clang++-7
-DCMAKE_CXX_FLAGS=-stdlib=libc++
- org.equeim.tremotesf.print-3rdparty-build-log-on-error=true
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
@ -640,5 +665,5 @@ MaintainerNotes: |
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.5.4
CurrentVersionCode: 4046
CurrentVersion: 2.6.0
CurrentVersionCode: 4047