mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update LibreraReader to 8.5.21 (4400)
This commit is contained in:
parent
69e1268c6f
commit
813acc5dc6
1 changed files with 33 additions and 2 deletions
|
|
@ -807,6 +807,37 @@ Builds:
|
||||||
- ./link_to_mupdf_1.20.0.sh
|
- ./link_to_mupdf_1.20.0.sh
|
||||||
ndk: r23c
|
ndk: r23c
|
||||||
|
|
||||||
|
- versionName: 8.5.21-fdroid
|
||||||
|
versionCode: 4400
|
||||||
|
commit: c1143e955e9d8020a53a01371ea8b9f05598b946
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y g++ mesa-common-dev libxcursor-dev libxrandr-dev libxinerama-dev
|
||||||
|
libglu1-mesa-dev libxi-dev
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- MuPDF@1.20.0-rc2
|
||||||
|
rm:
|
||||||
|
- Builder/libs
|
||||||
|
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
|
||||||
|
- 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
|
||||||
|
- 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
|
||||||
|
ndk: r23c
|
||||||
|
|
||||||
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
|
||||||
|
|
@ -815,5 +846,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.5.12
|
CurrentVersion: 8.5.21
|
||||||
CurrentVersionCode: 4390
|
CurrentVersionCode: 4400
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue