mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-12 07:09:37 +00:00
Update LibreraReader to 8.9.105 (5846)
This commit is contained in:
parent
4bdaf76877
commit
00c8a1e4ce
1 changed files with 36 additions and 2 deletions
|
|
@ -955,6 +955,40 @@ Builds:
|
||||||
- ./link_to_mupdf_1.23.7.sh
|
- ./link_to_mupdf_1.23.7.sh
|
||||||
ndk: r26b
|
ndk: r26b
|
||||||
|
|
||||||
|
- versionName: 8.9.105-fdroid
|
||||||
|
versionCode: 5846
|
||||||
|
commit: b05989021d286a3c54049e7f40d1c982857e6cc6
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y g++ libglu1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev
|
||||||
|
libxrandr-dev make mesa-common-dev pkg-config xxd
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- MuPDF@1.23.7
|
||||||
|
rm:
|
||||||
|
- Builder/src/libs
|
||||||
|
prebuild:
|
||||||
|
- export MUPDF_VERSION=1.23.7
|
||||||
|
- 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 's/mkdir/mkdir -p/g' -e 's|".*ndk-build"|"$$NDK$$/ndk-build"|'
|
||||||
|
-e 's|^.*ndk-build$|$$NDK$$/ndk-build -j`nproc`|' link_to_mupdf_$MUPDF_VERSION.sh
|
||||||
|
- cp -r $$MuPDF$$ mupdf-$MUPDF_VERSION
|
||||||
|
- rm -rf mupdf-$MUPDF_VERSION/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.23.7.sh
|
||||||
|
ndk: r26b
|
||||||
|
|
||||||
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
|
||||||
|
|
@ -963,5 +997,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.9.96
|
CurrentVersion: 8.9.105
|
||||||
CurrentVersionCode: 5810
|
CurrentVersionCode: 5846
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue