Merge commit 'refs/merge-requests/225' of https://gitorious.org/f-droid/fdroiddata into merge-requests/225
This commit is contained in:
commit
f438375024
|
@ -27,13 +27,12 @@ Status: BETA
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
#Repo:git://github.com/adventuregamestudio/ags.git
|
||||
Repo:file:///home/uniqa/ags
|
||||
Repo:git://github.com/adventuregamestudio/ags.git
|
||||
|
||||
# ignored files
|
||||
Build:3.3.0-beta,1
|
||||
commit=v.3.3.0-beta
|
||||
init=find ../.. -iregex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
|
||||
init=cd ../.. && -iregex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
|
||||
git submodule foreach git checkout d6f13daef9
|
||||
build=cd ../buildlibs && find -name "*.sh" -exec chmod +x {} + && ./buildall.sh
|
||||
patch=ndkr9.patch
|
||||
|
|
40
metadata/com.teeworlds.txt
Normal file
40
metadata/com.teeworlds.txt
Normal file
|
@ -0,0 +1,40 @@
|
|||
Categories:Games
|
||||
License:GPLv2+
|
||||
Web Site:https://www.teeworlds.com/
|
||||
Source Code:https://github.com/pelya/commandergenius
|
||||
Issue Tracker:https://github.com/pelya/commandergenius/issues
|
||||
|
||||
Name:Teeworlds
|
||||
Summary:Fast-paced 2D arcade shooter
|
||||
Description:
|
||||
Teeworlds is a free online multiplayer game, available for all major operating systems. Battle with up
|
||||
to 16 players in a variety of game modes, including Team Deathmatch and Capture The Flag. You can even
|
||||
design your own maps!
|
||||
.
|
||||
|
||||
# Upstream isn't particulary happy about "custom clients", so it is likely to be forever
|
||||
# buried in depths of commandergenius repository..
|
||||
Repo Type:srclib
|
||||
Repo:libsdl-android
|
||||
|
||||
# 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)
|
||||
Build Version:0.6.2.15,6215,a7d9626282f,subdir=project,submodules=yes,target=android-17,buildjni=no,\
|
||||
rm=project/jni/application/commandergenius/commandergenius/icotool,\
|
||||
init=\
|
||||
ln -fs teeworlds jni/application/src && \
|
||||
sed -ri 's/ant debug|ant release/exit 0/' ../build.sh && \
|
||||
sed -ri 's/exit 0//' ../copyAssets.sh && \
|
||||
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
|
||||
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter && \
|
||||
cd ../.. && ./changeAppSettings.sh -a,\
|
||||
build=\
|
||||
sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
|
||||
cd .. && ./build.sh release
|
||||
|
||||
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
|
||||
Current Version:0.6.2.15
|
||||
Current Version Code:6215
|
|
@ -34,14 +34,14 @@ Repo:libsdl-android
|
|||
Build Version:0.9.1-584,11527,openttd-1.2.3.25,update=no,srclibs=OpenMSX@728325a472,buildjni=no,\
|
||||
subdir=project,patch=tcl.patch,scanignore=project/jni/tcl8.5,\
|
||||
init=\
|
||||
ln -s ../../OpenMSX openmsx && \
|
||||
ln -s ../../OpenMSX/ openmsx && \
|
||||
sed -ri 's/ant debug|ant release/exit/' ../build.sh && \
|
||||
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
|
||||
rm -rf ffmpeg/lib/* python/src/pythonp python/src/Parser/pgen ../themes/converter/converter && \
|
||||
prebuild=\
|
||||
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && ./setup_anddev.sh,\
|
||||
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter,\
|
||||
build=\
|
||||
sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
|
||||
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && \
|
||||
sed 's/android-15/android-17/' -i setup_anddev.sh && ./setup_anddev.sh && \
|
||||
cd ../../../ && sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
|
||||
cd openmsx/build/android/openmsx && \
|
||||
declare -rx VERSION_NAME=0.9.1-584 && \
|
||||
./launch_anddev_build.sh
|
||||
|
|
Loading…
Reference in a new issue