Update Kiwix to 1.99 (29)

This commit is contained in:
Daniel Martí 2016-04-17 15:52:46 +01:00
parent 0e0d9c8555
commit 22016ffff9

View file

@ -45,6 +45,21 @@ Build:1.97,27
cd android && \
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip
Build:1.99,29
commit=android_v1.99
subdir=android
gradle=yes
rm=ios,dvd,src/sugar,android/libs/*/*.so
scandelete=android/glassify
build=cd .. && \
./autogen.sh && \
./configure --disable-staticbins --disable-manager --disable-server --disable-launcher --disable-indexer --disable-installer --disable-searcher --disable-reader --disable-components --enable-android --enable-compileall && \
pushd src/dependencies && \
make icudt49l.dat xz icu zimlib-1.2 zimlib-1.2/build/lib/libzim.so xapian-core-1.2.3 && \
popd && \
cd android && \
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip
Maintainer Notes:
Don't run `make android-deps` as that will download the SDK and NDK.
.