Update LxReader to 0.7.8 (fdroid) (70800)

This commit is contained in:
F-Droid checkupdates bot 2024-10-24 23:45:13 +00:00 committed by linsui
parent edacfc31af
commit 633ca38812

View file

@ -43,7 +43,38 @@ Builds:
- popd
ndk: r21e
- versionName: 0.7.8 (fdroid)
versionCode: 70800
commit: 02b0a81e282243af04cad175d53652b09fd7be7f
subdir: app
sudo:
- apt-get update
- apt-get install -y xz-utils bzip2
gradle:
- fdroid
prebuild:
- sdkmanager 'cmake;3.22.1'
- find ../tools -iname *.sh -exec sed -i -e 's/VERBOSE=1//' -e 's/-xvjf/-xjf/'
{} +
build:
- echo ANDROID_HOME=$$SDK$$ >> ./make.conf
- echo ANDROID_NDK_HOST_TAG=linux-x86_64 >> ./make.conf
- echo ANDROID_NDK_ROOT=$$NDK$$ >> ./make.conf
- echo ANDROID_CMAKE=$$SDK$$/cmake/3.22.1 >> ./make.conf
- echo MAKEOPTS=-j`nproc` >> ./make.conf
- echo ANDROID_PAGE_SIZE_16K=OFF >> ./make.conf
- cp make.conf ../tools/thirdparty-bldtool/
- pushd ../tools/thirdparty-bldtool/
- echo -e 'CFLAGS="-fPIC -DPIC"\nCXXFLAGS="-fPIC -DPIC"' >> ./make.conf
- ./rebuild-all.sh
- popd
- cp make.conf ../tools/crengine-ng-build/
- pushd ../tools/crengine-ng-build/
- ./rebuild-all.sh release
- popd
ndk: r21e
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.7.7 (fdroid)
CurrentVersionCode: 70700
CurrentVersion: 0.7.8 (fdroid)
CurrentVersionCode: 70800