spaRSS: Disable build, force actual appcompat version

This commit is contained in:
Boris Kraut 2015-05-12 21:37:38 +02:00
parent a3411dfff1
commit b9d14708aa

View file

@ -16,6 +16,7 @@ Repo Type:git
Repo:https://github.com/Etuldan/spaRSS
Build:1.9.2,58
disable=remove apk
commit=75209275768377bf5885a64ce0fd614038911afc
subdir=mobile
gradle=floss
@ -25,7 +26,14 @@ Build:1.9.2,58
mkdir -p ../libs && \
cp -fR $$TextDrawable$$ ../libs/textdrawable && \
echo -e '\n\ninclude ":libs:textdrawable"' >> ../settings.gradle && \
sed -i -e '/fileTree/acompile project(":libs:textdrawable")' build.gradle
sed -i -e '/fileTree/acompile project(":libs:textdrawable")' build.gradle && \
sed -i -e '/appcompat-v7/d' build.gradle && sed -i -e '/fileTree/acompile "com.android.support:appcompat-v7:21.0.0"' build.gradle
Maintainer Notes:
Upstream uses the latest appcompat version (+), he has installed, but
that differs from fdroid's build and breaks the app. This incompatibility
was introduced with appcompat-v7:22.x.x iirc.
.
Auto Update Mode:None
Update Check Mode:RepoManifest