From e7aa20f64811d47f1098997c90eee929cdfa37f6 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Sat, 29 Sep 2018 23:30:32 +0200 Subject: [PATCH 1/4] Added another source dependency to the Weather Forecast metadata. --- metadata/uk.org.boddie.android.weatherforecast.txt | 4 ++-- srclibs/pycrypto.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 srclibs/pycrypto.txt diff --git a/metadata/uk.org.boddie.android.weatherforecast.txt b/metadata/uk.org.boddie.android.weatherforecast.txt index d5b4ba7306..37e2fbaf5e 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.txt +++ b/metadata/uk.org.boddie.android.weatherforecast.txt @@ -16,8 +16,8 @@ Repo:https://bitbucket.org/dboddie/weather-forecast-android Build:1.0.2,102 commit=1.0.2 output=output.apk - srclibs=duck@1.0.2 - build=PYTHONPATH=$$duck$$ ./build.py output.apk + srclibs=pycrypto@v2.6.1,duck@1.0.2 + build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk Auto Update Mode:None Update Check Mode:None diff --git a/srclibs/pycrypto.txt b/srclibs/pycrypto.txt new file mode 100644 index 0000000000..be1a2c6f9c --- /dev/null +++ b/srclibs/pycrypto.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/dlitz/pycrypto.git From ff64e67de7ac4015ec66c4f7b3e95b638c2e8a89 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 3 Oct 2018 01:21:45 +0200 Subject: [PATCH 2/4] Used sudo instead of srclibs for standard Debian build dependencies. Updated the version of DUCK to use since we require support for cairosvg. --- metadata/uk.org.boddie.android.weatherforecast.txt | 3 ++- srclibs/pycrypto.txt | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 srclibs/pycrypto.txt diff --git a/metadata/uk.org.boddie.android.weatherforecast.txt b/metadata/uk.org.boddie.android.weatherforecast.txt index 37e2fbaf5e..1d7582a687 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.txt +++ b/metadata/uk.org.boddie.android.weatherforecast.txt @@ -16,7 +16,8 @@ Repo:https://bitbucket.org/dboddie/weather-forecast-android Build:1.0.2,102 commit=1.0.2 output=output.apk - srclibs=pycrypto@v2.6.1,duck@1.0.2 + srclibs=duck@1.0.3 + sudo=apt-get install -y python-crypto python-pygments markdown python-markdown imagemagick pngquant python-cairosvg build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk Auto Update Mode:None diff --git a/srclibs/pycrypto.txt b/srclibs/pycrypto.txt deleted file mode 100644 index be1a2c6f9c..0000000000 --- a/srclibs/pycrypto.txt +++ /dev/null @@ -1,2 +0,0 @@ -Repo Type:git -Repo:https://github.com/dlitz/pycrypto.git From f5f138a7c6529b0c4df05660d365052e270fba32 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 3 Oct 2018 01:47:29 +0200 Subject: [PATCH 3/4] Rewrote metadata. --- metadata/uk.org.boddie.android.weatherforecast.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/uk.org.boddie.android.weatherforecast.txt b/metadata/uk.org.boddie.android.weatherforecast.txt index 1d7582a687..e5341c7628 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.txt +++ b/metadata/uk.org.boddie.android.weatherforecast.txt @@ -15,9 +15,9 @@ Repo:https://bitbucket.org/dboddie/weather-forecast-android Build:1.0.2,102 commit=1.0.2 + sudo=apt-get install -y python-crypto python-pygments markdown python-markdown imagemagick pngquant python-cairosvg output=output.apk srclibs=duck@1.0.3 - sudo=apt-get install -y python-crypto python-pygments markdown python-markdown imagemagick pngquant python-cairosvg build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk Auto Update Mode:None From 6ffe543202ce9333b87c5883e12ec6611abd5570 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 3 Oct 2018 13:38:09 +0200 Subject: [PATCH 4/4] Removed an unnecessary reference to a removed srclib. --- metadata/uk.org.boddie.android.weatherforecast.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/uk.org.boddie.android.weatherforecast.txt b/metadata/uk.org.boddie.android.weatherforecast.txt index e5341c7628..8e055d84ca 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.txt +++ b/metadata/uk.org.boddie.android.weatherforecast.txt @@ -18,7 +18,7 @@ Build:1.0.2,102 sudo=apt-get install -y python-crypto python-pygments markdown python-markdown imagemagick pngquant python-cairosvg output=output.apk srclibs=duck@1.0.3 - build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk + build=PYTHONPATH=$$duck$$ ./build.py output.apk Auto Update Mode:None Update Check Mode:None