From e82eee952c3bb6b32995d6497761ea538fe8545a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 11 Jul 2019 04:08:40 +0200 Subject: [PATCH] rewrite yml: fi.testbed2 --- metadata/fi.testbed2.txt | 40 ---------------------------------- metadata/fi.testbed2.yml | 47 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 40 deletions(-) delete mode 100644 metadata/fi.testbed2.txt create mode 100644 metadata/fi.testbed2.yml diff --git a/metadata/fi.testbed2.txt b/metadata/fi.testbed2.txt deleted file mode 100644 index 4e0da63326..0000000000 --- a/metadata/fi.testbed2.txt +++ /dev/null @@ -1,40 +0,0 @@ -AntiFeatures:UpstreamNonFree -Categories:Science & Education -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/mvestola/helsinki-testbed2-android -Issue Tracker:https://github.com/mvestola/helsinki-testbed2-android/issues - -Auto Name:Helsinki Testbed Viewer 2.0 -Summary:Weather maps -Description: -With the application, you can, for example, view the real-time rain radar or -current wind speed and direction. The maps cover the Southern Finland. - -The data is copyright the [http://testbed.fmi.fi Helsinki Testbed Project] and -the app has nothing to do with that project: it's only a client. - -A proprietary ad library was removed. -. - -Repo Type:git -Repo:https://github.com/mvestola/helsinki-testbed2-android.git - -Build:2.0.12,20 - commit=2.0.12 - maven=yes - srclibs=MobAdMob@2d5736 - rm=src/test - prebuild=sed -i '53,59d;155,174d' pom.xml && \ - sed -i 's/3.4.0/3.6.1/g;s/\${android.target.api.version}/17/g' pom.xml && \ - cp -r $$MobAdMob$$/src/com/* src/main/java/com/ - -Build:2.0.14,22 - disable=custom maven repo, play-services - commit=2.0.14 - gradle=yes - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:2.0.15 -Current Version Code:23 diff --git a/metadata/fi.testbed2.yml b/metadata/fi.testbed2.yml new file mode 100644 index 0000000000..e7de09e187 --- /dev/null +++ b/metadata/fi.testbed2.yml @@ -0,0 +1,47 @@ +AntiFeatures: + - UpstreamNonFree +Categories: + - Science & Education +License: GPL-3.0-only +SourceCode: https://github.com/mvestola/helsinki-testbed2-android +IssueTracker: https://github.com/mvestola/helsinki-testbed2-android/issues + +AutoName: Helsinki Testbed Viewer 2.0 +Summary: Weather maps +Description: |- + With the application, you can, for example, view the real-time rain radar or + current wind speed and direction. The maps cover the Southern Finland. + + The data is copyright the [http://testbed.fmi.fi Helsinki Testbed Project] and + the app has nothing to do with that project: it's only a client. + + A proprietary ad library was removed. + +RepoType: git +Repo: https://github.com/mvestola/helsinki-testbed2-android.git + +Builds: + - versionName: 2.0.12 + versionCode: 20 + commit: 2.0.12 + maven: 'yes' + srclibs: + - MobAdMob@2d5736 + rm: + - src/test + prebuild: + - sed -i '53,59d;155,174d' pom.xml + - sed -i 's/3.4.0/3.6.1/g;s/\${android.target.api.version}/17/g' pom.xml + - cp -r $$MobAdMob$$/src/com/* src/main/java/com/ + + - versionName: 2.0.14 + versionCode: 22 + disable: custom maven repo, play-services + commit: 2.0.14 + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 2.0.15 +CurrentVersionCode: 23