mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
5a920ee858
commit
2e69da50a0
8 changed files with 4 additions and 186 deletions
|
|
@ -161,16 +161,7 @@ Builds:
|
|||
prebuild: sed -i -r -e '/play(Api|Implementation)/d' -e '/wearable/d' build.gradle
|
||||
ndk: 25.1.8937393
|
||||
|
||||
- versionName: 6.0.0
|
||||
versionCode: 3020200
|
||||
commit: 2a66e7fb5df0b492d45f78de346043e42a201793
|
||||
subdir: app
|
||||
gradle:
|
||||
- free
|
||||
prebuild: sed -i -r -e '/play(Api|Implementation)/d' -e '/wearable/d' build.gradle
|
||||
ndk: 25.1.8937393
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 6.0.0
|
||||
CurrentVersionCode: 3020200
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 5.5.2
|
||||
CurrentVersionCode: 3020152
|
||||
|
|
|
|||
|
|
@ -55,27 +55,6 @@ Builds:
|
|||
- gradle assembleSource-FdroidRelease
|
||||
ndk: 25.1.8937393
|
||||
|
||||
- versionName: 2024.06.20
|
||||
versionCode: 1718903000
|
||||
commit: e9d6eac76035adea1893ce345b6a36a6d9a0e806
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make
|
||||
output: build/outputs/apk/source-fdroid/release/app-source-fdroid-release-unsigned.apk
|
||||
srclibs:
|
||||
- rustup@1.25.2
|
||||
prebuild: gradle clean
|
||||
build:
|
||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.77.1 --target aarch64-linux-android
|
||||
armv7-linux-androideabi
|
||||
- source $HOME/.cargo/env
|
||||
- cargo install cargo-ndk@3.4.0 --locked
|
||||
- gradle assembleSource-FdroidRelease
|
||||
ndk: 25.1.8937393
|
||||
|
||||
- versionName: 2024.06.20
|
||||
versionCode: 1718903267
|
||||
commit: e9d6eac76035adea1893ce345b6a36a6d9a0e806
|
||||
|
|
|
|||
|
|
@ -368,35 +368,6 @@ Builds:
|
|||
- node_modules/
|
||||
- graphhopper-maps/node_modules/
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 16
|
||||
disable: https://github.com/boldtrn/graphhopper-maps-capacitor/issues/35
|
||||
commit: 6f04686c54f1441f2673d5103e91933de95526fb
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- apt-get update
|
||||
- apt-get install npm
|
||||
init:
|
||||
- cd ../..
|
||||
- cp config.js graphhopper-maps/
|
||||
- cd graphhopper-maps
|
||||
- rm -rf node_modules
|
||||
- npm install
|
||||
- npm run fdroid
|
||||
- mv dist/bundle.*.js dist/bundle.js
|
||||
- cd ..
|
||||
- npm install
|
||||
- npm run build
|
||||
- cp config.js dist/
|
||||
- npx cap sync
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- node_modules/
|
||||
- graphhopper-maps/node_modules/
|
||||
|
||||
- versionName: 2.0.3
|
||||
versionCode: 17
|
||||
commit: 9032a10133b52651a4a1f24bf78def3b961c7177
|
||||
|
|
|
|||
|
|
@ -15508,66 +15508,6 @@ Builds:
|
|||
- .yarn/
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 3.194.10
|
||||
versionCode: 3003102
|
||||
disable: FingerprintIdentify
|
||||
commit: '@standardnotes/mobile@3.194.10'
|
||||
subdir: packages/mobile/android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
||||
- npm install -g yarn
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||
init:
|
||||
- cd ../../../..
|
||||
- yarn config set -H enableImmutableInstalls false
|
||||
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
||||
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
||||
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
||||
- npm_config_build_from_source=true yarn
|
||||
patch:
|
||||
- remove-IAP.3.146.2.patch
|
||||
- disable-gms-u2f-support-3.160.17.patch
|
||||
- remove-react-native-store-review.3.177.5.patch
|
||||
gradle:
|
||||
- prod
|
||||
srclibs:
|
||||
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
||||
rm:
|
||||
- packages/mobile/ios
|
||||
prebuild:
|
||||
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
||||
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
||||
build.gradle
|
||||
- pushd ../../../..
|
||||
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
||||
packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
||||
- echo 'include(":notifee_core")' >> packages/mobile/android/settings.gradle
|
||||
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
||||
>> packages/mobile/android/settings.gradle
|
||||
- yarn run build:mobile
|
||||
- popd
|
||||
- pushd ../..
|
||||
- yarn run android:bundle
|
||||
- popd
|
||||
scanignore:
|
||||
- packages/mobile/node_modules/jsc-android
|
||||
- packages/mobile/node_modules/react-native
|
||||
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
||||
- packages/mobile/node_modules/detox/android/build.gradle
|
||||
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
||||
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
- packages/mobile/node_modules
|
||||
- packages/desktop
|
||||
- .yarn/
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 3.194.11
|
||||
versionCode: 3003103
|
||||
commit: '@standardnotes/mobile@3.194.11'
|
||||
|
|
|
|||
|
|
@ -286,11 +286,6 @@ Builds:
|
|||
versionCode: 53
|
||||
commit: 996d133155fb54345eb4f793ba1be74406e1286a
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1532,55 +1532,6 @@ Builds:
|
|||
- flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
|
||||
ndk: r21
|
||||
|
||||
- versionName: 3.0.15
|
||||
versionCode: 315
|
||||
commit: 32757c3fb6661048207d04c19cc5cf9748c7dc71
|
||||
subdir: auth
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y automake libtool make
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- libsodium@ee009287afd480b60a9a4d75b19afdc0f705e9d9
|
||||
rm:
|
||||
- auth/ios
|
||||
- auth/linux
|
||||
- auth/macos
|
||||
- auth/migration-guides
|
||||
- auth/web
|
||||
- auth/windows
|
||||
- cli
|
||||
- desktop
|
||||
- mobile
|
||||
- server
|
||||
- web
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- auth/flutter/bin/cache
|
||||
scandelete:
|
||||
- auth/flutter
|
||||
- auth/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- 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/sodium_libs-2.2.1+5/android/src/main/jniLibs/armeabi-v7a/
|
||||
- cp $$libsodium$$/libsodium-android-westmere/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+5/android/src/main/jniLibs/x86_64/
|
||||
- cp $$libsodium$$/libsodium-android-armv8-a+crypto/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+5/android/src/main/jniLibs/arm64-v8a/
|
||||
- cp $$libsodium$$/libsodium-android-i686/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+5/android/src/main/jniLibs/x86/
|
||||
- flutter/bin/flutter packages pub run flutter_launcher_icons:main -f fdroid_flutter_icons.yaml
|
||||
- flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
|
||||
ndk: r21
|
||||
|
||||
- versionName: 3.0.17
|
||||
versionCode: 317
|
||||
commit: 279bdc1e6695878ba29924ee1618d938941028a6
|
||||
|
|
|
|||
|
|
@ -401,8 +401,6 @@ Builds:
|
|||
rm:
|
||||
- app/src/main/assets/db.bin
|
||||
- native/project/jni/db.bin
|
||||
- gradle
|
||||
prebuild: sed -i -e 's/3.5.4/7.0.4/' ../build.gradle
|
||||
ndk: r25b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
|
|
@ -83,13 +83,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.3
|
||||
versionCode: 43
|
||||
commit: cc68135fff9a5e0960a87298796ab4109357fcf6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.4
|
||||
versionCode: 44
|
||||
commit: bad26a5cd2e9c9dbe4c04b25b5d0d936a04bf495
|
||||
|
|
|
|||
Loading…
Reference in a new issue