Mizuu: Remove some jars.
This commit is contained in:
parent
74e20bdfc4
commit
21f2e42a28
|
@ -1,4 +1,4 @@
|
|||
Disabled:jars
|
||||
Disabled:jars,api keys
|
||||
Categories:Multimedia
|
||||
License:Apache2
|
||||
Web Site:http://mizuu.tv/
|
||||
|
@ -27,14 +27,31 @@ the videos, including title, plot, cover art, and actors.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/MizzleDK/Mizuu.git
|
||||
|
||||
Build:2.9-beta1,1012
|
||||
disable=jars
|
||||
commit=v2.9-beta1
|
||||
Build:3.0.1-black,1032
|
||||
disable=jars, 4thline repo, api keys
|
||||
commit=v3.0.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=Cling@2.0.1
|
||||
rm=app/libs/jcifs*.jar,app/libs/cling*.jar
|
||||
prebuild=\
|
||||
sed -i -e '/jcenter/amavenLocal()' -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle ../build.gradle && \
|
||||
pushd $$Cling$$ && $$MVN3$$ install && popd && \
|
||||
sed -i -e '/support-v4/icompile "org.samba.jcifs:jcifs:1.3.14-kohsuke-1"' \
|
||||
-e '/libs\/jcifs.jar/d' \
|
||||
-e '/support-v4/icompile "org.fourthline.cling:cling-core:2.0.1"' \
|
||||
-e '/support-v4/icompile "org.fourthline.cling:cling-support:2.0.1"' \
|
||||
-e '/libs\/cling/d' \
|
||||
build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
See https://f-droid.org/forums/topic/mizuu/ .
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
#Auto Update Mode:Version v%v
|
||||
#Update Check Mode:Tags
|
||||
Update Check Mode:Static
|
||||
Current Version:2.9-beta1
|
||||
Current Version Code:1012
|
||||
Current Version:3.0.1-black
|
||||
Current Version Code:1032
|
||||
|
||||
|
|
8
srclibs/jcfis.txt
Normal file
8
srclibs/jcfis.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/kohsuke/jcifs
|
||||
# http://jcifs.samba.org/
|
||||
# https://github.com/kohsuke/jcifs
|
||||
# org.apache.servicemix.bundles:org.apache.servicemix.bundles.jcifs:1.3.17
|
||||
# org.apache-extras.camel-extra:camel-jcifs:2.13.2
|
||||
# org.samba.jcifs:jcifs:1.3.14-kohsuke-1
|
||||
# jcifs:jcifs:1.3.17
|
Loading…
Reference in a new issue