From 08dd802215acf109ac38473013842d000f55dfcc Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 23 Jun 2019 14:56:30 +0000 Subject: [PATCH] New app: Pixel Wheels --- metadata/com.agateau.tinywheels.android.yml | 43 +++++++++++++++++++++ srclibs/pafx.txt | 4 ++ 2 files changed, 47 insertions(+) create mode 100644 metadata/com.agateau.tinywheels.android.yml create mode 100644 srclibs/pafx.txt diff --git a/metadata/com.agateau.tinywheels.android.yml b/metadata/com.agateau.tinywheels.android.yml new file mode 100644 index 0000000000..b50e91001b --- /dev/null +++ b/metadata/com.agateau.tinywheels.android.yml @@ -0,0 +1,43 @@ +Categories: + - Games +License: GPL-3.0-or-later +WebSite: http://agateau.com/projects/pixelwheels/ +SourceCode: https://github.com/agateau/pixelwheels +IssueTracker: https://github.com/agateau/pixelwheels/issues + +AutoName: Pixel Wheels +Summary: A top-down retro racing game +Description: | + Pixel Wheels is a top-down retro racing game: race for the first place on various tracks. Pick up bonuses to boost your position or slow down competitors! + +RepoType: git +Repo: https://github.com/agateau/pixelwheels + +Builds: + - versionName: 0.12.0 + versionCode: 11 + commit: 0.12.0 + subdir: android + sudo: + - apt-get update + - apt-get install -y aseprite python3-setuptools python3-pil xvfb xauth imagemagick-6.q16 + gradle: + - yes + srclibs: + - pafx@269b0241a4b5507a1f45d0aa576fb9f9dad91ad8 + rm: + - tools/packr.jar + prebuild: sed -i -e 's#./gradlew#gradle#' ../Makefile + scandelete: + - android/libs/ + build: + - gradle tools:dist -b ../build.gradle + - export PYTHONPATH=../$$pafx$$/build/lib/ + - xvfb-run -a make -C .. assets + - xvfb-run -a make -C .. mapscreenshotgenerator + - make -C .. packer + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 0.12.0 +CurrentVersionCode: 11 diff --git a/srclibs/pafx.txt b/srclibs/pafx.txt new file mode 100644 index 0000000000..58b40a9230 --- /dev/null +++ b/srclibs/pafx.txt @@ -0,0 +1,4 @@ +Repo:https://github.com/agateau/pafx.git +Repo Type:git + +Prepare:./setup.py build