make some changes to org.navitproject.navit
This commit is contained in:
parent
c9698f55e8
commit
e3b70aace7
|
@ -2,7 +2,7 @@
|
||||||
Category:Navigation
|
Category:Navigation
|
||||||
License:GPLv2
|
License:GPLv2
|
||||||
Web Site:http://www.navit-project.org
|
Web Site:http://www.navit-project.org
|
||||||
Source Code:http://navit.svn.sourceforge.net/viewvc/navit
|
Source Code:http://sourceforge.net/p/navit/code
|
||||||
Issue Tracker:http://trac.navit-project.org/
|
Issue Tracker:http://trac.navit-project.org/
|
||||||
|
|
||||||
Auto Name:
|
Auto Name:
|
||||||
|
@ -24,19 +24,17 @@ You can help translating via the web-based:
|
||||||
#apks at http://download.navit-project.org/navit
|
#apks at http://download.navit-project.org/navit
|
||||||
Repo Type:svn
|
Repo Type:svn
|
||||||
#Don't clone into navit/trunk/navit to leave space for dir required by cmake
|
#Don't clone into navit/trunk/navit to leave space for dir required by cmake
|
||||||
Repo:http://navit.svn.sourceforge.net/svnroot/navit/trunk
|
Repo:svn://svn.code.sf.net/p/navit/code/trunk
|
||||||
|
|
||||||
# https://f-droid.org/forums/topic/navit/#post-7852
|
# https://f-droid.org/forums/topic/navit/#post-7852
|
||||||
Build Version:5532,5532,5532,\
|
Build Version:5543,5543,5543,\
|
||||||
novcheck=yes,\
|
novcheck=yes,\
|
||||||
update=no,\
|
update=no,\
|
||||||
build=sed -i 's/cd android && ant debug/cd android/g' navit/navit/Makefile.am && \
|
build=mkdir android-build && \
|
||||||
sed -i 's/cd android && ant release/cd android/g' navit/navit/Makefile.am && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
cd android-build/ && \
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DANDROID_API_VERSION=8 -DDISABLE_QT=true ../navit && \
|
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DANDROID_API_VERSION=8 -DDISABLE_QT=true ../navit && \
|
||||||
make && \
|
make && \
|
||||||
make apkg && \
|
make android_resources && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
ln -s android-build/navit/android/* .
|
ln -s android-build/navit/android/* .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue