summaryrefslogtreecommitdiffstats
path: root/extensions/spellcheck/hunspell/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /extensions/spellcheck/hunspell/moz.yaml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/spellcheck/hunspell/moz.yaml')
-rw-r--r--extensions/spellcheck/hunspell/moz.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/extensions/spellcheck/hunspell/moz.yaml b/extensions/spellcheck/hunspell/moz.yaml
new file mode 100644
index 0000000000..0d4f221ebd
--- /dev/null
+++ b/extensions/spellcheck/hunspell/moz.yaml
@@ -0,0 +1,60 @@
+schema: 1
+
+bugzilla:
+ product: Core
+ component: "Spelling checker"
+
+origin:
+ name: Hunspell
+ description: Spell checker
+
+ url: http://hunspell.github.io
+
+ release: 1180421f50f211984211e968eb6801ffd3390b8f (2022-08-22T13:53:31Z).
+ revision: 1180421f50f211984211e968eb6801ffd3390b8f
+ license: MPL-1.1
+ license-file: COPYING.MPL
+
+vendoring:
+ url: https://github.com/hunspell/hunspell
+ source-hosting: github
+ tracking: commit
+
+ exclude:
+ - "**"
+
+ keep:
+ - glue
+ - tests
+ - COPYING.MPL
+ - src/moz.build
+ - src/sources.mozbuild
+ - src/license.hunspell
+ - src/license.myspell
+ - src/README.md
+
+ include:
+ - src/hunspell
+
+ patches:
+ - patches/bug1410214.patch
+ - patches/bug1653659.patch
+ - patches/bug1739761.patch
+ - patches/bug1838113.patch
+
+ update-actions:
+ - action: move-dir
+ from: '{vendor_dir}/src/hunspell'
+ to: '{vendor_dir}/src'
+ - action: delete-path
+ path: "src/Makefile.am"
+ - action: delete-path
+ path: "src/filemgr.cxx"
+ - action: delete-path
+ path: "src/hunvisapi.h.in"
+ - action: delete-path
+ path: "src/hunzip.cxx"
+ - action: delete-path
+ path: "src/hunzip.hxx"
+ - action: delete-path
+ path: "src/utf_info.hxx"