Don't update Vimtouch to 2.7 (61100031): WIP
This commit is contained in:
parent
18b9e15e6a
commit
08575debcd
|
@ -1,9 +1,10 @@
|
||||||
Categories:Development
|
Categories:Development
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:
|
Web Site:https://github.com/momodalo/vimtouch/blob/HEAD/README.md
|
||||||
Source Code:https://github.com/momodalo/vimtouch
|
Source Code:https://github.com/momodalo/vimtouch
|
||||||
Issue Tracker:https://github.com/momodalo/vimtouch/issues
|
Issue Tracker:https://github.com/momodalo/vimtouch/issues
|
||||||
|
|
||||||
|
Name:VIMTouch
|
||||||
Summary:Text editor
|
Summary:Text editor
|
||||||
Description:
|
Description:
|
||||||
* Touch to move cursor
|
* Touch to move cursor
|
||||||
|
@ -51,8 +52,20 @@ Build:2.6r2,21100030
|
||||||
./prepare-clean-checkout.sh
|
./prepare-clean-checkout.sh
|
||||||
buildjni=no
|
buildjni=no
|
||||||
|
|
||||||
|
Build:2.7,61100031
|
||||||
|
disable=wip
|
||||||
|
commit=v2.7r1
|
||||||
|
init=sed -i -e 's/ANDROID_SDK_HOME/ANDROID_HOME/g' -e 's|git@github.com:|https://github.com/|g' prepare-clean-checkout.sh && \
|
||||||
|
./prepare-clean-checkout.sh
|
||||||
|
buildjni=no
|
||||||
|
submodules=yes
|
||||||
|
build=\
|
||||||
|
gradle assembleRelease && \
|
||||||
|
ndk-build && \
|
||||||
|
for i in libs/*; do cp $i/vim $i/libvim.so; done && \
|
||||||
|
gradle assembleRelease
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:2.6r2
|
Current Version:2.7
|
||||||
Current Version Code:21100030
|
Current Version Code:61100031
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue