extensions-tool: Add template metadata

When we allow users to choose between different templates, we should
provide some context for each template to facilitate that choice.

Add that metadata in the form of a .desktop file, which allows us to
specify name and description, and is well supported by our translation
infrastructure.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/812
This commit is contained in:
Florian Müllner 2019-11-09 00:20:08 +01:00 committed by Florian Müllner
parent 37c6fbc6b2
commit f9bee05d49
6 changed files with 25 additions and 1 deletions

View file

@ -35,6 +35,8 @@ cc = meson.get_compiler('c')
bash_completion = dependency('bash-completion', required: get_option('bash_completion'))
po_dir = meson.source_root() + '/po'
subdir('src')
if bash_completion.found()