Update Cartes IGN to 3.3.0 (30300)

This commit is contained in:
F-Droid checkupdates bot 2025-06-21 05:21:30 +00:00 committed by Licaon_Kter
parent 0b151b182b
commit b854523ec2

View File

@ -676,7 +676,53 @@ Builds:
- npm install --build-from-source
- popd
- versionName: 3.3.0
versionCode: 30300
commit: e871b9b3d3b9230f621b32eeb6e38316433d298f
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t bookworm make g++ libc-dev meson ninja-build pkg-config
libglib2.0-dev gobject-introspection libgirepository1.0-dev gtk-doc-tools
libexif-dev libexpat1-dev libgif-dev liblcms2-dev libpango1.0-dev libpng-dev
libpoppler-glib-dev librsvg2-dev libtiff5-dev libtool python-is-python3
- apt-get install -t trixie npm openjdk-21-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
srclibs:
- react-native-sharp@v0.32.6
- libvips@v8.14.5
rm:
- android/app/build_google.gradle
prebuild:
- sed -i -e '/gms/d' ../build.gradle
- sed -i -e '/geolocation/d' ../../package.json
- cd ../..
- echo R1BGX2tleT1GRHJvaWQtOWtwbHc4YW4K | base64 --decode > .env
- echo c2lnbmFsZW1lbnRfdXJsPWh0dHBzOi8vd3d3Lmdlb3BvcnRhaWwuZ291di5mci93cC1qc29uL3dwL3YyLwo=
| base64 --decode >> .env
- npm install
- npm run build
- npx cap sync
scandelete:
- node_modules
build:
- pushd $$libvips$$
- mkdir build
- meson setup build --prefix=$$libvips$$/build/
- cd build
- meson compile
- meson install
- popd
- pushd $$react-native-sharp$$
- export PKG_CONFIG_PATH=$$libvips$$/build/lib/pkgconfig/
- npm install --build-from-source
- popd
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 3.2.10
CurrentVersionCode: 30210
CurrentVersion: 3.3.0
CurrentVersionCode: 30300