Update Kiwix to 2.2 (47)
Only change from 2.1 is the xapian version in the make line.
This commit is contained in:
parent
1ba4887f40
commit
b21c8829e5
|
@ -60,11 +60,26 @@ Build:2.1,45
|
||||||
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip
|
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip
|
||||||
ndk=r10e
|
ndk=r10e
|
||||||
|
|
||||||
|
Build:2.2,47
|
||||||
|
commit=android_v2.20
|
||||||
|
subdir=android
|
||||||
|
gradle=yes
|
||||||
|
rm=ios,dvd,src/sugar,android/libs/*/*.so
|
||||||
|
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 icudt56l.dat xz icu xapian-core-1.4.2 zimlib-1.4 zimlib-1.4/build/lib/libzim.so && \
|
||||||
|
popd && \
|
||||||
|
cd android && \
|
||||||
|
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip
|
||||||
|
ndk=r10e
|
||||||
|
|
||||||
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:2.1
|
Current Version:2.2
|
||||||
Current Version Code:45
|
Current Version Code:47
|
||||||
|
|
Loading…
Reference in a new issue