PDF Reader: Fix metadata; disable until build and license fix
This commit is contained in:
parent
3a8e4fe2a5
commit
55e769f1d0
|
@ -1,15 +1,14 @@
|
|||
Categories:Office,Reading
|
||||
License:GPLv3
|
||||
|
||||
Web Site:https://droidapps.github.io/pdfreader4Android/
|
||||
Source Code:https://github.com/droidapps/pdfreader4Android
|
||||
Issue Tracker:https://github.com/droidapps/pdfreader4Android/issues
|
||||
|
||||
Name:PDF Reader
|
||||
Summary:Free Software PDF reader
|
||||
Auto Name:PDF Reader
|
||||
Summary:View PDF files
|
||||
Description:
|
||||
PDF Reader is based on [[cx.hell.android.pdfview]].
|
||||
It is is also working on [http://www.replicant.us/ Replicant].
|
||||
Simple PDF reader based on [[cx.hell.android.pdfview]].
|
||||
|
||||
Features:
|
||||
* Textual search support
|
||||
|
@ -19,19 +18,31 @@ Features:
|
|||
* x86 support
|
||||
* Pinch to zoom
|
||||
* Bookmarks
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/droidapps/pdfreader4Android
|
||||
|
||||
Build:0.4.0,40000
|
||||
target=android-17
|
||||
disable=see maintainer notes
|
||||
commit=0.4.0
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||
./scripts/build-native.sh && \
|
||||
sed -i '/proguard/d' project.properties
|
||||
target=android-17
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:none
|
||||
Update Check Mode:RepoManifest
|
||||
Maintainer Notes:
|
||||
The sed script matches to much. It kills an if-clause so an "exit 1" is
|
||||
always executed, resulting in a build failure.
|
||||
|
||||
Also, a LICENSE file in the sourcecode and some random note on the web-
|
||||
site would be good before enabling the build.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.0
|
||||
Current Version Code:40000
|
||||
|
||||
|
|
Loading…
Reference in a new issue