You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade-gui/jade_gui/locales/meson.build

22 lines
514 B
Meson

pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
localesdir = join_paths(pkgdatadir, 'jade_gui/locales')
jade_gui_sources = [
'__init__.py',
'africa.py',
'america.py',
'antarctica.py',
'arctic.py',
'asia.py',
'atlantic.py',
'australia.py',
'brazil.py',
'canada.py',
'chile.py',
'europe.py',
'indian.py',
'mexico.py',
'pacific.py',
'locales_list.py',
]
install_data(jade_gui_sources, install_dir: localesdir)