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
|
Categories:Office,Reading
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
|
|
||||||
Web Site:https://droidapps.github.io/pdfreader4Android/
|
Web Site:https://droidapps.github.io/pdfreader4Android/
|
||||||
Source Code:https://github.com/droidapps/pdfreader4Android
|
Source Code:https://github.com/droidapps/pdfreader4Android
|
||||||
Issue Tracker:https://github.com/droidapps/pdfreader4Android/issues
|
Issue Tracker:https://github.com/droidapps/pdfreader4Android/issues
|
||||||
|
|
||||||
Name:PDF Reader
|
Name:PDF Reader
|
||||||
Summary:Free Software PDF reader
|
Auto Name:PDF Reader
|
||||||
|
Summary:View PDF files
|
||||||
Description:
|
Description:
|
||||||
PDF Reader is based on [[cx.hell.android.pdfview]].
|
Simple PDF reader based on [[cx.hell.android.pdfview]].
|
||||||
It is is also working on [http://www.replicant.us/ Replicant].
|
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Textual search support
|
* Textual search support
|
||||||
|
@ -19,19 +18,31 @@ Features:
|
||||||
* x86 support
|
* x86 support
|
||||||
* Pinch to zoom
|
* Pinch to zoom
|
||||||
* Bookmarks
|
* Bookmarks
|
||||||
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/droidapps/pdfreader4Android
|
Repo:https://github.com/droidapps/pdfreader4Android
|
||||||
|
|
||||||
Build:0.4.0,40000
|
Build:0.4.0,40000
|
||||||
target=android-17
|
disable=see maintainer notes
|
||||||
|
commit=0.4.0
|
||||||
extlibs=android/android-support-v4.jar
|
extlibs=android/android-support-v4.jar
|
||||||
prebuild=sed -i '/ndk-build/d' scripts/build-native.sh && \
|
prebuild=sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||||
./scripts/build-native.sh && \
|
./scripts/build-native.sh && \
|
||||||
sed -i '/proguard/d' project.properties
|
sed -i '/proguard/d' project.properties
|
||||||
|
target=android-17
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
|
|
||||||
Auto Update Mode:none
|
Maintainer Notes:
|
||||||
Update Check Mode:RepoManifest
|
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:0.4.0
|
||||||
Current Version Code:40000
|
Current Version Code:40000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue