mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Jutf7 srclib
This commit is contained in:
parent
8ddc3e1258
commit
442538a98e
@ -1813,6 +1813,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
return sdir
|
||||
return libdir
|
||||
|
||||
if name == 'Jutf7':
|
||||
sdir = os.path.join(extlib_dir, 'Jutf7')
|
||||
vcs = getvcs('git-svn',
|
||||
'https://jutf7.svn.sourceforge.net/svnroot/jutf7/trunk', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
raise BuildException('Unknown srclib ' + name)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user