SuperTuxKart (DEV): Fix old sdk usage, enable test build
This commit is contained in:
parent
53416b99d2
commit
f19e89638a
|
@ -1,4 +1,3 @@
|
||||||
Disabled:WIP
|
|
||||||
Categories:Games
|
Categories:Games
|
||||||
License:GPL-3.0
|
License:GPL-3.0
|
||||||
Web Site:http://supertuxkart.sourceforge.net/
|
Web Site:http://supertuxkart.sourceforge.net/
|
||||||
|
@ -6,9 +5,12 @@ Source Code:https://github.com/supertuxkart/stk-code
|
||||||
Issue Tracker:https://github.com/supertuxkart/stk-code/issues
|
Issue Tracker:https://github.com/supertuxkart/stk-code/issues
|
||||||
Changelog:https://github.com/supertuxkart/stk-code/blob/HEAD/CHANGELOG.md
|
Changelog:https://github.com/supertuxkart/stk-code/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
Name:SuperTuxKart (DEV)
|
||||||
Auto Name:SuperTuxKart
|
Auto Name:SuperTuxKart
|
||||||
Summary:Play a kart racing games with Tux and friends
|
Summary:Play a kart racing games with Tux and friends
|
||||||
Description:
|
Description:
|
||||||
|
This is a development build, do not install.
|
||||||
|
|
||||||
Kart racing game, with many tracks, characters and items for you to try.
|
Kart racing game, with many tracks, characters and items for you to try.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
@ -16,14 +18,14 @@ Repo Type:git
|
||||||
Repo:https://github.com/supertuxkart/stk-code
|
Repo:https://github.com/supertuxkart/stk-code
|
||||||
|
|
||||||
Build:1.0,1
|
Build:1.0,1
|
||||||
disable=old sdk, wip
|
|
||||||
commit=91e7c51ae7aaf8be799785e8fb4126a9fc9526c4
|
commit=91e7c51ae7aaf8be799785e8fb4126a9fc9526c4
|
||||||
subdir=android
|
subdir=android
|
||||||
srclibs=supertuxkartdeps@69590c5c344ebd914a1726563aebfae369f6d374
|
srclibs=supertuxkartdeps@69590c5c344ebd914a1726563aebfae369f6d374
|
||||||
prebuild=mv ../data/supertuxkart.git ../data/supertuxkart.$$VERSION$$ && \
|
prebuild=mv ../data/supertuxkart.git ../data/supertuxkart.$$VERSION$$ && \
|
||||||
sed -i -e '/STK_VERSION/s/git/$$VERSION$$/g' ../src/utils/constants.cpp && \
|
sed -i -e '/STK_VERSION/s/git/$$VERSION$$/g' ../src/utils/constants.cpp && \
|
||||||
tar -C '../lib' -xf $$supertuxkartdeps$$/android/dependencies-android.tar.xz
|
tar -C '../lib' -xf $$supertuxkartdeps$$/android/dependencies-android.tar.xz
|
||||||
build=export SDK_PATH=$$SDK$$ && \
|
build=export USE_SDK_WRAPPER=yes && \
|
||||||
|
export SDK_PATH=$$SDK$$ && \
|
||||||
export NDK_PATH=$$NDK$$ && \
|
export NDK_PATH=$$NDK$$ && \
|
||||||
./generate_assets.sh && \
|
./generate_assets.sh && \
|
||||||
./make.sh -j5
|
./make.sh -j5
|
||||||
|
@ -35,6 +37,7 @@ Maintainer Notes:
|
||||||
* Upstream does not bump VC, so we need a way to deal with it.
|
* Upstream does not bump VC, so we need a way to deal with it.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
Archive Policy:0 versions
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.0
|
Current Version:1.0
|
||||||
|
|
Loading…
Reference in a new issue