mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Metadata: enabled OpenDocument reader
This commit is contained in:
parent
e91de55b85
commit
d3ee954ab2
1
build/extlib/.gitignore
vendored
1
build/extlib/.gitignore
vendored
@ -3,3 +3,4 @@ GreenDroid/
|
|||||||
ActionBarSherlock/
|
ActionBarSherlock/
|
||||||
FacebookSDK/
|
FacebookSDK/
|
||||||
OI/
|
OI/
|
||||||
|
JOpenDocument/
|
||||||
|
@ -626,6 +626,14 @@ def getsrclib(spec, extlib_dir):
|
|||||||
vcs.gotorevision(ref)
|
vcs.gotorevision(ref)
|
||||||
return sdir
|
return sdir
|
||||||
|
|
||||||
|
if name == 'JOpenDocument':
|
||||||
|
sdir = os.path.join(extlib_dir, 'JOpenDocument')
|
||||||
|
vcs = getvcs('git',
|
||||||
|
'https://github.com/andiwand/JOpenDocument.git', sdir)
|
||||||
|
vcs.gotorevision(ref)
|
||||||
|
shutil.rmtree(os.path.join(sdir, 'bin'))
|
||||||
|
return sdir
|
||||||
|
|
||||||
raise BuildException('Unknown srclib ' + name)
|
raise BuildException('Unknown srclib ' + name)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
Disabled:Requires this https://github.com/andiwand/JOpenDocument which has no license
|
|
||||||
AntiFeatures:Tracking
|
AntiFeatures:Tracking
|
||||||
Category:Office
|
Category:Office
|
||||||
License:GPLv3+
|
License:GPLv3+
|
||||||
@ -18,7 +17,8 @@ Repo:https://github.com/TomTasche/OpenDocument.droid.git
|
|||||||
Build Version:1.1.9,11,243eba4f441b3601de96
|
Build Version:1.1.9,11,243eba4f441b3601de96
|
||||||
Build Version:1.2,12,d174bed05a6026ddb5db
|
Build Version:1.2,12,d174bed05a6026ddb5db
|
||||||
Build Version:1.2.3,15,8fe022fd67e5bb62c6d8
|
Build Version:1.2.3,15,8fe022fd67e5bb62c6d8
|
||||||
Build Version:1.3.0,22,4b8ea7438125e90d43bdadfc042723a7a485a217,prebuild=rm *.apk && rm -rf bin/
|
Build Version:1.3.0,22,4b8ea7438125e90d43bdadfc042723a7a485a217,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && rm -rf bin/ && rm -rf gen/ && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
|
||||||
|
Build Version:1.3.2,24,4bcf9024ac9fb96bc5c03c3129f9d401272caaf0,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && rm -rf bin/ && rm -rf gen/ && rm libs/jopendocument.jar && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
|
||||||
|
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:1.3.0
|
Current Version:1.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user