From 65be1a9551d8b1a69cd3d1cc99c6c0ee3cff38ea Mon Sep 17 00:00:00 2001 From: Andreas Redmer Date: Wed, 7 Nov 2018 23:55:35 +0800 Subject: [PATCH 1/2] Add G-Droid --- metadata/org.gdroid.gdroid.txt | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/org.gdroid.gdroid.txt diff --git a/metadata/org.gdroid.gdroid.txt b/metadata/org.gdroid.gdroid.txt new file mode 100644 index 0000000000..b356558cdf --- /dev/null +++ b/metadata/org.gdroid.gdroid.txt @@ -0,0 +1,35 @@ +Categories:System +License:GPL-3.0-or-later +Author Name:Andreas Redmer +Author Email:ar-gdroid@abga.be +Web Site:https://gitlab.com/gdroid/gdroidclient +Source Code:https://gitlab.com/gdroid/gdroidclient/tree/HEAD +Issue Tracker:https://gitlab.com/gdroid/gdroidclient/issues +Changelog:https://gitlab.com/gdroid/gdroidclient/tags +LiberapayID:1302739 +Bitcoin:1J2bbhJYksSjeynGGhuSPN9aTEaxiGm4nR + +Auto Name:G-Droid +Summary:An alternative client app to browse the F-Droid repository +Description: +An alternative client app to browse the F-Droid repository. Has a slighly +different approach of UI design. +. + +Repo Type:git +Repo:https://gitlab.com/gdroid/gdroidclient.git + +Build:0.1.0,1 + commit=v0.1.0 + subdir=app + gradle=yes + +Build:0.1.1,1001 + commit=v0.1.1 + subdir=app + gradle=yes + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:0.1.1 +Current Version Code:1001 From 3dc79717736fc5df42c150a8c248990f19df48a3 Mon Sep 17 00:00:00 2001 From: Andreas Redmer Date: Thu, 8 Nov 2018 17:05:13 +0800 Subject: [PATCH 2/2] fixed source code URL, removed website, rewrote desription, converted txt to yaml, rewritemeta --- metadata/org.gdroid.gdroid.txt | 35 ------------------------------ metadata/org.gdroid.gdroid.yml | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 35 deletions(-) delete mode 100644 metadata/org.gdroid.gdroid.txt create mode 100644 metadata/org.gdroid.gdroid.yml diff --git a/metadata/org.gdroid.gdroid.txt b/metadata/org.gdroid.gdroid.txt deleted file mode 100644 index b356558cdf..0000000000 --- a/metadata/org.gdroid.gdroid.txt +++ /dev/null @@ -1,35 +0,0 @@ -Categories:System -License:GPL-3.0-or-later -Author Name:Andreas Redmer -Author Email:ar-gdroid@abga.be -Web Site:https://gitlab.com/gdroid/gdroidclient -Source Code:https://gitlab.com/gdroid/gdroidclient/tree/HEAD -Issue Tracker:https://gitlab.com/gdroid/gdroidclient/issues -Changelog:https://gitlab.com/gdroid/gdroidclient/tags -LiberapayID:1302739 -Bitcoin:1J2bbhJYksSjeynGGhuSPN9aTEaxiGm4nR - -Auto Name:G-Droid -Summary:An alternative client app to browse the F-Droid repository -Description: -An alternative client app to browse the F-Droid repository. Has a slighly -different approach of UI design. -. - -Repo Type:git -Repo:https://gitlab.com/gdroid/gdroidclient.git - -Build:0.1.0,1 - commit=v0.1.0 - subdir=app - gradle=yes - -Build:0.1.1,1001 - commit=v0.1.1 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.1.1 -Current Version Code:1001 diff --git a/metadata/org.gdroid.gdroid.yml b/metadata/org.gdroid.gdroid.yml new file mode 100644 index 0000000000..6f31067424 --- /dev/null +++ b/metadata/org.gdroid.gdroid.yml @@ -0,0 +1,39 @@ +Categories: + - System +License: GPL-3.0-or-later +AuthorName: Andreas Redmer +AuthorEmail: ar-gdroid@abga.be +SourceCode: https://gitlab.com/gdroid/gdroidclient/ +IssueTracker: https://gitlab.com/gdroid/gdroidclient/issues +Changelog: https://gitlab.com/gdroid/gdroidclient/tags +LiberapayID: '302739' +Bitcoin: 1J2bbhJYksSjeynGGhuSPN9aTEaxiGm4nR + +AutoName: G-Droid +Summary: An alternative client app to browse the F-Droid repository +Description: |- + G-Droid is a client application to browse the F-Droid repository. It has a + slighly different approach of UI design to the F-Droid client. + +RepoType: git +Repo: https://gitlab.com/gdroid/gdroidclient.git + +Builds: + - versionName: 0.1.0 + versionCode: 1 + commit: v0.1.0 + subdir: app + gradle: + - yes + + - versionName: 0.1.1 + versionCode: 1001 + commit: v0.1.1 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.1.1 +CurrentVersionCode: 1001