com.teeworlds: tidy metadata
This commit is contained in:
parent
f438375024
commit
73aac34a82
|
|
@ -19,22 +19,32 @@ Repo:libsdl-android
|
||||||
|
|
||||||
# some libraries, such as libandroid.so can't be rebuilt from included sources;
|
# some libraries, such as libandroid.so can't be rebuilt from included sources;
|
||||||
# others, such as python.so may be recompiled (probably, better from srclibs)
|
# others, such as python.so may be recompiled (probably, better from srclibs)
|
||||||
Build Version:0.6.2.15,6215,a7d9626282f,subdir=project,submodules=yes,target=android-17,buildjni=no,\
|
Build:0.6.2.15,6215
|
||||||
rm=project/jni/application/commandergenius/commandergenius/icotool,\
|
commit=a7d9626282f
|
||||||
init=\
|
subdir=project
|
||||||
ln -fs teeworlds jni/application/src && \
|
submodules=yes
|
||||||
sed -ri 's/ant debug|ant release/exit 0/' ../build.sh && \
|
init=ln -fs teeworlds jni/application/src && \
|
||||||
sed -ri 's/exit 0//' ../copyAssets.sh && \
|
sed -ri 's/ant debug|ant release/exit 0/' ../build.sh && \
|
||||||
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
|
sed -ri 's/exit 0//' ../copyAssets.sh && \
|
||||||
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter && \
|
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
|
||||||
cd ../.. && ./changeAppSettings.sh -a,\
|
cd jni && \
|
||||||
build=\
|
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter && \
|
||||||
sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
|
cd ../.. && \
|
||||||
cd .. && ./build.sh release
|
./changeAppSettings.sh -a
|
||||||
|
target=android-17
|
||||||
|
rm=project/jni/application/commandergenius/commandergenius/icotool
|
||||||
|
build=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
|
||||||
|
cd .. && \
|
||||||
|
./build.sh release
|
||||||
|
buildjni=no
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Tags and AndroidManifest are unusable. See website for upstream Teeworlds
|
||||||
|
releases and look up Git history for actual updates.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
# Tags and AndroidManifest are unusable. See website for upstream Teeworlds releases and look up
|
|
||||||
# Git history for actual updates
|
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:0.6.2.15
|
Current Version:0.6.2.15
|
||||||
Current Version Code:6215
|
Current Version Code:6215
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue