Merge branch 'conversations' of https://gitlab.com/krt/fdroiddata
This commit is contained in:
commit
cd118f0b69
|
@ -38,26 +38,29 @@ Build:0.1.3,9
|
|||
scanignore=libs/otr4j-0.10.jar,libs/bcprov-jdk15on-150.jar
|
||||
|
||||
Maintainer Notes:
|
||||
0.1.3,9 uses precompiled open-source jars that have been verified to match
|
||||
hashes from upstream. An upcomming 0.1.4 should be build according to the
|
||||
following recipe:
|
||||
|
||||
This app uses precompiled open-source jars that have been verified to
|
||||
match hashes from upstream.
|
||||
|
||||
HASHES MUST BE RE-CHECKED ON CHANGE!
|
||||
|
||||
However, we should built thoses jars from sourc asap, like:
|
||||
|
||||
rm=libs/android-support-v4.jar,libs/otr4j-0.10.jar,libs/bcprov-jdk15on-150.jar
|
||||
prebuild=pushd $$BouncyCastle$$ && gradle jar && popd && cp $$BouncyCastle$$/prov/build/libs/* libs/ && \
|
||||
cp -r $$Otr4j-jitsi$$/src/main src/
|
||||
|
||||
Commits for otr4j:
|
||||
otr4j-0.10 33d95bb3710986d048fb4cbe42dc991f9ddd9de2
|
||||
otr4j-HEAD 6d879761605dba48c80c0d3f44a6555b522d0c2e
|
||||
Build:0.1.4,10
|
||||
disable=not released, works for 0.1.3
|
||||
srclibs=Otr4j-jitsi@30fbaea9388616b268de82be0267acf2441b218b,BouncyCastle@r1rv50
|
||||
commit=0.1.4
|
||||
submodules=yes
|
||||
rm=libs/bcprov-jdk15on-150.jar,libs/otr4j-0.10.jar
|
||||
scanignore=libs/otr4j-0.10.jar,libs/bcprov-jdk15on-150.jar
|
||||
prebuild=pushd $$BouncyCastle$$ && \
|
||||
ant -f ant/jdk15+.xml build-provider && \
|
||||
popd && cp $$BouncyCastle$$/build/artifacts/jdk1.5/jars/bcprov-jdk15on-150.jar libs/ && \
|
||||
pushd $$Otr4j-jitsi$$ && \
|
||||
mvn clean && mvn package && popd && \
|
||||
cp $$Otr4j-jitsi$$/target/otr4j-0.10.jar libs/
|
||||
|
||||
Remove notice in the description as well, if 0.1.4 is build from completly from
|
||||
source. 0.1.3 should be disabled after some time afterwards.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1.3
|
||||
Current Version Code:9
|
||||
|
||||
|
|
15
srclibs/SpongyCastle.txt
Normal file
15
srclibs/SpongyCastle.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Source details (the only mandatory fields)
|
||||
Repo Type:git
|
||||
Repo:https://github.com/rtyley/spongycastle.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:
|
||||
|
||||
# Any extra commands to prepare the source library
|
||||
Prepare:
|
||||
|
||||
# If given "Yes", "android update project -p ." will be executed
|
||||
Update Project:
|
||||
|
Loading…
Reference in a new issue