Minetest: Update metadata; disable: doesn't build.

This commit is contained in:
Boris Kraut 2015-03-17 19:06:42 +01:00
parent a7e5b3da59
commit 058cc855e1

View file

@ -1,4 +1,3 @@
AntiFeatures:
Categories:Games,Internet
License:LGPLv2.1+,CC-BY-SA 3.0
Web Site:http://minetest.net
@ -6,6 +5,7 @@ Source Code:https://github.com/minetest/minetest
#Issue Tracker:http://wiki.minetest.net/Reporting_bugs
Donate:http://minetest.net/donate
Name:Minetest
Summary:Infinite-world block sandbox game
Description:
Minetest is an infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft and the like.
@ -24,6 +24,7 @@ Repo Type:git
Repo:https://github.com/minetest/minetest.git
Build:0.4.12.12,12
disable=doesn't build for me
commit=315b00d15081d1f56f0e2de22a4ff1a393ab7f22
prebuild=mkdir ../../games/minetest_game && cp -R $$MinetestGame$$/* ../../games/minetest_game
output=bin/Minetest-release-unsigned.apk
@ -34,7 +35,15 @@ Build:0.4.12.12,12
"ANDROID_NDK = $$NDK$$" \
"NDK_MODULE_PATH = $$NDK$$/toolchains" \
"SDKFOLDER = $$SDK$$" > path.cfg && \
make release
make release
Maintainer Notes:
* CRITICAL: Failed to get apk manifest information
* No UCM applies since it's not using AM.xml but a template (like Firefox etc.)
* Sometimes needs multiple build runs. Maybe re-add for-loop:
for n in 1 2 3; do make release; break; done
.
Update Check Mode:None
Current Version:0.4.12
Current Version Code:12