fractal/fractal-gtk/res/meson.build
Alexander Mikhaylenko e2ed9308c8 build: Translate desktop and appdata files
While their strings are translated, they are installed as is, and appear
untranslated.
2018-08-24 02:47:56 +05:00

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'))