From 5c30ae53dcf1c0997166c76f2b1fe365fb187d16 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 26 May 2015 08:05:09 +0200 Subject: [PATCH 1/4] Use official godot repository and point minilens to release 1.1 The release includes the patch needed by the f-droid build. --- metadata/io.github.kobuge.games.minilens.txt | 2 +- srclibs/Godot.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.kobuge.games.minilens.txt b/metadata/io.github.kobuge.games.minilens.txt index 4bc420fc0c..7187ec6c79 100644 --- a/metadata/io.github.kobuge.games.minilens.txt +++ b/metadata/io.github.kobuge.games.minilens.txt @@ -19,7 +19,7 @@ Repo:https://github.com/KOBUGE-Games/minilens.git Build:1.1,1 commit=873c2039219cd79b7d4d1dc0278c2398257a4225 output=minilens.apk - srclibs=Godot@584f4470c8be53fa2c682fdd9caede949fc58cf0 + srclibs=Godot@d3b42e41b0e446938d6634c8783e575de3d0b60f prebuild=mkdir minilens && \ bash -O extglob -c "mv !(minilens) minilens" && \ cp -R $$Godot$$ godot diff --git a/srclibs/Godot.txt b/srclibs/Godot.txt index 48af7638cc..4fb7d6ba90 100644 --- a/srclibs/Godot.txt +++ b/srclibs/Godot.txt @@ -1,3 +1,3 @@ Repo Type:git -Repo:https://github.com/est31/godot.git +Repo:https://github.com/okamstudio/godot.git From e63be47c490111f4a16a822a3e5b47686e359774 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 26 May 2015 08:05:17 +0200 Subject: [PATCH 2/4] Add Tanks of Freedom Game --- metadata/in.p1x.tanks_of_freedom.txt | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 metadata/in.p1x.tanks_of_freedom.txt diff --git a/metadata/in.p1x.tanks_of_freedom.txt b/metadata/in.p1x.tanks_of_freedom.txt new file mode 100644 index 0000000000..7ae9519e27 --- /dev/null +++ b/metadata/in.p1x.tanks_of_freedom.txt @@ -0,0 +1,51 @@ +Categories:Games +License:MIT +Web Site:http://w84death.itch.io/tanks-of-freedom +Source Code:https://github.com/w84death/Tanks-of-Freedom +Issue Tracker:https://github.com/w84death/Tanks-of-Freedom/issues +Bitcoin:18oHovhxpevALZFcjH3mgNKB1yLi3nNFRY + + +Summary:Indie Turn Based Strategy in Isometric Pixel Art +Description: +Push the frontline with your tanks, support with your helicopters, and claim +strategic buildings with your infantry! Issue orders and fight for freedom! + +Use roads to move the front forward with your armed forces. Break through the +enemy lines and take control of your opponent's bunker to win the battle. +. + +Repo Type:git +Repo:https://github.com/w84death/Tanks-of-Freedom.git + +Build:0.1,1 + commit=425f5328dba8414afabf72fcab6d572e0dbbebb4 + output=tof.apk + srclibs=Godot@d3b42e41b0e446938d6634c8783e575de3d0b60f + prebuild=mkdir tof && \ + bash -O extglob -c "mv !(tof) tof" && \ + printf "[platform:Android]\n\npackage/icon=\"res://icon.png\"\npackage/name=\"Tanks of Freedom\"\npackage/unique_name=\"in.p1x.tanks_of_freedom\"\nversion/code=\"1\"\nversion/name=\"0.1\"\n" > tof/export.cfg && \ + cp -R $$Godot$$ godot + target=android-19 + scandelete=godot/platform/flash/lib/libGL.a,godot/platform/android/libs/google_play_services/libs/google-play-services.jar + build=cd godot && \ + scons -j 8 p=server && \ + for libname in apk_expansion downloader_library google_play_services play_licensing; do \ + sed -i 's/android-15/android-19/' platform/android/libs/${libname}/project.properties; done && \ + export ANDROID_NDK_ROOT=$$NDK$$ && \ + scons -j 8 p=android target=release && \ + mkdir -p platform/android/java/libs/armeabi && \ + cp bin/libgodot.android.opt.so platform/android/java/libs/armeabi/libgodot_android.so && \ + pushd platform/android/java/ && \ + ant release && \ + popd && \ + export HOME=$PWD && \ + mkdir -p ~/.godot/templates/ && \ + cp platform/android/java/bin/Godot-release-unsigned.apk ~/.godot/templates/android_release.apk && \ + cd ../tof && \ + ../godot/bin/godot_server.server.tools.* -export Android ../tof.apk + buildjni=no + +Auto Update Mode:None +Update Check Mode:None + From ee720314e52f95a7e71590cc707158e33a5aa101 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 27 May 2015 23:21:59 +0200 Subject: [PATCH 3/4] Fennec FDroid: Bump CV --- metadata/org.mozilla.fennec_fdroid.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/org.mozilla.fennec_fdroid.txt b/metadata/org.mozilla.fennec_fdroid.txt index d0f8abf3f8..272cc216f7 100644 --- a/metadata/org.mozilla.fennec_fdroid.txt +++ b/metadata/org.mozilla.fennec_fdroid.txt @@ -1060,5 +1060,5 @@ Updating/Versioning: Archive Policy:4 versions Auto Update Mode:None Update Check Mode:None -Current Version:38.0 -Current Version Code:380010 +Current Version:38.0.1 +Current Version Code:380110 From b3e7b9e75f48be95b0d50b762106eb32dc3a81f2 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Thu, 28 May 2015 12:13:43 +0200 Subject: [PATCH 4/4] New app: ML Manager --- metadata/com.javiersantos.mlmanager.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 metadata/com.javiersantos.mlmanager.txt diff --git a/metadata/com.javiersantos.mlmanager.txt b/metadata/com.javiersantos.mlmanager.txt new file mode 100644 index 0000000000..35f390e3ef --- /dev/null +++ b/metadata/com.javiersantos.mlmanager.txt @@ -0,0 +1,25 @@ +Categories:System +License:GPLv2+ +Web Site:https://github.com/javiersantos/MLManager/blob/HEAD/README.md +Source Code:https://github.com/javiersantos/MLManager +Issue Tracker:https://github.com/javiersantos/MLManager/issues + +Auto Name:ML Manager +Summary:Manage apps +Description: +Modern, easy and customizable app manager with Material Design. +. + +Repo Type:git +Repo:https://github.com/javiersantos/MLManager + +Build:0.1,2 + commit=v0.1 + subdir=app + gradle=yes + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.1 +Current Version Code:2 +