mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
srclib: dashclock
This commit is contained in:
parent
25c6c4abd4
commit
da071715e1
@ -1525,6 +1525,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||||||
vcs.gotorevision(ref)
|
vcs.gotorevision(ref)
|
||||||
return sdir
|
return sdir
|
||||||
|
|
||||||
|
if name == 'DashClock':
|
||||||
|
sdir = os.path.join(extlib_dir, 'DashClock')
|
||||||
|
vcs = getvcs('git',
|
||||||
|
'https://code.google.com/p/dashclock', sdir, sdk_path)
|
||||||
|
vcs.gotorevision(ref)
|
||||||
|
return sdir
|
||||||
|
|
||||||
raise BuildException('Unknown srclib ' + name)
|
raise BuildException('Unknown srclib ' + name)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user