mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Set autoname of AGS
This commit is contained in:
parent
bf37a3c199
commit
1643d1fd39
1 changed files with 9 additions and 5 deletions
|
|
@ -6,6 +6,7 @@ Issue Tracker:https://github.com/adventuregamestudio/ags/issues
|
||||||
Donate:http://www.adventuregamestudio.co.uk/site/community/donate
|
Donate:http://www.adventuregamestudio.co.uk/site/community/donate
|
||||||
|
|
||||||
Name:AGS
|
Name:AGS
|
||||||
|
Auto Name:AGS
|
||||||
Summary:Graphical adventure player
|
Summary:Graphical adventure player
|
||||||
Description:
|
Description:
|
||||||
Adventure Game Studio is a game development software, including editor, common routine library and
|
Adventure Game Studio is a game development software, including editor, common routine library and
|
||||||
|
|
@ -32,15 +33,18 @@ Repo:https://github.com/adventuregamestudio/ags.git
|
||||||
Build:3.3.0-beta,1
|
Build:3.3.0-beta,1
|
||||||
disable=lots of build errors
|
disable=lots of build errors
|
||||||
commit=v.3.3.0-beta
|
commit=v.3.3.0-beta
|
||||||
init=cd ../.. && find -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
|
|
||||||
subdir=Android/launcher_list
|
subdir=Android/launcher_list
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
init=cd ../.. && \
|
||||||
|
find -iregex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
|
||||||
|
git submodule foreach git checkout d6f13daef9
|
||||||
target=android-17
|
target=android-17
|
||||||
update=.;../library
|
update=.,../library
|
||||||
forceversion=yes
|
forceversion=yes
|
||||||
|
patch=ndkr9.patch
|
||||||
|
build=cd ../buildlibs && \
|
||||||
|
find -name "*.sh" -exec chmod +x {} + && \
|
||||||
|
./buildall.sh
|
||||||
buildjni=../library
|
buildjni=../library
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue