mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Surespot: Fix build
This commit is contained in:
parent
d59d50bfaf
commit
21427b1ba4
1 changed files with 9 additions and 2 deletions
|
|
@ -20,6 +20,11 @@ shareable unless you make them so. Multiple identities allow you to be who you
|
|||
want with just who you want, and if anyone gets annoying you can block them.
|
||||
Surespot does not require or store your phone number or email address and we
|
||||
don't mine your data, no advertisements here!
|
||||
|
||||
'''WARNING'''
|
||||
|
||||
This build recipe is complex and error-prone and might include unchecked
|
||||
binaries. Use it only at your own risk.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
@ -50,7 +55,7 @@ Build:61-fdroid,61
|
|||
sed -i -e 's#android {#android {\nlintOptions {\nabortOnError false\n}\n#' build.gradle
|
||||
|
||||
Build:63-fdroid,63
|
||||
disable=wrong spongycastle version
|
||||
disable=builds, wait for comments
|
||||
commit=aa83369736b7533cb8ab824ee36be032b40271bf
|
||||
patch=Ex-63.patch,Im-63.patch
|
||||
gradle=yes
|
||||
|
|
@ -97,7 +102,8 @@ Build:63-fdroid,63
|
|||
sed -i -e 's#android {#android {\nlintOptions {\nabortOnError false\n}\n#' build.gradle && \
|
||||
cp -av $$gcm$$/gcm-client-deprecated/src/com surespot/src/main/java/ && \
|
||||
find .google_apis -name '*.jar' -exec rm {} \; && \
|
||||
sed -i -e '/support-v4/acompile "com.madgag:scprov-jdk15on:1.47.0.3"\ncompile "com.madgag:sc-light-jdk15on:1.47.0.3"' -e '/compile files/d' build.gradle
|
||||
sed -i -e '/support-v4/acompile "com.madgag:scprov-jdk15on:1.47.0.3"\ncompile "com.madgag:sc-light-jdk15on:1.47.0.3"' -e '/compile files/d' build.gradle && \
|
||||
sed -i -e '/surespotcommon/acompile "com.madgag:scprov-jdk15on:1.47.0.3"\ncompile "com.madgag:sc-light-jdk15on:1.47.0.3"' -e '/compile files/d' androidkeystore/build.gradle
|
||||
novcheck=yes
|
||||
|
||||
Maintainer Notes:
|
||||
|
|
@ -105,6 +111,7 @@ Maintainer Notes:
|
|||
* Export/Import of Identityfile removed (for now)
|
||||
.
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:63-fdroid
|
||||
|
|
|
|||
Loading…
Reference in a new issue