From 0d65e3d7e1892de1f511b23f6780812505e9dd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 26 Sep 2013 08:51:16 +0200 Subject: [PATCH] Formatting, small fixes for scummvm --- metadata/org.scummvm.scummvm.txt | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/metadata/org.scummvm.scummvm.txt b/metadata/org.scummvm.scummvm.txt index d534b97e34..28c5883834 100644 --- a/metadata/org.scummvm.scummvm.txt +++ b/metadata/org.scummvm.scummvm.txt @@ -1,5 +1,5 @@ Category:Games -License:GPLv3 +License:GPLv2+ Web Site:http://scummvm.org Source Code:https://github.com/scummvm/scummvm/ Issue Tracker:http://sourceforge.net/tracker/?group_id=37116&atid=418820 @@ -21,6 +21,7 @@ games, provided you already have their data files. List of supported engines inc and numerous others. [https://raw.github.com/scummvm/scummvm/master/README Documentation] + [https://raw.github.com/scummvm/scummvm/master/dists/android/README.Android README of Android port] Unlike upstream build, this one has all plugins bundled together in single apk. External plugin apks @@ -30,15 +31,18 @@ Unlike upstream build, this one has all plugins bundled together in single apk. Repo Type:git Repo:git://github.com/scummvm/scummvm.git -Build Version:1.5.0,6,v1.5.0,extlibs=libmad/libmad-0.15.1b.tar.gz,srclibs=FLAC@1.2.1;Tremor@b31465b840,\ -update=no,target=android-17,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\ -init=echo -e '\n\n' > build.xml,\ -build=export ANDROID_SDK="$$SDK$$" && export ANDROID_NDK="$$NDK$$" \ -&& chmod +x fdroid_build \ -&& ./fdroid_build tremor $$Tremor$$ \ -&& ./fdroid_build mad \ -&& ./fdroid_build flac $$FLAC$$ \ -&& ./fdroid_build scummvm +Build Version:1.5.0,6,v1.5.0,\ +extlibs=libmad/libmad-0.15.1b.tar.gz,srclibs=FLAC@1.2.1;Tremor@b31465b840,\ +update=no,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\ +init=\ + echo -e '\n\n' > build.xml,\ +build=\ + export ANDROID_SDK="$$SDK$$" && export ANDROID_NDK="$$NDK$$" && \ + chmod +x fdroid_build && \ + ./fdroid_build tremor $$Tremor$$ && \ + ./fdroid_build mad && \ + ./fdroid_build flac $$FLAC$$ && \ + ./fdroid_build scummvm # Releases are tagged, but according to backends/platform/android/android.mk (which also contains # version codes), Market uploads take priority. They may lag notably behind general development,