* no removal of man pages, since the secondary arch package provides the commands.
* the manpages might conflict with the primary arch hunspell-1.4.2 though.
* Mark 1.10~a as broken since there are still a few issues:
- libmupdf.so is not being built.
- libmupdfthird.a is being built but is empty.
- unlike 1.8, 1.10~a cannot be built on x88_gcc2 primary
arch because a dependency on harfbuzz was added. That
said, it might be possible to remove that dependency.
* Updated patches from 1.8 to 1.10~a.
* Added patches to fix includes for hb.h and hb-ft.h and to
skip unneeded workaround in source/fitz/load-jpx.c
* Merged/replaced old patch with one from @korli.
* Add dependency on libharfbuzz and libglib_2.0 too, as it is
required by harfbuzz.
Gentoo renames four utilities (analyze, chmorph, munch, unmunch)
by adding a hunspell- prefix to their names, to avoid having too
generic names. So let's follow Gentoo, using their patch ;-)
Also remove any empty data/locale/*/LC_MESSAGES dirs (hu & it).
Also added 1.5.4 and 1.6.0 which both fail to build.
* discount: updated recipe to 2.2.1
* discount: small (or cosmetic) fixes.
* SECONDARY_ARCHITECTURES: add declaration with "x86_gcc2 x86". While
at it, swap x86_gcc2 and x86 in ARCHITECTURES as most recipes use
that order.
* PROVIDES: only enable cmd: items if building for a primary arch.
* REQUIRES_devel: add "base" keyword.
* BUILD_PREREQUIRES: remove cmd:g++, add cmd:{awk,find}, sort entries.
* BUILD: Fix indentation and pass --shared instead of --enable-shared.
Also move man3 to the _devel sub-package.
* TEST: Add function with "make test".
* Drop old recipes (1.3.2 and 1.3.3) and update to 1.4.0.
* Mark x86_gcc2 as untested because it is failing 7 tests out of 111
whereas x86_64 and x86 (both primary and secondary) pass them all.
* Do not drop $binDir for secondary arch anymore.
* Remove unneeded "touch po/t-hu.gmo" and "touch po/t-it.gmo".