moz.yaml (1546B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "Spelling checker" 6 7 origin: 8 name: Hunspell 9 description: Spell checker 10 11 url: http://hunspell.github.io 12 13 release: 1180421f50f211984211e968eb6801ffd3390b8f (2022-08-22T13:53:31Z). 14 revision: 1180421f50f211984211e968eb6801ffd3390b8f 15 license: MPL-1.1 16 license-file: COPYING.MPL 17 18 vendoring: 19 url: https://github.com/hunspell/hunspell 20 source-hosting: github 21 tracking: commit 22 23 exclude: 24 - "**" 25 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 35 36 include: 37 - src/hunspell 38 39 patches: 40 - patches/bug1410214.patch 41 - patches/bug1653659.patch 42 - patches/bug1739761.patch 43 - patches/bug1838113.patch 44 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: "tests/unit/data/Makefile.am" 53 - action: delete-path 54 path: "tests/unit/data/Makefile.in" 55 - action: delete-path 56 path: "tests/unit/data/suggestiontest/Makefile.am" 57 - action: delete-path 58 path: "tests/unit/data/suggestiontest/Makefile.in" 59 - action: delete-path 60 path: "src/filemgr.cxx" 61 - action: delete-path 62 path: "src/hunvisapi.h.in" 63 - action: delete-path 64 path: "src/hunzip.cxx" 65 - action: delete-path 66 path: "src/hunzip.hxx" 67 - action: delete-path 68 path: "src/utf_info.hxx"