Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / extensions / spellcheck / hunspell / moz.yaml
blob0d4f221ebd5eec80ce74a1d60529ce2f58f0decc
1 schema: 1
3 bugzilla:
4   product: Core
5   component: "Spelling checker"
7 origin:
8   name: Hunspell
9   description: Spell checker
11   url: http://hunspell.github.io
13   release: 1180421f50f211984211e968eb6801ffd3390b8f (2022-08-22T13:53:31Z).
14   revision: 1180421f50f211984211e968eb6801ffd3390b8f
15   license: MPL-1.1
16   license-file: COPYING.MPL
18 vendoring:
19   url: https://github.com/hunspell/hunspell
20   source-hosting: github
21   tracking: commit
23   exclude:
24     - "**"
26   keep:
27     - glue
28     - tests
29     - COPYING.MPL
30     - src/moz.build
31     - src/sources.mozbuild
32     - src/license.hunspell
33     - src/license.myspell
34     - src/README.md
36   include:
37     - src/hunspell
39   patches:
40     - patches/bug1410214.patch
41     - patches/bug1653659.patch
42     - patches/bug1739761.patch
43     - patches/bug1838113.patch
45   update-actions:
46     - action: move-dir
47       from: '{vendor_dir}/src/hunspell'
48       to: '{vendor_dir}/src'
49     - action: delete-path
50       path: "src/Makefile.am"
51     - action: delete-path
52       path: "src/filemgr.cxx"
53     - action: delete-path
54       path: "src/hunvisapi.h.in"
55     - action: delete-path
56       path: "src/hunzip.cxx"
57     - action: delete-path
58       path: "src/hunzip.hxx"
59     - action: delete-path
60       path: "src/utf_info.hxx"