From b21c8829e55baebccfe9137aae9458fef06fac97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 18 Mar 2017 13:44:23 +0000 Subject: [PATCH] Update Kiwix to 2.2 (47) Only change from 2.1 is the xapian version in the make line. --- metadata/org.kiwix.kiwixmobile.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/org.kiwix.kiwixmobile.txt b/metadata/org.kiwix.kiwixmobile.txt index e323ec34b2..2958347170 100644 --- a/metadata/org.kiwix.kiwixmobile.txt +++ b/metadata/org.kiwix.kiwixmobile.txt @@ -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=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: Don't run `make android-deps` as that will download the SDK and NDK. . Auto Update Mode:None Update Check Mode:Tags android_* -Current Version:2.1 -Current Version Code:45 +Current Version:2.2 +Current Version Code:47