gplugin/gplugin

Prepare for the 0.31.0 release
v0.31.0
2021-05-27, Gary Kramlich
f25e021e4053
Prepare for the 0.31.0 release

Testing Done:
ran `ninja dist` as well as `ninja all doc test` on the resulting tarball.

Reviewed at https://reviews.imfreedom.org/r/676/
if get_option('lua')
e = executable('test-lua-loader', 'test-lua-loader.c',
c_args : [
'-DLUA_LOADER_DIR="@0@/.."'.format(meson.current_build_dir()),
'-DLUA_PLUGIN_DIR="@0@/plugins"'.format(
meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, LUA, gplugin_dep])
test('Lua Loader', e)
endif # lua