Don't update FTP Server to 2.13.1 (21301): fail to build locales

master
Boris Kraut 2017-01-23 21:05:13 +01:00
parent 2b49125a5d
commit 8086f107b5
2 changed files with 14 additions and 3 deletions

View File

@ -94,18 +94,27 @@ Build:2.12.0,21200
prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
Build:2.13.0,21300 Build:2.13.0,21300
disable=twofortyfouram's sdk seems non-free disable=twofortyfouram's sdk needs to be replaced
commit=v2.13 commit=v2.13
subdir=app subdir=app
gradle=fdroid_free gradle=fdroid_free
prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/twofortyfouram/d' build.gradle prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/twofortyfouram/d' build.gradle
Build:2.13.1,21301
disable=fail to build locales
commit=v2.13.1
subdir=app
gradle=fdroid_free
srclibs=locales@4.0.2
prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/twofortyfouram/d' build.gradle && \
cp -fR $$locales$$/pluginClientSdkLib ../ && \
sed -i -e '/fileTree/acompile project(":pluginClientSdkLib")' build.gradle && \
echo -e "\ninclude ':pluginClientSdkLib'" >> ../settings.gradle
Maintainer Notes: Maintainer Notes:
Remove shrink/minify stuff since the proguard config is missing. Remove shrink/minify stuff since the proguard config is missing.
Enable AUM again if upstream starts tagging properly (see v2.12 vs 2.12.0). Enable AUM again if upstream starts tagging properly (see v2.12 vs 2.12.0).
Tasker/Locales plugin issue, see https://github.com/ppareit/swiftp/commit/80e9665b089b4fecaa585a9c75343fb56f6eb5cb#commitcomment-20399398.
. .
Auto Update Mode:None Auto Update Mode:None

2
srclibs/locales.txt Normal file
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/twofortyfouram/android-plugin-client-sdk-for-locale/