mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
foobnix.pro.pdf.reader - bump srclib
This commit is contained in:
parent
829bb7d107
commit
bbd1557e87
1 changed files with 6 additions and 4 deletions
|
|
@ -736,7 +736,7 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- MuPDF@1.22.2
|
||||
- MuPDF@1.23.0
|
||||
rm:
|
||||
- Builder/src/libs
|
||||
prebuild:
|
||||
|
|
@ -746,15 +746,17 @@ Builds:
|
|||
- mkdir src/main/jniLibs
|
||||
- cd ../Builder
|
||||
- sed -i -e '/^#!/a\set -e' -e '/git clone/d' -e 's/mkdir/mkdir -p/g' -e 's|.*ndk-build|$$NDK$$/ndk-build
|
||||
-j`nproc`|' link_to_mupdf_1.22.2.sh
|
||||
- cp -r $$MuPDF$$ mupdf-1.22.2
|
||||
-j`nproc`|' link_to_mupdf_1.23.0.sh
|
||||
- cp -r $$MuPDF$$ mupdf-1.23.0
|
||||
- rm -rf mupdf-1.22.2/thirdparty/{harfbuzz/test,curl/tests,leptonica/prog/fuzzing}
|
||||
scanignore:
|
||||
- Builder/fonts/fonts.zip
|
||||
- app/src/fdroid/assets/fonts.zip
|
||||
scandelete:
|
||||
- Builder/mupdf-1.23.0/thirdparty/
|
||||
build:
|
||||
- pushd ../Builder/
|
||||
- ./link_to_mupdf_1.22.2.sh
|
||||
- ./link_to_mupdf_1.23.0.sh
|
||||
ndk: r25c
|
||||
|
||||
MaintainerNotes: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue