summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* recipes: drop ${SRCPV} usageMartin Jansa2024-02-091-1/+1
| | | | | | | | | | * Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
* hunspell: move ispellaff2myspell script to separate packageMartin Jansa2023-02-011-1/+4
| | | | | | | | * ispellaff2myspell: A program to convert ispell affix tables to myspell format pulls perl into the images Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: upgrade 1.7.1 -> 1.7.2Wang Mingyu2023-01-041-1/+1
| | | | | | | | | | | | Changelog: ========== Crash fixes, code clean-up in ~200 commits tdf#136306 don't accept/suggest typos as 3-or-more-word compound words Prepare optional spelling mode of LibreOffice to not accept/suggest not dictionary-based words as compound words (#517) Merge in weblate translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: upgrade 1.7.0 -> 1.7.1Wang Mingyu2022-08-281-1/+1
| | | | | | | | | | | | | Changelog: ========== Merge chromium fix for OOB string write in hunspell Merge firefox fix for various issues parsing incomplete aff files Fix crash with hunspell -l -r Merge in weblate translations Includes fix for CVE-2019-16707 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-042-45/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-032-2/+2
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-032-66/+66
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hunspell-dictionaries: use better names for dictionary filesAndreas Müller2021-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Played around with gspell and followed their suggestion to prefer hunspell [1] in enchant [2]. Tests with gedit showed that all entries for sub-languages (e.g English UK) were missing. By changing names of *.dic and *.aff from <language>-<SUBLANGUAGE>.* to <language>_<SUBLANGUAGE>.* languages as 'English UK' appear and can be selected in gedit. Tested also on libreoffice: That displayed all languages properly before and does still with files renamed. [1] https://gitlab.gnome.org/GNOME/gspell [2] https://github.com/schnitzeltony/meta-mortsgna/commit/b5d17de7cf9fd033339c2609c5b14c108bbbff4f Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell-dictionaries: import from meta-luneos to make hunspell in meta-oe a ↵Martin Jansa2019-05-241-0/+151
| | | | | | | bit more useful Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: use git fetcher instead of github archiveMartin Jansa2019-05-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes: ERROR: QA Issue: https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz: SRC_URI uses unstable GitHub archives [src-uri-bad] * there is developer uploaded tarball in: https://github.com/hunspell/hunspell/files/2573619/hunspell-1.7.0.tar.gz but it's already reconfigured which we don't need, so I've used git fetcher to stay closer to what we already use. * the diff between: https://github.com/hunspell/hunspell/files/2573619/hunspell-1.7.0.tar.gz and https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz docker-shr @ ~/hunspell $ diff -rq hunspell-1.7.0*/ Only in hunspell-1.7.0-archive/: .gitignore Only in hunspell-1.7.0-archive/: .travis.yml Only in hunspell-1.7.0-archive/: COPYING.MPL Only in hunspell-1.7.0/: INSTALL Only in hunspell-1.7.0/: Makefile.in Only in hunspell-1.7.0-archive/: README.md Only in hunspell-1.7.0/: aclocal.m4 Only in hunspell-1.7.0-archive/: appveyor.yml Only in hunspell-1.7.0/: compile Only in hunspell-1.7.0/: config.guess Only in hunspell-1.7.0/: config.h.in Only in hunspell-1.7.0/: config.sub Only in hunspell-1.7.0/: configure Only in hunspell-1.7.0/: depcomp Only in hunspell-1.7.0/: install-sh Only in hunspell-1.7.0/: ltmain.sh Only in hunspell-1.7.0-archive/m4: ChangeLog Only in hunspell-1.7.0-archive/m4: README Only in hunspell-1.7.0/m4: libtool.m4 Only in hunspell-1.7.0/m4: ltoptions.m4 Only in hunspell-1.7.0/m4: ltsugar.m4 Only in hunspell-1.7.0/m4: ltversion.m4 Only in hunspell-1.7.0/m4: lt~obsolete.m4 Only in hunspell-1.7.0/man: Makefile.in Only in hunspell-1.7.0/man/hu: Makefile.in Only in hunspell-1.7.0/: missing Only in hunspell-1.7.0-archive/: msvc Only in hunspell-1.7.0-archive/po: .gitignore Only in hunspell-1.7.0/po: ca.gmo Files hunspell-1.7.0-archive/po/ca.po and hunspell-1.7.0/po/ca.po differ Only in hunspell-1.7.0/po: de.gmo Files hunspell-1.7.0-archive/po/de.po and hunspell-1.7.0/po/de.po differ Only in hunspell-1.7.0/po: es.gmo Files hunspell-1.7.0-archive/po/es.po and hunspell-1.7.0/po/es.po differ Only in hunspell-1.7.0/po: hu.gmo Files hunspell-1.7.0-archive/po/hu.po and hunspell-1.7.0/po/hu.po differ Files hunspell-1.7.0-archive/po/hunspell.pot and hunspell-1.7.0/po/hunspell.pot differ Only in hunspell-1.7.0/po: it.gmo Files hunspell-1.7.0-archive/po/it.po and hunspell-1.7.0/po/it.po differ Only in hunspell-1.7.0/po: pl.gmo Files hunspell-1.7.0-archive/po/pl.po and hunspell-1.7.0/po/pl.po differ Only in hunspell-1.7.0/po: pt_BR.gmo Files hunspell-1.7.0-archive/po/pt_BR.po and hunspell-1.7.0/po/pt_BR.po differ Only in hunspell-1.7.0/po: tg.gmo Files hunspell-1.7.0-archive/po/tg.po and hunspell-1.7.0/po/tg.po differ Only in hunspell-1.7.0/src: Makefile.in Only in hunspell-1.7.0/src/hunspell: Makefile.in Only in hunspell-1.7.0-archive/src/parsers: .gitignore Only in hunspell-1.7.0/src/parsers: Makefile.in Only in hunspell-1.7.0-archive/src/tools: .gitignore Only in hunspell-1.7.0/src/tools: Makefile.in Only in hunspell-1.7.0-archive/src/tools: fuzzer.cxx Only in hunspell-1.7.0/: tap-driver.sh Only in hunspell-1.7.0/: test-driver Only in hunspell-1.7.0-archive/tests: .gitattributes Only in hunspell-1.7.0-archive/tests: .gitignore Only in hunspell-1.7.0/tests: Makefile.in Only in hunspell-1.7.0-archive/tests: hu.wrong Only in hunspell-1.7.0-archive/tests: nepali.wrong Only in hunspell-1.7.0-archive/tests: ph2.good Only in hunspell-1.7.0-archive/tests/suggestiontest: .gitignore Only in hunspell-1.7.0/tests/suggestiontest: Makefile.in Only in hunspell-1.7.0-archive/tests/suggestiontest: prepare2 Only in hunspell-1.7.0-archive/tests: wordpair.good Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: upgrade 1.6.2 -> 1.7.0Andreas Müller2019-03-282-17/+17
| | | | | | | | | | They changed the license back when hunspell2 was removed [1]. My test did not show fallout for missing hunspell2. [1] https://github.com/hunspell/hunspell/commit/35301da115410bdffa6a35ed449be44df2d8a218 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: update 1.6.1 -> 1.6.2Andreas Müller2018-04-081-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hunspell: update 1.3.3 -> 1.6.1Andreas Müller2017-04-242-18/+17
| | | | | | | hunspell moved to github and changed licence Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hunspell: initial add 1.3.3Andreas Müller2016-02-151-0/+18
There are at least three different places where hunspell recipe is found [1-3]. Let's move it to a more common place to avoid further redundancy. Native extension is required for libreoffice-native in meta-office [4]. [1] https://github.com/openwebos/meta-webos/blob/master/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [2] https://github.com/webOS-ports/meta-webos-ports/blob/master/meta-luneos/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [3] https://github.com/schnitzeltony/meta-office/blob/master/recipes-support/hunspell/hunspell_1.3.3.bb [4] https://github.com/schnitzeltony/meta-office Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>