talkatu/talkatu

so long bitbucket

2020-09-14, Gary Kramlich
bf39ae959edc
so long bitbucket

update our homepages and stuff

Testing Done:
Built and ran the demo, the rest is just meta information in packages.

Reviewed at https://reviews.imfreedom.org/r/113/
if get_option('vapi')
if not get_option('introspection')
error('Vala generation requires GObject Introspection.')
endif
add_languages('vala')
talkatu_vapi = gnome.generate_vapi('talkatu',
sources : talkatu_gir[0],
packages : [ 'gtk+-3.0' ],
install : true,
gir_dirs : meson.current_build_dir() / '..' / 'talkatu',
)
endif # vala