Changeset 5153eb9 for xsoft


Ignore:
Timestamp:
08/31/2014 02:12:19 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2dc8feb
Parents:
a508099
Message:

Update to libreoffice-4.3.1.2.
Completely modify and fix instructions for alsa-tools-1.0.28.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14144 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    ra508099 r5153eb9  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "de0d9322f3aaeb20abd5e06c5c0972bb">
    11   <!ENTITY libreoffice-core-size          "145 MB">
     10  <!ENTITY libreoffice-core-md5sum        "cf750c01b6cd0b5c6fdd1760672e67d4">
     11  <!ENTITY libreoffice-core-size          "146 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "cd27ec060c68079a13abf0984dbbf5fa">
     14  <!ENTITY libreoffice-dict-md5sum        "aae27f6c9db741c42acae48a1dfb0f5e">
    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        "89d9da0ff2d5ea07f8c30c680fee2b0a">
     18  <!ENTITY libreoffice-help-md5sum        "24692bf69bbe877ad2524653c991705a">
    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        "8e2f7905a0f827f655a1e21d93c6ddf7">
     22  <!ENTITY libreoffice-translations-md5sum        "b8d3445100c10bb4f21f6c8f25c5c600">
    2323  <!ENTITY libreoffice-translations-size          "121 MB">
    2424
     
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "8.23 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
    31   <!ENTITY libreoffice-time               "144 SBU - 165 SBU, with translations">
     30  <!ENTITY libreoffice-buildsize          "8.1 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
     31  <!ENTITY libreoffice-time               "200 SBU, with translations">
     32  <!-- [fo] For version 4.3.1.2 I've got, for i686, SBU larger than the upper
     33  limit, thus, temporarily, decided to used a single SBU, instead of a range.
     34  -->
    3235  <!-- This package has some peculiarities, some discussed in the text.
    3336  Two values for SBU and buildsize are given due to the large difference
     
    135138        <para>
    136139          Translations size: &libreoffice-translations-size;
     140        </para>
     141      </listitem>
     142      <listitem>
     143        <para>
     144          Required patch for to fix building with system Boost:
     145          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_56_0-1.patch"/>
    137146        </para>
    138147      </listitem>
     
    167176
    168177    <para role="recommended">
    169     <!--<xref linkend="boost"/>,-->
     178      <xref linkend="boost"/>,
    170179      <xref linkend="clucene"/>,
    171180      <xref linkend="cups"/>,
     
    251260  <sect2 role="installation">
    252261    <title>Installation of LibreOffice</title>
    253 
     262<!--
    254263    <warning>
    255264      <para>
     
    271280        <systemitem class="username">root</systemitem>. If you must untar it as
    272281        <systemitem class="username">root</systemitem> pass the option
    273         <option>--no-overwrite-dir</option> to tar. This is the default when you
     282        <option>-\-no-overwrite-dir</option> to tar. This is the default when you
    274283        untar as a user but has to be passed as an option when untaring as
    275284        <systemitem class="username">root</systemitem>:
    276285      </para>
    277     </warning>
     286    </warning>-->
    278287
    279288<screen role="root"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
     
    310319    </para>
    311320
    312 <screen><userinput>ln -sv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
     321<screen><userinput>ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    313322
    314323    <note>
     
    350359    </para>
    351360
    352 <screen><userinput>sed -e "/gzip -f/d"   \
     361<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_56_0-1.patch &amp;&amp;
     362
     363sed -e "/gzip -f/d"   \
    353364    -e "s|.1.gz|.1|g" \
    354365    -i bin/distro-install-desktop-integration        &amp;&amp;
     366
    355367sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    356 
    357 sed -e "/distro-install-file-lists/d"           \
    358     -e "s:fetch_Download_item:&amp;_unchecked:" \
    359     -e "/fetch_Download_item/s:,no-check::"     \
    360    -i Makefile.in                                  &amp;&amp;
    361368
    362369chmod -v +x bin/unpack-sources                     &amp;&amp;
     
    377384             --disable-postgresql-sdbc   \
    378385             --enable-release-build=yes  \
    379              --enable-python=system      \<!--
    380              - -with-system-boost    \ -->
     386             --enable-python=system      \
     387             --with-system-boost         \
    381388             --with-system-clucene       \
    382389             --with-system-cairo         \
     
    458465      <command>sed -e ...</command>: First sed prevents compression of the
    459466      manual pages, the second one prevents a script that causes install to
    460       fail from running, the third one fixes the download location and the
    461       fourth one fixes the unpack script.
     467      fail from running, the third one fixes the unpack script.
    462468    </para>
    463469
Note: See TracChangeset for help on using the changeset viewer.