mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
keep latest
This commit is contained in:
parent
a98a33722e
commit
fc3de38618
7 changed files with 0 additions and 250 deletions
|
|
@ -349,20 +349,6 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 1.10.5.4
|
||||
versionCode: 1100504
|
||||
commit: 1.10.5.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
- versionName: 1.10.5.8
|
||||
versionCode: 1100508
|
||||
commit: 1.10.5.8
|
||||
|
|
|
|||
|
|
@ -1812,18 +1812,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.44.4
|
||||
versionCode: 285
|
||||
commit: 496a0c0b390d65b7c0106d3f6af7280ee1f6b03d
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.45.0
|
||||
versionCode: 286
|
||||
commit: f82b419137d10646aeaee8ce6cfd1a9f2ce82238
|
||||
|
|
|
|||
|
|
@ -61,14 +61,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.1.1
|
||||
versionCode: 2110
|
||||
commit: de0e1169909c38f1fb58aeb253a0f2d8894441a0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '15,17d' ../settings.gradle.kts
|
||||
|
||||
- versionName: 3.0.0
|
||||
versionCode: 3000
|
||||
commit: 20add3b6bc30412e27db60d8a158ea0b044c05c8
|
||||
|
|
|
|||
|
|
@ -6585,15 +6585,6 @@ Builds:
|
|||
rm:
|
||||
- desktop
|
||||
|
||||
- versionName: 4.16.13-patch1
|
||||
versionCode: 1130
|
||||
commit: 5d8361d400656c4f5a196d47686c40db7427bfcf
|
||||
subdir: android
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- desktop
|
||||
|
||||
- versionName: 4.16.14
|
||||
versionCode: 1131
|
||||
commit: acb7e8157c779a9f0679d48f2ca1c3ec612141e5
|
||||
|
|
|
|||
|
|
@ -590,177 +590,6 @@ Builds:
|
|||
en-US: Depends on natinfo.retiolus.net server
|
||||
fr: Dépend du serveur natinfo.retiolus.net
|
||||
|
||||
- versionName: 0.6.0
|
||||
versionCode: 23001
|
||||
commit: 85a43a4ca331b3ab61a05162c35d9dc6ecc3f3d0
|
||||
sudo:
|
||||
- mkdir -p /home/jenkins
|
||||
- chown vagrant /home/jenkins
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-x86_64-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- cd "${PUB_CACHE}/hosted/pub.dev"
|
||||
- plugin=$(ls -d geolocator_android-* | head -n 1)
|
||||
- cd "$plugin/android"
|
||||
- sed -i "/play-services-location/d" build.gradle
|
||||
- cd src/main/java/com/baseflow/geolocator/location
|
||||
- rm -f FusedLocationClient.java
|
||||
- sed -i "/com\\.google\\.android\\.gms/d" GeolocationManager.java
|
||||
- sed -i "/ConnectionResult/d" GeolocationManager.java
|
||||
- sed -i "/GoogleApiAvailability/d" GeolocationManager.java
|
||||
- sed -i "/public LocationClient createLocationClient/,/^ }/d" GeolocationManager.java
|
||||
- sed -i "/private boolean isGooglePlayServicesAvailable/,/^ }/d" GeolocationManager.java
|
||||
- sed -i "/implements .*ActivityResultListener {/a public LocationClient createLocationClient(Context
|
||||
context, boolean forceAndroidLocationManager, @Nullable LocationOptions locationOptions)
|
||||
{ return new LocationManagerClient(context, locationOptions); }" GeolocationManager.java
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: r27
|
||||
|
||||
- versionName: 0.6.0
|
||||
versionCode: 23002
|
||||
commit: 85a43a4ca331b3ab61a05162c35d9dc6ecc3f3d0
|
||||
sudo:
|
||||
- mkdir -p /home/jenkins
|
||||
- chown vagrant /home/jenkins
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-armeabi-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- cd "${PUB_CACHE}/hosted/pub.dev"
|
||||
- plugin=$(ls -d geolocator_android-* | head -n 1)
|
||||
- cd "$plugin/android"
|
||||
- sed -i "/play-services-location/d" build.gradle
|
||||
- cd src/main/java/com/baseflow/geolocator/location
|
||||
- rm -f FusedLocationClient.java
|
||||
- sed -i "/com\\.google\\.android\\.gms/d" GeolocationManager.java
|
||||
- sed -i "/ConnectionResult/d" GeolocationManager.java
|
||||
- sed -i "/GoogleApiAvailability/d" GeolocationManager.java
|
||||
- sed -i "/public LocationClient createLocationClient/,/^ }/d" GeolocationManager.java
|
||||
- sed -i "/private boolean isGooglePlayServicesAvailable/,/^ }/d" GeolocationManager.java
|
||||
- sed -i "/implements .*ActivityResultListener {/a public LocationClient createLocationClient(Context
|
||||
context, boolean forceAndroidLocationManager, @Nullable LocationOptions locationOptions)
|
||||
{ return new LocationManagerClient(context, locationOptions); }" GeolocationManager.java
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: r27
|
||||
|
||||
- versionName: 0.6.0
|
||||
versionCode: 23003
|
||||
commit: 85a43a4ca331b3ab61a05162c35d9dc6ecc3f3d0
|
||||
sudo:
|
||||
- mkdir -p /home/jenkins
|
||||
- chown vagrant /home/jenkins
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-arm64-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- cd "${PUB_CACHE}/hosted/pub.dev"
|
||||
- plugin=$(ls -d geolocator_android-* | head -n 1)
|
||||
- cd "$plugin/android"
|
||||
- sed -i "/play-services-location/d" build.gradle
|
||||
- cd src/main/java/com/baseflow/geolocator/location
|
||||
- rm -f FusedLocationClient.java
|
||||
- sed -i "/com\\.google\\.android\\.gms/d" GeolocationManager.java
|
||||
- sed -i "/ConnectionResult/d" GeolocationManager.java
|
||||
- sed -i "/GoogleApiAvailability/d" GeolocationManager.java
|
||||
- sed -i "/public LocationClient createLocationClient/,/^ }/d" GeolocationManager.java
|
||||
- sed -i "/private boolean isGooglePlayServicesAvailable/,/^ }/d" GeolocationManager.java
|
||||
- sed -i "/implements .*ActivityResultListener {/a public LocationClient createLocationClient(Context
|
||||
context, boolean forceAndroidLocationManager, @Nullable LocationOptions locationOptions)
|
||||
{ return new LocationManagerClient(context, locationOptions); }" GeolocationManager.java
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: r27
|
||||
|
||||
- versionName: 0.6.1
|
||||
versionCode: 24001
|
||||
commit: 516792c0a453a8484c73de5af8f857d4e7229ede
|
||||
|
|
|
|||
|
|
@ -49,13 +49,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.14.0
|
||||
versionCode: 43
|
||||
commit: 5c9d9a9469798248ed615ad2364185b95b3214e9
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.15.2
|
||||
versionCode: 47
|
||||
commit: 119946e0b96deecab16b2c671ddadc5b173f959c
|
||||
|
|
|
|||
|
|
@ -149,35 +149,6 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.6.4
|
||||
versionCode: 35
|
||||
commit: 3b5fdb781468599ffcb5c5e0810e871862738c02
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npx expo prebuild
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.7.0
|
||||
versionCode: 36
|
||||
commit: 6afd8be78200b5950bb03b49b15ad09b9032ba11
|
||||
|
|
|
|||
Loading…
Reference in a new issue