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/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```