mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Jami to 20221207-01 (352)
This commit is contained in:
parent
0128413cfd
commit
0a81be7216
1 changed files with 34 additions and 2 deletions
|
|
@ -1913,6 +1913,38 @@ Builds:
|
|||
- ./compile.sh --release --daemon
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 20221207-01
|
||||
versionCode: 352
|
||||
commit: 6e33adba273f984ad03e001a9ea9fcc190462cb1
|
||||
timeout: 10800
|
||||
subdir: client-android/ring-android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake g++ swig autoconf automake m4 libtool pkg-config
|
||||
yasm tar gettext autopoint xz-utils bzip2 make python-is-python3
|
||||
gradle:
|
||||
- noPush
|
||||
rm:
|
||||
- client-ios
|
||||
- client-macosx
|
||||
- client-qt
|
||||
- plugins
|
||||
- docker
|
||||
- docs
|
||||
- guix
|
||||
- packaging
|
||||
- scripts
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-33' 'build-tools;33.0.0'
|
||||
- sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
build:
|
||||
- cd ../..
|
||||
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
|
||||
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86_64"
|
||||
- ./compile.sh --release --daemon
|
||||
ndk: r25b
|
||||
|
||||
MaintainerNotes: |-
|
||||
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
|
||||
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.
|
||||
|
|
@ -1922,5 +1954,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 20221202-01
|
||||
CurrentVersionCode: 350
|
||||
CurrentVersion: 20221207-01
|
||||
CurrentVersionCode: 352
|
||||
|
|
|
|||
Loading…
Reference in a new issue