e2ed9308c8
While their strings are translated, they are installed as is, and appear untranslated.
20 lines
560 B
Meson
20 lines
560 B
Meson
subdir('icons')
|
|
|
|
i18n.merge_file ('desktop-file',
|
|
type: 'desktop',
|
|
input: 'org.gnome.Fractal.desktop.in',
|
|
output: 'org.gnome.Fractal.desktop',
|
|
po_dir: podir,
|
|
install: true,
|
|
install_dir: join_paths (datadir, 'applications')
|
|
)
|
|
|
|
i18n.merge_file ('appdata-file',
|
|
input: 'org.gnome.Fractal.appdata.xml.in',
|
|
output: 'org.gnome.Fractal.appdata.xml',
|
|
po_dir: podir,
|
|
install: true,
|
|
install_dir: join_paths (datadir, 'appdata')
|
|
)
|
|
|
|
install_data('org.gnome.Fractal.gschema.xml', install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas'))
|