From 737db2dfc00541dd35a0901d7de12e79930dc05a Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sat, 10 Mar 2018 23:46:16 +0100 Subject: [PATCH] FindMyPhone: add new version Now builds without prebuilt jars. NOTE: We need to add the trailing slash to the sourceforge repo, otherwise we get a redirect to http :-/ Closes fdroid/fdroiddata#780. --- metadata/se.erikofsweden.findmyphone.txt | 14 ++++++++++---- srclibs/javamail.txt | 2 ++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 srclibs/javamail.txt diff --git a/metadata/se.erikofsweden.findmyphone.txt b/metadata/se.erikofsweden.findmyphone.txt index f6ccafe0a8..bb3acda8ab 100644 --- a/metadata/se.erikofsweden.findmyphone.txt +++ b/metadata/se.erikofsweden.findmyphone.txt @@ -20,7 +20,7 @@ Status: Beta. . Repo Type:git-svn -Repo:https://svn.code.sf.net/p/findmyphone/code/trunk +Repo:https://svn.code.sf.net/p/findmyphone/code/trunk/ Build:1.21B,10 commit=33 @@ -30,9 +30,15 @@ Build:1.22B,11 commit=34 prebuild=mv lib libs -Build:1.22B-fdroid,12 - disable=remove apk - commit=foo +Build:1.23B,13 + commit=38 + srclibs=javamail@JAVAMAIL-1_6_1 + rm=lib + build=pushd $$javamail$$/mail && \ + mvn package -DskipTests && \ + popd && \ + mkdir libs && \ + cp $$javamail$$/mail/target/javax.mail.jar libs Auto Update Mode:None Update Check Mode:RepoManifest diff --git a/srclibs/javamail.txt b/srclibs/javamail.txt new file mode 100644 index 0000000000..b9fd502e3f --- /dev/null +++ b/srclibs/javamail.txt @@ -0,0 +1,2 @@ +Repo:https://github.com/javaee/javamail +Repo Type:git