mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update ente to 0.8.79 (599)
This commit is contained in:
parent
e00362bc76
commit
e4431f5d84
1 changed files with 62 additions and 2 deletions
|
|
@ -2091,8 +2091,68 @@ Builds:
|
|||
NonFreeNet:
|
||||
en-US: Tethered to developer server
|
||||
|
||||
- versionName: 0.8.79
|
||||
versionCode: 599
|
||||
commit: d9a93ddad68aa938f0382033cea23be7b80cc0ec
|
||||
subdir: mobile
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y automake libtool make gcc-multilib libc-dev
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- libsodium@ee009287afd480b60a9a4d75b19afdc0f705e9d9
|
||||
- transistor-background-fetch@6feb11c93f4e5debf7792e7e7c444f3d62ac733c
|
||||
- rustup@1.25.2
|
||||
rm:
|
||||
- auth
|
||||
- cli
|
||||
- desktop
|
||||
- mobile/ios
|
||||
- server
|
||||
- web
|
||||
- mobile/android/app/src/main/jniLibs/*/libtensor*.so
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- thirdparty/flutter/bin/flutter config --no-analytics
|
||||
- thirdparty/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- mobile/.pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- mobile/thirdparty/flutter/bin/cache
|
||||
scandelete:
|
||||
- mobile/thirdparty/flutter
|
||||
- mobile/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.75.0 -t i686-linux-android
|
||||
x86_64-linux-android -t armv7-linux-androideabi aarch64-linux-androi
|
||||
- source $HOME/.cargo/env
|
||||
- bash ./scripts/build_isar.sh
|
||||
- pushd $$libsodium$$
|
||||
- ./autogen.sh -s
|
||||
- ./dist-build/android-armv7-a.sh
|
||||
- ./dist-build/android-armv8-a.sh
|
||||
- ./dist-build/android-x86.sh
|
||||
- ./dist-build/android-x86_64.sh
|
||||
- popd
|
||||
- cp $$libsodium$$/libsodium-android-armv7-a/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/armeabi-v7a/
|
||||
- cp $$libsodium$$/libsodium-android-westmere/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/x86_64/
|
||||
- cp $$libsodium$$/libsodium-android-armv8-a+crypto/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/arm64-v8a/
|
||||
- cp $$libsodium$$/libsodium-android-i686/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/flutter_sodium-0.2.0/android/src/main/jniLibs/x86/
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- mv $$transistor-background-fetch$$/android/tsbackgroundfetch/build/outputs/aar/tsbackgroundfetch-release.aar
|
||||
$PUB_CACHE/hosted/pub.dev/background_fetch-1.2.1/android/libs/com/transistorsoft/tsbackgroundfetch/1.0.2/tsbackgroundfetch-1.0.2.aar
|
||||
- thirdparty/flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
|
||||
ndk: 25.2.9519653
|
||||
antifeatures:
|
||||
NonFreeNet:
|
||||
en-US: Tethered to developer server
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^fdroid-
|
||||
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.8.75
|
||||
CurrentVersionCode: 595
|
||||
CurrentVersion: 0.8.79
|
||||
CurrentVersionCode: 599
|
||||
|
|
|
|||
Loading…
Reference in a new issue