summaryrefslogtreecommitdiff
path: root/test cases/frameworks/6 gettext/meson.build
AgeCommit message (Collapse)Author
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp
2021-07-28expand tests to check both static and shared intl dependencyEli Schwartz
2021-06-17update gettext test to use new intl dependencyEli Schwartz
Tests that we find something sensible for intl, capable of producing binaries using gettext() to translate stuff. No more need to manually check headers and *maybe* include the intl library, which we were doing before; the new dependency actually simplifies the existing test, and should simplify users' build files too...
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan
* xenial doesn't ship many dependencies, so make them all optional since we don't guarantee that everything will work * cmake/{5,6}: needs stdlib.h for EXIT_SUCCESS on GCC 5 * common/222: needs C++11, and GCC 5 doesn't understand `auto` correctly unless we explicitly enable it. * frameworks/1 boost: xenial doesn't ship boost_python3, so make it properly optional * frameworks/6 gettext: gettext can be installed without xgettext, which doesn't cause the project to fail, but the installed files list is different which causes the test to fail. * frameworks/7 gnome: gobject-introspection can't be enabled because the sanitizer unit test detects leaks in glib and fails
2018-10-05Fix handling generated .desktop files. Closes #4304.Jussi Pakkanen
2018-09-16i18n: allow custom target names for merge_fileMarty E. Plummer
As it currently stands, if for whatever reason you have two files you want to merge with the same output name, it will fail due to multiple targets with the same name due to the target name being autogenerated from the output kwarg. Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
2018-02-21Skip test cases/frameworks/6 gettext if prereqs not foundJon Turney
Skip test cases/frameworks/6 gettext if gettext or libintl not found
2016-12-03i18n: Add merge_file functionPatrick Griffis
This is a repeated task that we can simplify Closes #1120
2016-03-28Moved gettext into i18n module.Jussi Pakkanen
2013-09-12Added a few translations.Jussi Pakkanen
2013-09-12Some work on gettext.Jussi Pakkanen