mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update tazreader to 3.14 (3140000)
This commit is contained in:
parent
8fb044de65
commit
b33405ee31
1 changed files with 23 additions and 5 deletions
|
|
@ -4,11 +4,11 @@ Categories:
|
|||
- Internet
|
||||
- Reading
|
||||
License: AGPL-3.0-or-later
|
||||
SourceCode: https://github.com/woffs/tazapp-android
|
||||
IssueTracker: https://github.com/woffs/tazapp-android/issues
|
||||
SourceCode: https://github.com/ctrlaltcoop/tazapp-android
|
||||
IssueTracker: https://github.com/ctrlaltcoop/tazapp-android/issues
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/woffs/tazapp-android
|
||||
Repo: https://github.com/ctrlaltcoop/tazapp-android
|
||||
|
||||
Builds:
|
||||
- versionName: 3.9.1 universal
|
||||
|
|
@ -79,7 +79,25 @@ Builds:
|
|||
APP_ABI="arm64-v8a armeabi-v7a x86 x86_64" APP_OPTIM=release
|
||||
- mv $$MuPDF$$/platform/android/viewer/libs src/main/jniLibs
|
||||
|
||||
- versionName: 3.14.0.0+fdroid+universal
|
||||
versionCode: 3140000
|
||||
commit: fdroid-3.14.0.0
|
||||
subdir: tazapp
|
||||
gradle:
|
||||
- taz
|
||||
output: ./build/outputs/apk/taz/release/tazapp-taz-universal-release-unsigned.apk
|
||||
srclibs:
|
||||
- MuPDF@1.10-114-g9d96d035
|
||||
build:
|
||||
- find $$MuPDF$$ -type f -name \*.[ch] | xargs perl -i -pe 's/com.artifex.mupdf(?!demo)/$&demo/g'
|
||||
- perl -i -pe 's,^/\* (#define TOFU(?:_CJK)?) .*,$1,' $$MuPDF$$/include/mupdf/fitz/config.h
|
||||
- make -j`nproc` -C $$MuPDF$$ generate
|
||||
- $$NDK$$/ndk-build -j`nproc` -C $$MuPDF$$/platform/android/viewer/ APP_PLATFORM=android-16
|
||||
APP_ABI="arm64-v8a armeabi-v7a x86 x86_64" APP_OPTIM=release
|
||||
- mv $$MuPDF$$/platform/android/viewer/libs src/main/jniLibs
|
||||
ndk: r23
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 3.10.3.0+fdroid+universal
|
||||
CurrentVersionCode: 3100300
|
||||
CurrentVersion: 3.14.0.0+fdroid+universal
|
||||
CurrentVersionCode: 3140000
|
||||
|
|
|
|||
Loading…
Reference in a new issue