build: Add support for Meson

This commit is contained in:
Patrick Griffis
2016-10-20 05:26:58 -04:00
parent 496f10e34a
commit 52bc856be4
14 changed files with 672 additions and 0 deletions

24
po/meson.build Normal file
View File

@ -0,0 +1,24 @@
i18n = import('i18n')
i18n.gettext('sysprof',
languages: [
'cs',
'de',
'es',
'fi',
'hu',
'pl',
'pt',
'pt_BR',
'sl',
'sk',
'sr',
'sv'
],
args: [
'--from-code=UTF-8',
'--keyword=g_dngettext:2,3',
'--add-comments',
'--msgid-bugs-address=https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof&keywords=I18N+L10N&component=general',
],
)