mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Jutf7 srclib
This commit is contained in:
parent
8ddc3e1258
commit
442538a98e
1 changed files with 7 additions and 0 deletions
|
|
@ -1813,6 +1813,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||||
return sdir
|
return sdir
|
||||||
return libdir
|
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)
|
raise BuildException('Unknown srclib ' + name)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue