mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
librerareader - update recipe
This commit is contained in:
parent
ff31bef215
commit
c87a0a3687
1 changed files with 3 additions and 3 deletions
|
|
@ -126,16 +126,16 @@ Builds:
|
|||
prebuild:
|
||||
- sed -i -e '/F-DROID REMOVE THIS LINE/,+1d' ../build.gradle
|
||||
- sed -i -e '/gms/d' -e '/firebase/d' -e '/com.cloudrail/d' -e '/enable true/d'
|
||||
-e '/junrar/d' build.gradle
|
||||
-e '/junrar/d' -e '/google_ads/d' build.gradle
|
||||
- sed -i -e '/^#!/a\set -e' -e 's|git clone .*|cp -r $$MuPDF$$ mupdf-$VERSION_TAG|'
|
||||
-e '/mkdir mupdf/d' -e 's/ndk-build $1/& -j`nproc` || exit 1/' ../Builder/link_to_mupdf_1.20.0.sh
|
||||
-e '/mkdir mupdf/d' -e 's/ndk-build $1/& -j`nproc` || exit 1/' ../Builder/link_to_mupdf_1.20.2.sh
|
||||
- mkdir src/main/jniLibs/
|
||||
scanignore:
|
||||
- Builder/fonts/fonts.zip
|
||||
- app/src/fdroid/assets/fonts.zip
|
||||
build:
|
||||
- pushd ../Builder/
|
||||
- ./link_to_mupdf_1.20.0.sh
|
||||
- ./link_to_mupdf_1.20.2.sh
|
||||
ndk: r23c
|
||||
|
||||
MaintainerNotes: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue