From 06321f5bb2edbcd777d44ab7c5712bd3a88a6c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 11 Jul 2019 04:16:36 +0200 Subject: [PATCH] rewrite yml: fm.libre.droid --- metadata/fm.libre.droid.txt | 37 ---------------------------------- metadata/fm.libre.droid.yml | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 37 deletions(-) delete mode 100644 metadata/fm.libre.droid.txt create mode 100644 metadata/fm.libre.droid.yml diff --git a/metadata/fm.libre.droid.txt b/metadata/fm.libre.droid.txt deleted file mode 100644 index 335fd76283..0000000000 --- a/metadata/fm.libre.droid.txt +++ /dev/null @@ -1,37 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-or-later -Web Site:https://libre.fm -Source Code:https://github.com/foocorp/gnu-fm -Issue Tracker: - -Auto Name:Libre Droid -Summary:Client for Libre.fm -Description: -A streaming radio player client for Libre.fm. - -'''Note:''' You must sign up for a free account at www.libre.fm to be able to -use this application. - -Listen to free music released under creative commons licenses from Libre.fm. You -can legally download, remix and share any music you hear from this service. -. - -Repo Type:git -Repo:https://github.com/foocorp/gnu-fm - -Build:1.2,3 - commit=4ebfcf224745ca443a308463721e4f8001293f15 - subdir=clients/libredroid - -Build:1.4,4 - commit=926fde6d208190a1fffef12a47bb231f908125e8 - subdir=clients/libredroid - -Build:1.5,5 - commit=a0a3e50 - subdir=clients/libredroid - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.5 -Current Version Code:5 diff --git a/metadata/fm.libre.droid.yml b/metadata/fm.libre.droid.yml new file mode 100644 index 0000000000..e496ca015b --- /dev/null +++ b/metadata/fm.libre.droid.yml @@ -0,0 +1,40 @@ +Categories: + - Multimedia +License: GPL-3.0-or-later +WebSite: https://libre.fm +SourceCode: https://github.com/foocorp/gnu-fm + +AutoName: Libre Droid +Summary: Client for Libre.fm +Description: |- + A streaming radio player client for Libre.fm. + + '''Note:''' You must sign up for a free account at www.libre.fm to be able to + use this application. + + Listen to free music released under creative commons licenses from Libre.fm. You + can legally download, remix and share any music you hear from this service. + +RepoType: git +Repo: https://github.com/foocorp/gnu-fm + +Builds: + - versionName: '1.2' + versionCode: 3 + commit: 4ebfcf224745ca443a308463721e4f8001293f15 + subdir: clients/libredroid + + - versionName: '1.4' + versionCode: 4 + commit: 926fde6d208190a1fffef12a47bb231f908125e8 + subdir: clients/libredroid + + - versionName: '1.5' + versionCode: 5 + commit: a0a3e50 + subdir: clients/libredroid + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.5' +CurrentVersionCode: 5