diff options
Diffstat (limited to 'meson/test cases/frameworks/6 gettext/test.json')
-rw-r--r-- | meson/test cases/frameworks/6 gettext/test.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meson/test cases/frameworks/6 gettext/test.json b/meson/test cases/frameworks/6 gettext/test.json new file mode 100644 index 000000000..23cac0d0f --- /dev/null +++ b/meson/test cases/frameworks/6 gettext/test.json @@ -0,0 +1,16 @@ +{ + "installed": [ + {"type": "exe", "file": "usr/bin/intlprog"}, + {"type": "file", "file": "usr/share/locale/de/LC_MESSAGES/intltest.mo"}, + {"type": "file", "file": "usr/share/locale/fi/LC_MESSAGES/intltest.mo"}, + {"type": "file", "file": "usr/share/locale/ru/LC_MESSAGES/intltest.mo"}, + {"type": "file", "file": "usr/share/applications/something.desktop"}, + {"type": "file", "file": "usr/share/applications/test.desktop"}, + {"type": "file", "file": "usr/share/applications/test.plugin"}, + {"type": "file", "file": "usr/share/applications/test2.desktop"}, + {"type": "file", "file": "usr/share/applications/test3.desktop"}, + {"type": "file", "file": "usr/share/applications/test4.desktop"}, + {"type": "file", "file": "usr/share/applications/test5.desktop"}, + {"type": "file", "file": "usr/share/applications/test6.desktop"} + ] +} |