mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
librera reader: 8.8.15-fdroid
This commit is contained in:
parent
a25e811541
commit
4293d38887
1 changed files with 34 additions and 2 deletions
|
|
@ -333,6 +333,38 @@ Builds:
|
||||||
antifeatures:
|
antifeatures:
|
||||||
- KnownVuln
|
- KnownVuln
|
||||||
|
|
||||||
|
- versionName: 8.8.15-fdroid
|
||||||
|
versionCode: 4865
|
||||||
|
commit: eabccd2ff9250a9e3791b2b120ca6fa3b15abd1c
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y g++ mesa-common-dev libxcursor-dev libxrandr-dev libxinerama-dev
|
||||||
|
libglu1-mesa-dev libxi-dev make
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- MuPDF@1.21.1
|
||||||
|
rm:
|
||||||
|
- Builder/src/libs
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/F-DROID REMOVE THIS LINE/,+1d' ../build.gradle
|
||||||
|
- sed -i -e '/^if.*Fdroid/,/^}/d' -e '/enable true/d' -e '/_appGdriveKey/d'
|
||||||
|
-e '/_admob/d' build.gradle
|
||||||
|
- mkdir src/main/jniLibs
|
||||||
|
- cd ../Builder
|
||||||
|
- sed -i -e '/^#!/a\set -e' -e '/git clone/d' -e '/mkdir mupdf/d' -e 's|.*ndk-build|$$NDK$$/ndk-build
|
||||||
|
-j`nproc`|' ../Builder/link_to_mupdf_1.21.1.sh
|
||||||
|
- cp -r $$MuPDF$$ mupdf-1.21.1
|
||||||
|
- rm -rf mupdf-1.21.1/thirdparty/{harfbuzz/test,curl/tests,leptonica/prog/fuzzing}
|
||||||
|
scanignore:
|
||||||
|
- Builder/fonts/fonts.zip
|
||||||
|
- app/src/fdroid/assets/fonts.zip
|
||||||
|
build:
|
||||||
|
- pushd ../Builder/
|
||||||
|
- ./link_to_mupdf_1.21.1.sh
|
||||||
|
ndk: r25b
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
* Upstream builds separate APKs for each architecture but we build an universal APK.
|
* Upstream builds separate APKs for each architecture but we build an universal APK.
|
||||||
* scanner will detect GMS (/com/google/android/gms) in these APKs; those are only stubs here, see https://gitlab.com/fdroid/fdroiddata/-/issues/2272#note_493741256
|
* scanner will detect GMS (/com/google/android/gms) in these APKs; those are only stubs here, see https://gitlab.com/fdroid/fdroiddata/-/issues/2272#note_493741256
|
||||||
|
|
@ -346,5 +378,5 @@ AutoUpdateMode: Version +-fdroid %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: app/build.gradle|\s+FDroidCodeNumber = (\d+)|.|\s+FDroidVersionNumber
|
UpdateCheckData: app/build.gradle|\s+FDroidCodeNumber = (\d+)|.|\s+FDroidVersionNumber
|
||||||
= "([^\"]+)"
|
= "([^\"]+)"
|
||||||
CurrentVersion: 8.8.5
|
CurrentVersion: 8.8.15
|
||||||
CurrentVersionCode: 4855
|
CurrentVersionCode: 4865
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue