talkatu/talkatu

Bring everything up to latest distros.

2021-10-18, Gary Kramlich
e5283d38566e
Bring everything up to latest distros.

The debian build currently do not build packages as gi-docgen is not in debian
and you can't download a subproject while building a debian package.

Testing Done:
Built all the images locally and ran all the plans without issue.

Reviewed at https://reviews.imfreedom.org/r/1067/
# 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
```