Skip to content

Try to avoid more overlaps between 1.0 and 2.0 versions

Jordan Petridis requested to merge wip/alatiera/parallel-install into master

Commit 2:

meson: bump gettext package suffix

Currently, both gnome-bluetooth-1.0 and 2.0 are using "2"
as a suffix for the gettext locale files which causes them to
overalp. Looks like 2 has been used since the initial commit
of the meson port, back in 3.20 cycle, although not sure if
there is any special meaning to the number. Bump it anyway
so that translations won't overlap between the two versions.

Commit 1:

docs: use gnomebt_api_name for the gtk-doc module name

Currently the docs are not prefixed with a version and overlap
with the gnome-bluetooth-1.0 files. gnomebt_api_name is like the
project name but with the api version appended and now the path looks
like:

`share/gtk-doc/html/gnome-bluetooth-2.0/index.html`

Merge request reports