From 415e5e15f5ac1a3fca7b507ba68f67809a4a621b Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sat, 9 Jan 2016 13:09:02 +0100 Subject: [PATCH] Update Send Reduced to 0.11 (1100) --- metadata/mobi.omegacentauri.SendReduced.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/metadata/mobi.omegacentauri.SendReduced.txt b/metadata/mobi.omegacentauri.SendReduced.txt index 370ed2d9df..983691be5c 100644 --- a/metadata/mobi.omegacentauri.SendReduced.txt +++ b/metadata/mobi.omegacentauri.SendReduced.txt @@ -1,5 +1,5 @@ Categories:Multimedia -License:NewBSD +License:Apache2 Web Site: Source Code:https://github.com/arpruss/sendreduced Issue Tracker:https://github.com/arpruss/sendreduced/issues @@ -59,6 +59,16 @@ Build:0.10,1000 sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java target=android-21 +# Starting Apache2 license; previous builds are MIT +Build:0.11,1100 + commit=be3517540ed7463d8e11eadd2413110dc3f9a2eb + prebuild=sed -i -e 's/ $//' *.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: https://github.com/arpruss/sendreduced .