gplugin/gplugin

Clean up stuff to prepare for a release.
develop
2020-07-23, Gary Kramlich
ed8e701cc2b1
Clean up stuff to prepare for a release.

Bump the version numbers and tweak the changelog a bit

Fix some broken links

sort the meson options by name

Add the trailing / to the latest docs and remove the link for the stable docs

Update HACKING.OSX to reflect the current state of homebrew

Reviewed at https://reviews.imfreedom.org/r/38/
option(
'doc',
type : 'boolean', value : true,
description : 'build documentation with gtk-doc'
)
option(
'gobject-introspection',
type : 'boolean', value : true,
description : 'Whether or not to build a GObject Introspection type library'
)
option(
'gtk3',
type : 'boolean', value : true,
description : 'Whether or not to build the gtk3 library'
)
option(
'help2man',
type : 'boolean', value : true,
description : 'Whether or not to build man pages from --help output'
)
option(
'lua',
type : 'boolean', value : true,
description : 'Whether or not to build the Lua plugin loader'
)
option(
'nls',
type : 'boolean', value : true,
description : 'Install translation files'
)
option(
'perl',
type : 'boolean', value : true,
description : 'Whether or not to build the Perl plugin loader'
)
option(
'python3',
type : 'boolean', value : true,
description : 'Whether or not to build the Python 3.x plugin loader'
)
option(
'tcc',
type : 'boolean', value : false,
description : 'Whether or not to build the TCC plugin loader'
)
option(
'vapi',
type : 'boolean', value : true,
description : 'Whether or not to build vapi files for gplugin'
)