Update Kiwix to 1.97 (27)
This commit is contained in:
parent
4df50eeb66
commit
360c4eaeb3
|
|
@ -29,11 +29,26 @@ Build:1.96,26
|
||||||
cd android && \
|
cd android && \
|
||||||
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --kiwix --strip
|
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --kiwix --strip
|
||||||
|
|
||||||
|
Build:1.97,27
|
||||||
|
commit=android_v1.97
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
Don't run `make android-deps` as that will download the SDK and NDK.
|
Don't run `make android-deps` as that will download the SDK and NDK.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags android_*
|
Update Check Mode:Tags android_*
|
||||||
Current Version:1.96
|
Current Version:1.97
|
||||||
Current Version Code:26
|
Current Version Code:27
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue