gplugin/gplugin

2116940747cd
Finally replace bitbucket.org with keep.imfreedom.org

Testing Done:
compiled and ran gplugin-gtk-viewer.

Reviewed at https://reviews.imfreedom.org/r/129/
if get_option('vapi')
shared_library('genie-basic-plugin', 'basic.gs',
name_prefix : '',
dependencies : [gplugin_dep, gplugin_vapi])
shared_library('genie-dependent-plugin', 'dependent.gs',
name_prefix : '',
dependencies : [gplugin_dep, gplugin_vapi])
shared_library('load-exception-plugin', 'load-exception.gs',
name_prefix : '',
dependencies : [gplugin_dep, gplugin_vapi])
shared_library('load-failed-plugin', 'load-failed.gs',
name_prefix : '',
dependencies : [gplugin_dep, gplugin_vapi])
shared_library('unload-failed-plugin', 'unload-failed.gs',
name_prefix : '',
dependencies : [gplugin_dep, gplugin_vapi])
endif # vapi