Update Manyverse to 0.2201.5-beta-fdroid (115)

This commit is contained in:
F-Droid checkupdates bot 2022-01-06 04:34:28 +00:00
parent a07dace068
commit 68d00cb376

View file

@ -1871,11 +1871,63 @@ Builds:
- npm run build-android-assets
ndk: r21e
- versionName: 0.2201.5-beta-fdroid
versionCode: 115
commit: 80d6ced96972485fe0e2c47ea01e7656e18d9b2f
timeout: 80000
subdir: android/app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
ninja-build linux-libc-dev linux-libc-dev:i386
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v12.19.1-linux-x64/. /usr/local/
- sysctl fs.inotify.max_user_watches=524288
- npm install -g react-native-cli
init: npm install --no-optional
patch:
- 108.patch
gradle:
- fdroid
srclibs:
- NodejsMobile@nodejs-mobile-v0.3.2
rm:
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
- node_modules/react-native/template/
- e2e
- benchmark
- desktop
- ios
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
scanignore:
- android/build.gradle
- node_modules/@react-native-community/async-storage/android/build.gradle
- node_modules/react-native-localize/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native/android
- node_modules/hermes-engine
- node_modules/jsc-android
scandelete:
- node_modules
build:
- pushd $$NodejsMobile$$
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
- popd
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
- npm run build-android-assets
ndk: r21e
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
local Maven repository which contains the prebuilt react-native library which
we get from npm.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.2112.3-beta-fdroid
CurrentVersionCode: 114
CurrentVersion: 0.2201.5-beta-fdroid
CurrentVersionCode: 115