mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
misc fixes
This commit is contained in:
parent
6ba2fbeb11
commit
15dcf8b55a
8 changed files with 27 additions and 55 deletions
|
|
@ -280,6 +280,7 @@ Builds:
|
|||
|
||||
- versionName: 4.10.0
|
||||
versionCode: 4100000
|
||||
disable: RB failed
|
||||
commit: d0aae2f4615b2994a3332e7d056fe2572e18b188
|
||||
subdir: verifier
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -331,6 +331,7 @@ Builds:
|
|||
|
||||
- versionName: 4.10.0
|
||||
versionCode: 4100000
|
||||
disable: RB failed
|
||||
commit: d0aae2f4615b2994a3332e7d056fe2572e18b188
|
||||
subdir: wallet
|
||||
gradle:
|
||||
|
|
|
|||
|
|
@ -2254,34 +2254,9 @@ Builds:
|
|||
./prepare_gdk_clang.sh
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 3.9.0
|
||||
versionCode: 22000390
|
||||
disable: https://github.com/Blockstream/green_android/issues/159
|
||||
commit: c404a9820badb978778e49f29894a57d2adec513
|
||||
timeout: 25200
|
||||
subdir: green
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make clang jq libffi-dev virtualenv swig autoconf automake
|
||||
libtool
|
||||
gradle:
|
||||
- production
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
prebuild: sed -i -e '/signingConfigs/,/^ }/d' build.gradle
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup install 1.56.0
|
||||
- rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android
|
||||
i686-linux-android
|
||||
- cd ../crypto
|
||||
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") PATH=$HOME/.local/bin:$PATH
|
||||
./prepare_gdk_clang.sh
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 3.9.1
|
||||
versionCode: 22000391
|
||||
disable: https://github.com/Blockstream/green_android/issues/159
|
||||
commit: ccce7387ab97f2c8392b9d9c14a1896ccddf6740
|
||||
timeout: 25200
|
||||
subdir: green
|
||||
|
|
@ -2314,7 +2289,7 @@ MaintainerNotes: |-
|
|||
for each chain runnin on localhost. They are used to speed up SPV verification when possible and they
|
||||
can be verified independently by checking each hash against the blockchain.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 22000000 + %c
|
||||
|
|
|
|||
|
|
@ -716,6 +716,8 @@ Builds:
|
|||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e 's/2.1.6/2.1.7/' pubspec.lock
|
||||
- sed -i -e 's/1.4.32/1.7.0/' -e 's/4.1.3/7.2.1/' android/build.gradle
|
||||
- sed -i -e 's/6.8.3/7.3.3/' android/gradle/wrapper/gradle-wrapper.properties
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
|
|
@ -739,6 +741,8 @@ Builds:
|
|||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e 's/2.1.6/2.1.7/' pubspec.lock
|
||||
- sed -i -e 's/1.4.32/1.7.0/' -e 's/4.1.3/7.2.1/' android/build.gradle
|
||||
- sed -i -e 's/6.8.3/7.3.3/' android/gradle/wrapper/gradle-wrapper.properties
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
|
|
@ -762,6 +766,8 @@ Builds:
|
|||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e 's/2.1.6/2.1.7/' pubspec.lock
|
||||
- sed -i -e 's/1.4.32/1.7.0/' -e 's/4.1.3/7.2.1/' android/build.gradle
|
||||
- sed -i -e 's/6.8.3/7.3.3/' android/gradle/wrapper/gradle-wrapper.properties
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
|
|
|
|||
|
|
@ -7,23 +7,6 @@ IssueTracker: https://github.com/mkulesh/onpc/issues
|
|||
Changelog: https://github.com/mkulesh/onpc/releases
|
||||
|
||||
AutoName: Enhanced Music Controller Lite
|
||||
Description: |-
|
||||
This app allows remote control of an Onkyo Network Player or a Network A/V
|
||||
Receiver via the "Integra Serial Communication Protocol". Its two most
|
||||
popular features are music playback and sound profile management.
|
||||
|
||||
Other benefits include:
|
||||
|
||||
* Maximum privacy: No ads, no trackers, no telemetry, no special permissions
|
||||
* One-click access to music playback actions
|
||||
* Full music playback control (play, stop, pause, track up/down, time seek, repeat and random modes)
|
||||
* The modern material design supports different color themes and works on smartphones and/or tablets in portrait and landscape mode
|
||||
* Tuneln Radio and Deezer streaming
|
||||
* Multi-zone support
|
||||
* Control of devices attached via RI
|
||||
* Play queue support (add, remove, clear, change playback order)
|
||||
* Display device details and control device settings such as dimmer level, digital filter, auto power
|
||||
* Allows control of receivers over an OpenVPN connection (even over a cellular connection)
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mkulesh/onpc
|
||||
|
|
@ -246,6 +229,7 @@ Builds:
|
|||
|
||||
- versionName: '1.28'
|
||||
versionCode: 41
|
||||
disable: https://github.com/mkulesh/onpc/issues/273
|
||||
commit: 57cc0b8a087d640dabdb338941c0936b1f6dbd8d
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
@ -255,7 +239,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.28'
|
||||
CurrentVersionCode: 41
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ Builds:
|
|||
|
||||
- versionName: 2.4.2
|
||||
versionCode: 25
|
||||
disable: https://github.com/Webierta/precio-luz/issues/8
|
||||
commit: 2ea45bd8b2f3fdc07fb1637c43ef995b5f53c53a
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
|
|||
|
|
@ -386,9 +386,12 @@ Builds:
|
|||
versionCode: 144
|
||||
commit: 9b6f70b58d3d8c59ffff01cebb3c624a32c548ff
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
output: build/app/outputs/flutter-apk/app-beta-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.1
|
||||
- flutter@2.10.5
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
|
|
@ -397,20 +400,20 @@ Builds:
|
|||
- .vscode
|
||||
- irmagobridge/mock_export
|
||||
- irmagobridge/structodart
|
||||
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
|
||||
'platforms;android-32' 'build-tools;32.0.0' > /dev/null
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-32' 'build-tools;32.0.0'
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- curl -Lso go.tar.gz https://go.dev/dl/go1.18.3.linux-amd64.tar.gz
|
||||
- echo "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245 go.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf go.tar.gz
|
||||
- export GOPATH="$PWD/golang"
|
||||
- export PATH="$GOPATH/bin:$PWD/go/bin:$PATH"
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- go install golang.org/x/mobile/cmd/gomobile@latest
|
||||
- gomobile init
|
||||
- gomobile bind -target android -o android/irmagobridge/irmagobridge.aar github.com/privacybydesign/irmamobile/irmagobridge
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor beta
|
||||
ndk: r21e
|
||||
|
||||
|
|
|
|||
|
|
@ -394,6 +394,7 @@ Builds:
|
|||
|
||||
- versionName: 0.23.11
|
||||
versionCode: 70
|
||||
disable: arm64 so is 32bit
|
||||
commit: 9866adff957f9beefd4a3f3fda26281984e0cb2f
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
|
|||
Loading…
Reference in a new issue