From bed0a231d3fa6a4a56aeebe868d83b035e358d7a Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Mon, 20 Oct 2014 12:57:50 +0200 Subject: [PATCH] Update Password Store to 1.2-a1 (20) --- metadata/com.zeapo.pwdstore.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/metadata/com.zeapo.pwdstore.txt b/metadata/com.zeapo.pwdstore.txt index c501fb4780..44a370fe30 100644 --- a/metadata/com.zeapo.pwdstore.txt +++ b/metadata/com.zeapo.pwdstore.txt @@ -136,6 +136,26 @@ Build:1.1-b8,15 sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \ sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle +Build:1.2-a1,20 + commit=v1.2-a1 + subdir=app + submodules=yes + gradle=yes + srclibs=Swipelist@eb5a84c41d2131c5e858d5185001ea1e861afe7f + prebuild=cp -fR $$Swipelist$$/swipelistview/src/main ../libraries/swipelistview && \ + pushd ../libraries/swipelistview/ && \ + mv java src && \ + mkdir libs && \ + android update lib-project -p . --target "android-19" && \ + echo "android.library=true" >> project.properties && \ + cp ../openpgp-api-lib/build.gradle ./ && \ + echo -e 'repositories {\nmavenCentral()\n}\n\ndependencies {\ncompile "com.nineoldandroids:library:2.4.0+"\ncompile "com.android.support:appcompat-v7:19.0.+"\n}' >> build.gradle && \ + popd && \ + echo "include ':libraries:swipelistview'" >> ../settings.gradle && \ + sed -i -e '/com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar/,+2d' build.gradle && \ + sed -i -e "/libraries:openpgp-api-lib/acompile project\(':libraries:swipelistview'\)" build.gradle && \ + sed -i -e '/clinker/d' -e '/repositories/amavenCentral\(\)' build.gradle + Maintainer Notes: Upstream is clean and should build without modifications when swipelistview is deployed to jcenter/central.