QuickLyric: Prepare for 1.5.8 (16)
This commit is contained in:
parent
065ea9542b
commit
ca9c9cecbb
|
@ -3,6 +3,7 @@ License:GPLv3
|
||||||
Web Site:https://github.com/geecko86/QuickLyric/blob/HEAD/README.md
|
Web Site:https://github.com/geecko86/QuickLyric/blob/HEAD/README.md
|
||||||
Source Code:https://github.com/geecko86/QuickLyric
|
Source Code:https://github.com/geecko86/QuickLyric
|
||||||
Issue Tracker:https://github.com/geecko86/QuickLyric/issues
|
Issue Tracker:https://github.com/geecko86/QuickLyric/issues
|
||||||
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=RSJZUSUHBBKTJ&lc=US&item_name=geecko&item_number=00¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
|
||||||
|
|
||||||
Auto Name:QuickLyric
|
Auto Name:QuickLyric
|
||||||
Summary:Fetch and display song lyrics
|
Summary:Fetch and display song lyrics
|
||||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
||||||
Web Site:https://github.com/geecko86/QuickLyric/blob/HEAD/README.md
|
Web Site:https://github.com/geecko86/QuickLyric/blob/HEAD/README.md
|
||||||
Source Code:https://github.com/geecko86/QuickLyric
|
Source Code:https://github.com/geecko86/QuickLyric
|
||||||
Issue Tracker:https://github.com/geecko86/QuickLyric/issues
|
Issue Tracker:https://github.com/geecko86/QuickLyric/issues
|
||||||
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=RSJZUSUHBBKTJ&lc=US&item_name=geecko&item_number=00¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
|
||||||
|
|
||||||
Auto Name:QuickLyric
|
Auto Name:QuickLyric
|
||||||
Summary:Fetch and display song lyrics
|
Summary:Fetch and display song lyrics
|
||||||
|
@ -32,7 +33,26 @@ Build:1.5.7,15
|
||||||
subdir=QuickLyric
|
subdir=QuickLyric
|
||||||
gradle=fdroid
|
gradle=fdroid
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Maintainer Notes:
|
||||||
|
|
||||||
|
Next version wil include a jar file, build it with something like:
|
||||||
|
|
||||||
|
Build:1.5.8,16
|
||||||
|
commit=1.5.7
|
||||||
|
forceversion=yes
|
||||||
|
forcevercode=yes
|
||||||
|
subdir=QuickLyric
|
||||||
|
gradle=fdroid
|
||||||
|
srclibs=GMusicAPI@5b389d3856372aee3bf7fb3953d74f4c22f62d56
|
||||||
|
prebuild=pushd $$GMusicAPI$$ && $$MVN3$$ install -DskipTests && popd && \
|
||||||
|
sed -i -e '/mavenCentral/amavenLocal()' -e '/support-v4/acompile "googlemusic:api:googlemusic.api:1.0.0"' build.gradle
|
||||||
|
|
||||||
|
Right now installing to mavenLocal seems to be wrong for this jar, so maybe just copy over the jar file.
|
||||||
|
|
||||||
|
Re-enable auto updates.
|
||||||
|
.
|
||||||
|
|
||||||
|
#Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.5.7
|
Current Version:1.5.7
|
||||||
Current Version Code:15
|
Current Version Code:15
|
||||||
|
|
3
srclibs/GMusicAPI.txt
Normal file
3
srclibs/GMusicAPI.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/jkiddo/gmusic.api
|
||||||
|
Subdir:desk.gmusic.api
|
Loading…
Reference in a new issue