mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Metadata: enabled OpenDocument reader
This commit is contained in:
parent
e91de55b85
commit
d3ee954ab2
3 changed files with 11 additions and 2 deletions
|
@ -626,6 +626,14 @@ def getsrclib(spec, extlib_dir):
|
|||
vcs.gotorevision(ref)
|
||||
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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue