Merge branch 'update-weather-forecast-to-1.3.0' into 'master'

Update Weather Forecast to 1.3.0, using DUCK 1.0.4

See merge request fdroid/fdroiddata!4708
This commit is contained in:
Pierre Rudloff 2019-05-04 17:33:41 +00:00
commit e34e8bd0b0
2 changed files with 13 additions and 2 deletions

View file

@ -108,8 +108,17 @@ Builds:
imagemagick pngquant python-cairosvg
output: output.apk
srclibs:
- duck@1.0.3
build: PYTHONPATH=$$duck$$ ./build.py output.apk
- duck-git@1.0.4
prebuild:
- pushd $$duck-git$$
- git reset --hard `cat ../../uk.org.boddie.android.weatherforecast/deps/DUCK`
- popd
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
MaintainerNotes: |-
From version 1.3.0, the app handles its own dependencies during the build,
using the prebuild step to take a specific version of DUCK then update it
to the version given in the app's deps/DUCK file.
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP

2
srclibs/duck-git.txt Normal file
View file

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://gitlab.com/dboddie/DUCK.git