1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Jutf7 srclib

This commit is contained in:
David Black 2013-05-03 15:53:37 +01:00
parent 8ddc3e1258
commit 442538a98e

View File

@ -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)