Metadata conversion to YAML

This commit is contained in:
Izzy 2019-09-14 15:42:23 +00:00
parent def3f65ea4
commit 96f2c5e307
12 changed files with 404 additions and 336 deletions

View file

@ -1,28 +0,0 @@
Categories:Time,Theming
License:Apache-2.0
Web Site:
Source Code:https://github.com/nicopico-dev/dashclock-birthday
Issue Tracker:https://github.com/nicopico-dev/dashclock-birthday/issues
Auto Name:DashClock Birthday Extension
Summary:Show upcoming birthdays in your lockscreen
Description:
[[net.nurik.roman.dashclock]] extension that displays the next birthday from
your contacts.
Note that this extension does not read your calendar events, only the birthday
dates set in the Contacts / People application.
.
Repo Type:git
Repo:https://github.com/nicopico-dev/dashclock-birthday
Build:1.5.2,10
commit=1.5.2
subdir=android
gradle=normal
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.5.2
Current Version Code:10

View file

@ -0,0 +1,33 @@
Categories:
- Time
- Theming
License: Apache-2.0
AuthorName: nicopico
AuthorEmail: nicopico.dev@gmail.com
SourceCode: https://github.com/nicopico-dev/dashclock-birthday
IssueTracker: https://github.com/nicopico-dev/dashclock-birthday/issues
AutoName: DashClock Birthday Extension
Summary: Show upcoming birthdays in your lockscreen
Description: |-
[[net.nurik.roman.dashclock]] extension that displays the next birthday from
your contacts.
Note that this extension does not read your calendar events, only the birthday
dates set in the Contacts / People application.
RepoType: git
Repo: https://github.com/nicopico-dev/dashclock-birthday
Builds:
- versionName: 1.5.2
versionCode: 10
commit: 1.5.2
subdir: android
gradle:
- normal
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.5.2
CurrentVersionCode: 10

View file

@ -1,31 +0,0 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Writing
License:GPL-3.0-only
Web Site:https://gitlab.com/rrgb/kinolog
Source Code:https://gitlab.com/rrgb/kinolog/tree/HEAD
Issue Tracker:https://gitlab.com/rrgb/kinolog/issues
Auto Name:Kinolog
Summary:Search and log watched movies
Description:
Search for films with [https://www.themoviedb.org/ tmdb.org] API. Save them to
your local database. Add review and rating to watched films.
.
Repo Type:git
Repo:https://gitlab.com/rrgb/kinolog.git
Build:1.1,11
commit=v1.1
subdir=app
gradle=yes
Build:1.2,12
commit=v1.2
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.2
Current Version Code:12

View file

@ -0,0 +1,38 @@
AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
- Writing
License: GPL-3.0-only
WebSite: https://gitlab.com/rrgb/kinolog
SourceCode: https://gitlab.com/rrgb/kinolog/tree/HEAD
IssueTracker: https://gitlab.com/rrgb/kinolog/issues
AutoName: Kinolog
Summary: Search and log watched movies
Description: |-
Search for films with [https://www.themoviedb.org/ tmdb.org] API. Save them to
your local database. Add review and rating to watched films.
RepoType: git
Repo: https://gitlab.com/rrgb/kinolog.git
Builds:
- versionName: '1.1'
versionCode: 11
commit: v1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 12
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 12

View file

@ -1,165 +0,0 @@
Categories:Multimedia
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/daneren2005/Subsonic
Issue Tracker:https://github.com/daneren2005/Subsonic/issues
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5GUMY7ZLZRNXS&lc=US&item_name=DSub&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Auto Name:DSub
Summary:Play music across the network
Description:
Connect to your Subsonic server and listen to your music wherever you go. Songs
are cached for playback to save on your mobile bandwidth and to make them
available when you have no connection at all.
* Lockscreen controls (ICS+)
* Gapless Playback (JB+)
* Notification prev/pause/next buttons
* Quick add/remove songs to playlist
* Pause playback when other apps request audio focus (navigation, etc)
* Option to gather logs and send them via email for newer versions of Android
* Drag and drop songs to rearrange your playlist on the Now Playing tab
* User defined Cache Size, Network Timeout, and Buffer Length
Subsonic is a cross-platform FOSS media server that's capable of indexing very
large media collections. The server can transcode if necessary so that the app
can play files that your device may not normally support.
The app is set up to access a demo server on the internet for trying it out. In
order to use this app with your own Subsonic server beyond a trial period, a key
must be obtained by making a donation. (A key isn't required to use the
[https://github.com/Mach5/supersonic Supersonic] variant.)
Recent versions of this app depend on the non-free Google Play Services library.
.
Repo Type:git
Repo:https://github.com/daneren2005/Subsonic.git
Build:3.8.1,39
commit=3.8.1
subdir=subsonic-android
init=git clone https://github.com/bauerca/drag-sort-listview dslv && \
cd dslv && \
git checkout 0.6.1
srclibs=ActionBarSherlock@4.2.0
prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \
cd ../ && \
mv subsonic-android sa && \
rm -rf subsonic-* repo && \
mv sa subsonic-android
update=.,dslv/library
Build:3.8.2,40
commit=3.8.2
subdir=subsonic-android
init=git clone https://github.com/bauerca/drag-sort-listview dslv && \
cd dslv && \
git checkout 0.6.1
srclibs=ActionBarSherlock@4.2.0
prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \
cd ../ && \
mv subsonic-android sa && \
rm -rf subsonic-* repo && \
mv sa subsonic-android
update=.,dslv/library
Build:3.8.5,43
commit=ca8b3539
subdir=subsonic-android
srclibs=ActionBarSherlock@90939dc3,DragSort@d39db07a2
prebuild=mv libs/*v4.jar $$DragSort$$/libs/ && \
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties && \
cd ../ && \
mv subsonic-android sa && \
rm -rf subsonic-* repo && \
mv sa subsonic-android
Build:4.0.5,54
commit=4.0.5
subdir=subsonic-android
srclibs=ActionBarSherlock@c0d437c,DragSort@d39db07
prebuild=cp libs/*v4.jar $$DragSort$$/libs/ && \
mv libs/*v4.jar $$ActionBarSherlock$$/libs/ && \
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties && \
cd ../ && \
mv subsonic-android sa && \
rm -rf subsonic-* repo && \
mv sa subsonic-android
Build:4.1.2,59
commit=4.1.2
subdir=subsonic-android
srclibs=ActionBarSherlock@c0d437c,DragSort@d39db07
prebuild=cp libs/*v4.jar $$DragSort$$/libs/ && \
mv libs/*v4.jar $$ActionBarSherlock$$/libs/ && \
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties && \
cd ../ && \
mv subsonic-android sa && \
rm -rf subsonic-* repo && \
mv sa subsonic-android
Build:4.3.3,77
commit=4.3.3
submodules=yes
srclibs=1:Support/v7/appcompat@android-4.4_r1.1
rm=libs/android-support-v7-appcompat.jar
extlibs=android/android-support-v4.jar
prebuild=cp libs/android-support-v4.jar DragSortListView/library/libs/android-support-v4.jar && \
mv libs/android-support-v4.jar $$Support$$/libs
target=android-19
Build:4.3.5,80
commit=4.3.5
submodules=yes
srclibs=1:Support/v7/appcompat@android-4.4_r1.1
rm=libs/android-support-v7-appcompat.jar
extlibs=android/android-support-v4.jar
prebuild=cp libs/android-support-v4.jar DragSortListView/library/libs/android-support-v4.jar && \
mv libs/android-support-v4.jar $$Support$$/libs
Build:4.7.5,121
disable=uses google play services
commit=4.7.5
Build:4.8.2,129
disable=uses google play services
commit=4.8.2
Build:4.8.6,134
disable=uses google play services
commit=4.8.6
Build:5.0.3,158
commit=5.0.3
subdir=app
submodules=yes
patch=0001-Remove-Google-Play-Services-dependency.patch
gradle=yes
Build:5.4.3,200
disable=unknown maven repo 'http://4thline.org/m2'
commit=5.4.3
subdir=app
submodules=yes
gradle=floss
prebuild=sed -i -e '/com.google.android.gms/d' build.gradle
Maintainer Notes:
DSub 5.4.1 has a vulnerability: https://www.cvedetails.com/cve/CVE-2018-1000664/
Check whether it's fixed before adding a new version. If not, add a KnownVuln
antifeature.
.
Auto Update Mode:None
Update Check Mode:Tags
Current Version:5.4.3
Current Version Code:200

View file

@ -0,0 +1,207 @@
Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/daneren2005/Subsonic
IssueTracker: https://github.com/daneren2005/Subsonic/issues
Changelog: https://github.com/daneren2005/Subsonic/releases
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5GUMY7ZLZRNXS&lc=US&item_name=DSub&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
AutoName: DSub
Summary: Play music across the network
Description: |-
Connect to your Subsonic server and listen to your music wherever you go. Songs
are cached for playback to save on your mobile bandwidth and to make them
available when you have no connection at all.
* Lockscreen controls (ICS+)
* Gapless Playback (JB+)
* Notification prev/pause/next buttons
* Quick add/remove songs to playlist
* Pause playback when other apps request audio focus (navigation, etc)
* Option to gather logs and send them via email for newer versions of Android
* Drag and drop songs to rearrange your playlist on the Now Playing tab
* User defined Cache Size, Network Timeout, and Buffer Length
Subsonic is a cross-platform FOSS media server thats capable of indexing very
large media collections. The server can transcode if necessary so that the app
can play files that your device may not normally support.
The app is set up to access a demo server on the internet for trying it out. In
order to use this app with your own Subsonic server beyond a trial period, a key
must be obtained by making a donation. (A key isnt required to use the
[https://github.com/Mach5/supersonic Supersonic] variant.)
Recent versions of this app depend on the non-free Google Play Services library.
RepoType: git
Repo: https://github.com/daneren2005/Subsonic.git
Builds:
- versionName: 3.8.1
versionCode: 39
commit: 3.8.1
subdir: subsonic-android
init:
- git clone https://github.com/bauerca/drag-sort-listview dslv
- cd dslv
- git checkout 0.6.1
srclibs:
- ActionBarSherlock@4.2.0
prebuild:
- mv libs/android-support-v4.jar dslv/library/libs/
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties
- cd ../
- mv subsonic-android sa
- rm -rf subsonic-* repo
- mv sa subsonic-android
androidupdate:
- .
- dslv/library
- versionName: 3.8.2
versionCode: 40
commit: 3.8.2
subdir: subsonic-android
init:
- git clone https://github.com/bauerca/drag-sort-listview dslv
- cd dslv
- git checkout 0.6.1
srclibs:
- ActionBarSherlock@4.2.0
prebuild:
- mv libs/android-support-v4.jar dslv/library/libs/
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties
- cd ../
- mv subsonic-android sa
- rm -rf subsonic-* repo
- mv sa subsonic-android
androidupdate:
- .
- dslv/library
- versionName: 3.8.5
versionCode: 43
commit: ca8b3539
subdir: subsonic-android
srclibs:
- ActionBarSherlock@90939dc3
- DragSort@d39db07a2
prebuild:
- mv libs/*v4.jar $$DragSort$$/libs/
- sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties
- cd ../
- mv subsonic-android sa
- rm -rf subsonic-* repo
- mv sa subsonic-android
- versionName: 4.0.5
versionCode: 54
commit: 4.0.5
subdir: subsonic-android
srclibs:
- ActionBarSherlock@c0d437c
- DragSort@d39db07
prebuild:
- cp libs/*v4.jar $$DragSort$$/libs/
- mv libs/*v4.jar $$ActionBarSherlock$$/libs/
- sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties
- cd ../
- mv subsonic-android sa
- rm -rf subsonic-* repo
- mv sa subsonic-android
- versionName: 4.1.2
versionCode: 59
commit: 4.1.2
subdir: subsonic-android
srclibs:
- ActionBarSherlock@c0d437c
- DragSort@d39db07
prebuild:
- cp libs/*v4.jar $$DragSort$$/libs/
- mv libs/*v4.jar $$ActionBarSherlock$$/libs/
- sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties
- cd ../
- mv subsonic-android sa
- rm -rf subsonic-* repo
- mv sa subsonic-android
- versionName: 4.3.3
versionCode: 77
commit: 4.3.3
submodules: true
srclibs:
- 1:Support/v7/appcompat@android-4.4_r1.1
rm:
- libs/android-support-v7-appcompat.jar
extlibs:
- android/android-support-v4.jar
prebuild:
- cp libs/android-support-v4.jar DragSortListView/library/libs/android-support-v4.jar
- mv libs/android-support-v4.jar $$Support$$/libs
target: android-19
- versionName: 4.3.5
versionCode: 80
commit: 4.3.5
submodules: true
srclibs:
- 1:Support/v7/appcompat@android-4.4_r1.1
rm:
- libs/android-support-v7-appcompat.jar
extlibs:
- android/android-support-v4.jar
prebuild:
- cp libs/android-support-v4.jar DragSortListView/library/libs/android-support-v4.jar
- mv libs/android-support-v4.jar $$Support$$/libs
- versionName: 4.7.5
versionCode: 121
disable: uses google play services
commit: 4.7.5
- versionName: 4.8.2
versionCode: 129
disable: uses google play services
commit: 4.8.2
- versionName: 4.8.6
versionCode: 134
disable: uses google play services
commit: 4.8.6
- versionName: 5.0.3
versionCode: 158
commit: 5.0.3
subdir: app
submodules: true
patch:
- 0001-Remove-Google-Play-Services-dependency.patch
gradle:
- yes
- versionName: 5.4.3
versionCode: 200
disable: unknown maven repo 'http://4thline.org/m2'
commit: 5.4.3
subdir: app
submodules: true
gradle:
- floss
prebuild: sed -i -e '/com.google.android.gms/d' build.gradle
MaintainerNotes: |-
DSub 5.4.1 has a vulnerability: https://www.cvedetails.com/cve/CVE-2018-1000664/
Check whether it's fixed before adding a new version. If not, add a KnownVuln
antifeature.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 5.4.3
CurrentVersionCode: 200

View file

@ -1,37 +0,0 @@
Categories:Writing
License:MIT
Web Site:
Source Code:https://github.com/yaa110/Memento
Issue Tracker:https://github.com/yaa110/Memento/issues
Auto Name:Memento
Summary:Take notes
Description:
Simple note taking supporting colorized categories, rich text input and
pictures.
'''Features:'''
* Create categories with different theme colors
* Take simple notes and make text bold or italicized
* Take drawing notes
* Backup and restore notes
.
Repo Type:git
Repo:https://github.com/yaa110/Memento
Build:1.0.0,1
commit=v1.0.0
subdir=app
gradle=yes
Build:1.1.0,2
commit=v1.1.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.1.0
Current Version Code:2

View file

@ -0,0 +1,42 @@
Categories:
- Writing
License: MIT
SourceCode: https://github.com/yaa110/Memento
IssueTracker: https://github.com/yaa110/Memento/issues
Changelog: https://github.com/yaa110/Memento/releases
AutoName: Memento
Summary: Take notes
Description: |-
Simple note taking supporting colorized categories, rich text input and
pictures.
'''Features:'''
* Create categories with different theme colors
* Take simple notes and make text bold or italicized
* Take drawing notes
* Backup and restore notes
RepoType: git
Repo: https://github.com/yaa110/Memento
Builds:
- versionName: 1.0.0
versionCode: 1
commit: v1.0.0
subdir: app
gradle:
- yes
- versionName: 1.1.0
versionCode: 2
commit: v1.1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.1.0
CurrentVersionCode: 2

View file

@ -1,34 +0,0 @@
Categories:Multimedia
License:Apache-2.0
Web Site:
Source Code:https://github.com/yaa110/Piclice
Issue Tracker:https://github.com/yaa110/Piclice/issues
Auto Name:Piclice
Summary:Slice pictures for easy sharing
Description:
Practical tool which helps users to slice and share their pictures.
* Displaying all pictures of system Gallery
* Slicing and resizing pictures
* Sharing all slices at once
* Concurrent optimization
.
Repo Type:git
Repo:https://github.com/yaa110/Piclice
Build:0.1,1
commit=0.1
subdir=app
gradle=yes
Build:0.2,2
commit=0.2
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.2
Current Version Code:2

View file

@ -0,0 +1,38 @@
Categories:
- Multimedia
License: Apache-2.0
SourceCode: https://github.com/yaa110/Piclice
IssueTracker: https://github.com/yaa110/Piclice/issues
AutoName: Piclice
Summary: Slice pictures for easy sharing
Description: |-
Practical tool which helps users to slice and share their pictures.
* Displaying all pictures of system Gallery
* Slicing and resizing pictures
* Sharing all slices at once
* Concurrent optimization
RepoType: git
Repo: https://github.com/yaa110/Piclice
Builds:
- versionName: '0.1'
versionCode: 1
commit: '0.1'
subdir: app
gradle:
- yes
- versionName: '0.2'
versionCode: 2
commit: '0.2'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.2'
CurrentVersionCode: 2

View file

@ -1,41 +0,0 @@
Categories:Multimedia
License:MIT
Author Name:nulldev
Author Email:contactnulldev@gmail.com
Web Site:http://nulldev.xyz/apps
Source Code:https://github.com/null-dev/animeopenings-android
Issue Tracker:https://github.com/null-dev/animeopenings-android/issues
Auto Name:Anime Openings
Summary:A native client for openings.moe
Description:
Anime Openings streams random anime openings and endings directly to your phone.
(Openings and endings provided by openings.moe)
Features:
* Random openings and endings
* Configurable options
* Gesture based controls
* Notification controls
* Subtitle support
* Background/screen-off playing
.
Repo Type:git
Repo:https://github.com/null-dev/animeopenings-android.git
Build:3.2.3,323
commit=3.2.3
subdir=app
gradle=yes
Build:3.2.4,324
commit=3.2.4
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:3.2.4
Current Version Code:324

View file

@ -0,0 +1,46 @@
Categories:
- Multimedia
License: MIT
AuthorName: nulldev
AuthorEmail: contactnulldev@gmail.com
WebSite: http://nulldev.xyz/apps
SourceCode: https://github.com/null-dev/animeopenings-android
IssueTracker: https://github.com/null-dev/animeopenings-android/issues
AutoName: Anime Openings
Summary: A native client for openings.moe
Description: |-
Anime Openings streams random anime openings and endings directly to your phone.
(Openings and endings provided by openings.moe)
Features:
* Random openings and endings
* Configurable options
* Gesture based controls
* Notification controls
* Subtitle support
* Background/screen-off playing
RepoType: git
Repo: https://github.com/null-dev/animeopenings-android.git
Builds:
- versionName: 3.2.3
versionCode: 323
commit: 3.2.3
subdir: app
gradle:
- yes
- versionName: 3.2.4
versionCode: 324
commit: 3.2.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.2.4
CurrentVersionCode: 324