talkatu/talkatu

TALKATU-81 replaced resource paths

2020-07-01, ivanhoe <>
737a938beb16
TALKATU-81 replaced resource paths

replaced '/org/bitbucket/pidgin/talkatu/' with '/org/imfreedom/keep/talkatu/talkatu' in talkatu/*.c and talkatu/data/talkatu.gresource.xml

Reviewed at https://reviews.imfreedom.org/r/17/
###############################################################################
# Options
###############################################################################
option(
'nls',
type : 'boolean', value : true,
description : 'Install translation files'
)
option(
'doc',
type : 'boolean', value : true,
description : 'build documentation with gtk-doc'
)
option(
'help2man',
type : 'boolean', value : true,
description : 'Whether or not to build man pages from --help output'
)
option(
'gobject-introspection',
type : 'boolean', value : true,
description : 'build gobject-introspection support'
)
option(
'tests',
type : 'boolean', value : true,
description : 'run unit tests'
)
option(
'vapi',
type : 'boolean', value : true,
description : 'Whether or not to build vapi files for gplugin'
)