From 567b040fb12490dfca48353392d077932d3e1979 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 10 Mar 2019 14:56:51 +0100 Subject: [PATCH] New app: OpenTrail --- metadata/freemap.opentrail.yml | 52 ++++++++++++++++++++++++++++++++++ srclibs/JCoord.txt | 2 ++ srclibs/andromaps.txt | 2 ++ srclibs/freemaplib.txt | 2 ++ srclibs/freemaplibProj.txt | 2 ++ srclibs/javaproj.txt | 2 ++ 6 files changed, 62 insertions(+) create mode 100644 metadata/freemap.opentrail.yml create mode 100644 srclibs/JCoord.txt create mode 100644 srclibs/andromaps.txt create mode 100644 srclibs/freemaplib.txt create mode 100644 srclibs/freemaplibProj.txt create mode 100644 srclibs/javaproj.txt diff --git a/metadata/freemap.opentrail.yml b/metadata/freemap.opentrail.yml new file mode 100644 index 0000000000..0db8e8cbc6 --- /dev/null +++ b/metadata/freemap.opentrail.yml @@ -0,0 +1,52 @@ +Categories: + - Navigation +License: GPL-2.0-only +WebSite: http://www.free-map.org.uk/common/opentrail.html +SourceCode: https://gitlab.com/nickw1/opentrail +IssueTracker: https://gitlab.com/nickw1/opentrail/issues +Changelog: https://gitlab.com/nickw1/opentrail/tags + +AutoName: OpenTrail +Summary: OSM-based England and Wales walking app +Description: |- + OpenStreetMap-based Android app for UK walkers and other countryside users, + highlighting rights of way and showing contours from OS OpenData. Allows + both online and offline use. In addition to navigation, walkers may share + and download footpath issues (blockages, directions etc) and walking + routes. + +RepoType: git +Repo: https://gitlab.com/nickw1/opentrail + +Builds: + - versionName: '0.4' + versionCode: 4 + commit: 0.4-fdroid + subdir: app + gradle: + - yes + srclibs: + - andromaps@ec817a0b869ad41d0dc661bcca0b8595dc719003 + - freemaplib@20170509 + - freemaplibProj@20131013 + - JCoord@328e75a8d44d9f6a13205994d3b9d3fd50f68867 + - javaproj@b2167fa5aa64dce82867f7d96ac1462a4212c9df + prebuild: echo -e "\nproject(':andromaps').projectDir = new File('./app/$$andromaps$$/app/')" + >> ../settings.gradle + build: + - pushd $$freemaplib$$ + - $$MVN3$$ install + - popd + - pushd $$JCoord$$ + - $$MVN3$$ install -DskipTests + - popd + - pushd $$javaproj$$ + - $$MVN3$$ install -DskipTests + - popd + - pushd $$freemaplibProj$$ + - $$MVN3$$ install + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '0.4' +CurrentVersionCode: 4 diff --git a/srclibs/JCoord.txt b/srclibs/JCoord.txt new file mode 100644 index 0000000000..820de60095 --- /dev/null +++ b/srclibs/JCoord.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/xni06/JCoord.git diff --git a/srclibs/andromaps.txt b/srclibs/andromaps.txt new file mode 100644 index 0000000000..47b12c1bfe --- /dev/null +++ b/srclibs/andromaps.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://gitlab.com/nickw1/andromaps.git diff --git a/srclibs/freemaplib.txt b/srclibs/freemaplib.txt new file mode 100644 index 0000000000..9b7bb20f32 --- /dev/null +++ b/srclibs/freemaplib.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://gitlab.com/nickw1/freemaplib.git diff --git a/srclibs/freemaplibProj.txt b/srclibs/freemaplibProj.txt new file mode 100644 index 0000000000..6cb0657671 --- /dev/null +++ b/srclibs/freemaplibProj.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://gitlab.com/nickw1/freemaplibProj.git diff --git a/srclibs/javaproj.txt b/srclibs/javaproj.txt new file mode 100644 index 0000000000..f8e099d656 --- /dev/null +++ b/srclibs/javaproj.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://gitlab.com/nickw1/javaproj.git