* Lock to the same minimum boost version as LibreOffice.
* Drop $secondaryArchSuffix after devel:mdds in BUILD_REQUIRES.
* Switch SOURCE_URI to tar.xz & https.
It seems we can't pass "breeze sifr" as arguments to --with-theme
from the recipe, so add back the --with-distro=LibreOfficeHaiku
and let autogen.sh find in distro-configs/LibreOfficeHaiku.conf
the "--with-theme=breeze sifr" parameter as it did previously.
* Creating the debuginfo package was not appropriate because "-g"
is not being passed to the compiler. Bye defineDebugInfoPackage!
* Fix the shebang line of all perl scripts which use /usr/bin/perl
because one of the scripts is called at the end of the build.
* Add a patchset to fix a wrapper script which assumed incorrect
paths for 2 runtimes.
* LibreOffice: fix build on secondary arch. Minor changes. (#2661)
* Depend on boost >= 1.65.0 as suggested by @kallisti5 in #2657.
* Add missing devel:liboost_* to BUILD_REQUIRES.
* Do not use --with-distro=LibreOfficeHaiku but, instead, copy
upstream's distro-configs/LibreOfficeHaiku.conf to the recipe.
* Add --with-system-libepubgen to config options.
* LibreOffice: use our own vendor string.
* LibreOffice: some alphabetical sorting.
BTW, there was (only) one duplicate switch: --with-system-clucene
Unlike ragel 6.9, which builds on x86_gcc2 primary arch, 7.0.0.10
BUILD_REQUIRES devel:libcolm which is not available on x86_gcc2.
We therefore need to keep 6.9 for x86_gcc2.
So, in order to allow x86_gcc2 hybrid to be able to activate both
ragel-6.9 and ragel_x86-7.0.0.10, we cannot install cmd:ragel in
$commandBinDir; we need to install it in $binDir.
Minor change: drop the call to autoreconf as it is not needed.
* Drop lib:libcppunit from REQUIRES as it is not needed.
* lib:librevenge_{stream,generators} do not seem to be needed, but
we can keep them, since lib:librevenge already pulls librevenge.
* Add libxml2 because libepubgen now needs it.
* Sort {BUILD_,}REQUIRES.
* Switch SOURCE_URI to tar.xz.