From f34c09510c218c0279851960dbf79cc25452405a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 15 Apr 2023 04:27:10 +0000 Subject: [PATCH] Update MuPDF mini to 1.22.0a (120) --- metadata/com.artifex.mupdf.mini.app.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/metadata/com.artifex.mupdf.mini.app.yml b/metadata/com.artifex.mupdf.mini.app.yml index 2bbcbba29f..0686a6b9fb 100644 --- a/metadata/com.artifex.mupdf.mini.app.yml +++ b/metadata/com.artifex.mupdf.mini.app.yml @@ -254,6 +254,27 @@ Builds: build: make -C ../jni/libmupdf generate ndk: r23c + - versionName: 1.22.0a + versionCode: 120 + commit: 2f9fb3319920ebfa17246e6081c50b78a8094876 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y make + gradle: + - yes + prebuild: + - sed -i -e '/maven.ghostscript.com/d' -e '/user.home/d' -e '/url.*MAVEN_REPO/d' + ../build.gradle ../*/build.gradle + - sed -i -e 's/enable true/enable false/' build.gradle + - sed -i -e "s/'-j4'/'-j`nproc`'/" ../jni/build.gradle + - echo 'ABI_FILTERS=armeabi-v7a,arm64-v8a,x86' >> ../gradle.properties + scandelete: + - jni/libmupdf/thirdparty + build: make -C ../jni/libmupdf generate + ndk: r23c + MaintainerNotes: |- Upstream builds separate APKs for all target architectures supported by NDK (7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86 @@ -261,5 +282,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.21.0a -CurrentVersionCode: 110 +CurrentVersion: 1.22.0a +CurrentVersionCode: 120