mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to libreoffice-7.4.2.3.
This commit is contained in:
parent
88fbb40c64
commit
d23d845ec3
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>October 20th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libreoffice-7.4.2.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;17179">#17179</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to node.js-16.18.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;17176">#17176</ulink>.</para>
|
||||
|
@ -832,8 +832,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY AbiWord-version "3.0.5">
|
||||
<!ENTITY gnumeric-version "1.12.53">
|
||||
|
||||
<!ENTITY libreoffice-version "7.4.1">
|
||||
<!ENTITY libreoffice-patch ".2">
|
||||
<!ENTITY libreoffice-version "7.4.2">
|
||||
<!ENTITY libreoffice-patch ".3">
|
||||
<!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;">
|
||||
|
||||
<!-- Chapter 40 -->
|
||||
|
@ -7,24 +7,24 @@
|
||||
<!ENTITY libreoffice-dl "https://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
|
||||
|
||||
<!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-core-md5sum "2fb28cbd5a436e05fccf3b73ca77e6ed">
|
||||
<!ENTITY libreoffice-core-size "251 MB">
|
||||
<!ENTITY libreoffice-core-md5sum "aeb1fba3a91cf2edd580f7acf3ac66c6">
|
||||
<!ENTITY libreoffice-core-size "252 MB">
|
||||
|
||||
<!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-dict-md5sum "b32bfdd110b48d11f73f1dbf6e02dac2">
|
||||
<!ENTITY libreoffice-dict-size "49 MB">
|
||||
<!ENTITY libreoffice-dict-md5sum "bcc2882cd1922d46b55f80e017281007">
|
||||
<!ENTITY libreoffice-dict-size "50 MB">
|
||||
|
||||
<!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-help-md5sum "595d7b2eac64e38656e821edf8d48f2a">
|
||||
<!ENTITY libreoffice-help-size "107 MB">
|
||||
<!ENTITY libreoffice-help-md5sum "e27690f5d88a9481d73eed77e4bdcf48">
|
||||
<!ENTITY libreoffice-help-size "108 MB">
|
||||
|
||||
<!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-translations-md5sum "1b55ae19a4a414a3e910a99d18f504bf">
|
||||
<!ENTITY libreoffice-translations-size "190 MB">
|
||||
<!ENTITY libreoffice-translations-md5sum "e51486097cc6290aa8dd75f6643224c1">
|
||||
<!ENTITY libreoffice-translations-size "191 MB">
|
||||
|
||||
<!-- full size remeasured for 7.0.0.3 -->
|
||||
|
||||
<!ENTITY libreoffice-buildsize "9.5 GB including the additional files if downloaded during the build (748 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
|
||||
<!ENTITY libreoffice-buildsize "6.7 GB including the additional files if downloaded during the build (682 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
|
||||
|
||||
<!-- Editors: many updates to poppler will break LO using system poppler until
|
||||
somebody is able to provide a patch or sed. In these cases, please mark
|
||||
@ -182,14 +182,14 @@
|
||||
|
||||
<!-- keep one commented patch, it's sure to again need one or more in a few months:-->
|
||||
|
||||
|
||||
<!--
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch to fix building with <xref linkend="poppler"/>:
|
||||
<ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-poppler_22_09_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
</itemizedlist>
|
||||
<bridgehead renderas="sect3">LibreOffice Dependencies</bridgehead>
|
||||
|
||||
@ -347,13 +347,13 @@
|
||||
cd libreoffice-&libreoffice-dlversion;</userinput></screen>
|
||||
|
||||
<!-- keep a commented instruction if no patches are currently required -->
|
||||
|
||||
<!--
|
||||
<para>
|
||||
First, fix build failures introduced by the latest poppler version:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-poppler_22_09_fixes-1.patch</userinput></screen>
|
||||
|
||||
-->
|
||||
<para>
|
||||
If you have downloaded the dictionaries, help and translations tarballs,
|
||||
create symlinks to them from the source directory so they won't get
|
||||
|
Loading…
Reference in New Issue
Block a user