mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
misc fixes
This commit is contained in:
parent
0051f33db1
commit
8b0ca494ce
6 changed files with 9 additions and 77 deletions
|
|
@ -161,11 +161,11 @@ Builds:
|
|||
|
||||
- versionName: 0.74.0
|
||||
versionCode: 7400
|
||||
disable: https://github.com/marv42/EbtNewNote/issues/24
|
||||
commit: b593f9f4283de5ed749a835c4c2e502710dc3b8e
|
||||
subdir: app
|
||||
gradle:
|
||||
- withoutKey
|
||||
prebuild: sed -i -e 's/-XX:MaxPermSize=1024m//' ../gradle.properties
|
||||
|
||||
MaintainerNotes: ACRA is configured with the email sender only and hence strictly
|
||||
opt-in
|
||||
|
|
|
|||
|
|
@ -244,22 +244,9 @@ Builds:
|
|||
- sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
|
||||
> deps.gradle
|
||||
|
||||
- versionName: '1.40'
|
||||
versionCode: 43
|
||||
disable: https://github.com/Razeeman/Android-SimpleTimeTracker/issues/89#issuecomment-2017737970
|
||||
commit: 4bb9e7b1d67ed1f0431a1a7dc3c80c2178907bc6
|
||||
subdir: app
|
||||
gradle:
|
||||
- base
|
||||
binary: https://github.com/Razeeman/Android-SimpleTimeTracker/releases/download/v%v/%v-stt-base-release.apk
|
||||
prebuild:
|
||||
- sed -i -e '/services/d' ../features/feature_wear/build.gradle.kts ../wear/build.gradle.kts
|
||||
../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
|
||||
- sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
|
||||
> deps.gradle
|
||||
|
||||
- versionName: '1.41'
|
||||
versionCode: 45
|
||||
disable: https://github.com/Razeeman/Android-SimpleTimeTracker/issues/89#issuecomment-2017737970
|
||||
commit: 7d04fa2b0369070f8bccaf999c5d8366e3782463
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -1292,16 +1292,17 @@ Builds:
|
|||
|
||||
- versionName: 1.60.1-t2caffeeb4-g6f7ae79a31c
|
||||
versionCode: 200
|
||||
disable: go downloads go automatically. Next version this is not needed anymore.
|
||||
commit: de01d49351e037957cf090494843ff152b3ed51f
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
- apt-get install -y build-essential
|
||||
- apt-get install -y -t bookworm-backports golang-go
|
||||
- apt-get install -y gcc libc-dev make
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- tailscale-go@e6ce5b50036022c91783161890eabecfddc5ae79
|
||||
- tailscale-go@f86d7c8ef64a0f8a2516fc23652eee28abc8d8e0
|
||||
prebuild:
|
||||
- echo -e "\norg.gradle.jvmargs=-Xmx4096m" >> gradle.properties
|
||||
- sdkmanager 'platforms;android-31' 'platform-tools' 'build-tools;33.0.2'
|
||||
|
|
@ -1309,7 +1310,7 @@ Builds:
|
|||
-e 's/list_installed/list/' ../Makefile
|
||||
build:
|
||||
- export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
|
||||
- export TOOLCHAINREV=$(go run tailscale.com/cmd/printdep --go)
|
||||
- export TOOLCHAINREV=$(cat ../go.toolchain.rev)
|
||||
- export TOOLCHAINDIR=${HOME}/.cache/tailscale-android-go-$TOOLCHAINREV
|
||||
- ANDROID_NDK_ROOT=$$NDK$$ make -C .. env
|
||||
- pushd $$tailscale-go$$
|
||||
|
|
|
|||
|
|
@ -429,7 +429,8 @@ Builds:
|
|||
commit: d00fd21102f247fc8255ca0572f5c9ce0cf14389
|
||||
subdir: app
|
||||
gradle:
|
||||
- productionFdroid
|
||||
- production
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/signingConfigs/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
|
|
@ -1189,55 +1189,6 @@ Builds:
|
|||
- flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
|
||||
ndk: r21
|
||||
|
||||
- versionName: 2.0.46
|
||||
versionCode: 246
|
||||
commit: a56d90616063b33a75811e880f1bf32d3d0f16bc
|
||||
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/git/flutter_sodium-267435eaf07af60b94406adf14bedf21e08a6b4f/android/src/main/jniLibs/armeabi-v7a/
|
||||
- cp $$libsodium$$/libsodium-android-westmere/lib/libsodium.so $PUB_CACHE/git/flutter_sodium-267435eaf07af60b94406adf14bedf21e08a6b4f/android/src/main/jniLibs/x86_64/
|
||||
- cp $$libsodium$$/libsodium-android-armv8-a+crypto/lib/libsodium.so $PUB_CACHE/git/flutter_sodium-267435eaf07af60b94406adf14bedf21e08a6b4f/android/src/main/jniLibs/arm64-v8a/
|
||||
- cp $$libsodium$$/libsodium-android-i686/lib/libsodium.so $PUB_CACHE/git/flutter_sodium-267435eaf07af60b94406adf14bedf21e08a6b4f/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: 2.0.50
|
||||
versionCode: 250
|
||||
commit: 0114775e225e8e5f78e6f4fb68b5cf6c70442f0d
|
||||
|
|
|
|||
|
|
@ -11,14 +11,6 @@ Repo: https://codeberg.org/retiolus/osm2gmaps.git
|
|||
Binaries: https://codeberg.org/retiolus/osm2gmaps/releases/download/v%v/net.retiolus.osm2gmaps-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.3
|
||||
versionCode: 9
|
||||
disable: https://monitor.f-droid.org/builds/log/net.retiolus.osm2gmaps/9#site-footer
|
||||
commit: 3bcd7155f3baea1cbc242abbb512a993c3577caf
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.3.2
|
||||
versionCode: 13
|
||||
commit: 6ee9d6518e5bd9f281e99ed71701bdfd12572716
|
||||
|
|
|
|||
Loading…
Reference in a new issue