From 35d2cf31b17a0182c0f2561b21ef4c4e6f1ec856 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Sun, 29 Jul 2018 09:13:13 +0000 Subject: [PATCH] SendReduced - add build block --- metadata/mobi.omegacentauri.SendReduced.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/mobi.omegacentauri.SendReduced.txt b/metadata/mobi.omegacentauri.SendReduced.txt index 32d32fa8ba..14bf4a97f1 100644 --- a/metadata/mobi.omegacentauri.SendReduced.txt +++ b/metadata/mobi.omegacentauri.SendReduced.txt @@ -86,6 +86,15 @@ Build:0.13,1300 sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java target=android-21 +Build:0.16,1600 + commit=0c9da7e2814aa68b2051a9a1d400222dd2bfe930 + prebuild=sed -i -e 's/\r$//' *.sh && \ + chmod +x *.sh && \ + sed -i -e '/1/i#!/bin/sh\n' *.sh && \ + ./toNormal.sh && \ + sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java + target=android-21 + Maintainer Notes: * OldRepo for 0.03 - 0.05: http://code.google.com/p/sendreduced/ * <0.11 are MIT licensed