TinfoilSMS: Replace some jars (still disabled)

master
Boris Kraut 2014-05-06 20:47:57 +02:00
parent 1f365ad347
commit 2b67c62e20
3 changed files with 36 additions and 1 deletions

View File

@ -15,8 +15,25 @@ Repo Type:git
Repo:https://github.com/tinfoilhat/tinfoil-sms.git
Build:1.3.1,16
disable=unverified jars
disable=orwell and bouncycastle/strippedcastle fail to build
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
Update Check Mode:Tags

15
srclibs/Orwell.txt Normal file
View 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

View File

@ -0,0 +1,3 @@
Repo Type:git
Repo:https://github.com/gnu-user/strippedcastle.git