TinfoilSMS: Replace some jars (still disabled)
This commit is contained in:
parent
1f365ad347
commit
2b67c62e20
|
@ -15,8 +15,25 @@ Repo Type:git
|
||||||
Repo:https://github.com/tinfoilhat/tinfoil-sms.git
|
Repo:https://github.com/tinfoilhat/tinfoil-sms.git
|
||||||
|
|
||||||
Build:1.3.1,16
|
Build:1.3.1,16
|
||||||
disable=unverified jars
|
disable=orwell and bouncycastle/strippedcastle fail to build
|
||||||
commit=1.3.1-fdroid
|
commit=1.3.1-fdroid
|
||||||
|
rm=libs/*
|
||||||
|
scanignore=resources
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
srclibs=1:NineOldAndroids@2.4.0,Orwell@v1.1,BouncyCastle@r1rv50
|
||||||
|
prebuild=cp $$Orwell$$/libs/bcprov-jdk15on-150.jar $$Orwell$$/../bin/orwell-1.1.jar libs/
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
|
||||||
|
bcprov cannot be replaced with..
|
||||||
|
.. bouncycastle sourcebuild
|
||||||
|
.. bouncycastle jar release
|
||||||
|
.. strippedcastle sourcebuild
|
||||||
|
|
||||||
|
it currently works with bcprov jar provided by orwell
|
||||||
|
|
||||||
|
orwell itself fails to build
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:Version +-fdroid %v
|
Auto Update Mode:Version +-fdroid %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
15
srclibs/Orwell.txt
Normal file
15
srclibs/Orwell.txt
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Source details (the only mandatory fields)
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/gnu-user/orwell.git
|
||||||
|
|
||||||
|
# Comma-separated list of subdirs to use. The first existing subdirectory
|
||||||
|
# found between those given will be used. If none is found or provided, the
|
||||||
|
# root of the repo directory will be used instead.
|
||||||
|
Subdir:Orwell
|
||||||
|
|
||||||
|
# Any extra commands to prepare the source library
|
||||||
|
Prepare:
|
||||||
|
|
||||||
|
# If given "Yes", "android update project -p ." will be executed
|
||||||
|
Update Project:Yes
|
||||||
|
|
3
srclibs/StrippedCastle.txt
Normal file
3
srclibs/StrippedCastle.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/gnu-user/strippedcastle.git
|
||||||
|
|
Loading…
Reference in a new issue