Ticket #5311: lo-update.diff

File lo-update.diff, 4.6 KB (added by christopher, 10 years ago)

to update libreoffice page

  • libreoffice.xml

     
    77  <!ENTITY libreoffice-dl "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "eb44cc33bb9331db4c1b6ae0b03fff9f">
    11   <!ENTITY libreoffice-core-size          "118 MB">
     10  <!ENTITY libreoffice-core-md5sum        "de0d9322f3aaeb20abd5e06c5c0972bb">
     11  <!ENTITY libreoffice-core-size          "145 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "8ac6a48b78c34f52e8bf43f29cf14bfe">
     14  <!ENTITY libreoffice-dict-md5sum        "cd27ec060c68079a13abf0984dbbf5fa">
    1515  <!ENTITY libreoffice-dict-size          "36 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "867c10167b05ba19162b78032405524b">
     18  <!ENTITY libreoffice-help-md5sum        "89d9da0ff2d5ea07f8c30c680fee2b0a">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "6bcd61a3f977f78c64b1eaa13a40524c">
    23   <!ENTITY libreoffice-translations-size          "122 MB">
     22  <!ENTITY libreoffice-translations-md5sum        "8e2f7905a0f827f655a1e21d93c6ddf7">
     23  <!ENTITY libreoffice-translations-size          "121 MB">
    2424
    25   <!ENTITY libreoffice-buildsize          "4.0 GB (423 MB installed) - 9.6 GB (528 MB installed), with translations">
    26   <!ENTITY libreoffice-time               "139 SBU - 165 SBU, with translations">
     25  <!ENTITY libreoffice-buildsize          "8.23 GB,(497 MB installed), with translations">
     26  <!ENTITY libreoffice-time               "144.3 SBU, with translations">
    2727]>
    2828
    2929<sect1 id="libreoffice" xreflabel="LibreOffice-&libreoffice-version;">
     
    160160      <xref linkend="libjpeg"/>,
    161161      <xref linkend="glu"/>,
    162162      <xref linkend="gtk2"/>,
    163       <xref linkend="boost"/>,
     163    <!--<xref linkend="boost"/>,-->
    164164      <xref linkend="clucene"/>,
    165165      <xref linkend="cups"/>,
    166166      <xref linkend="curl"/>,
     
    273273      to unpack the help nor the translations tarballs):
    274274    </para>
    275275
    276 <screen><userinput>install -dm755 src &amp;&amp;
     276<screen><userinput>install -dm755 external/tarballs &amp;&amp;
    277277
    278278tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz --no-overwrite-dir --strip-components=1 &amp;&amp;
    279279<!-- Not necessary for this version
    280280tar -xf ../libreoffice-help-&libreoffice-dlversion;.tar.xz -\-no-overwrite-dir -\-strip-components=1 &amp;&amp;
    281281-->
    282 ln -sv ../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz src/ &amp;&amp;
    283 ln -sv ../../libreoffice-help-&libreoffice-dlversion;.tar.xz src/</userinput></screen>
     282ln -sv ../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ &amp;&amp;
     283ln -sv ../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    284284
    285285<!-- Not necessary for this version
    286286    <para>
     
    294294      If you have downloaded the translations tarball, create a symlink:
    295295    </para>
    296296
    297 <screen><userinput>ln -sv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz src/</userinput></screen>
     297<screen><userinput>ln -sv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    298298
    299299    <note>
    300300      <para>
     
    339339    -i bin/distro-install-desktop-integration        &amp;&amp;
    340340sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    341341
     342sed -e "/distro-install-file-lists/d"           \
     343    -e "s:fetch_Download_item:&amp;_unchecked:" \
     344    -e "/fetch_Download_item/s:,no-check::"     \
     345   -i Makefile.in                                  &amp;&amp;
     346
    342347chmod -v +x bin/unpack-sources                     &amp;&amp;
    343348sed -e "s/target\.mk/langlist\.mk/"                \
    344349    -e "s/tar -xf/tar -x --strip-components=1 -f/" \
     
    357362             --disable-postgresql-sdbc   \
    358363             --enable-release-build=yes  \
    359364             --enable-python=system      \
    360              --with-system-boost         \
     365            <!-- - -with-system-boost    \ -->
    361366             --with-system-clucene       \
    362367             --with-system-cairo         \
    363368             --with-system-curl          \