Changeset 9a43d48 for xsoft/office


Ignore:
Timestamp:
12/01/2014 04:10:30 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
0dcb462
Parents:
8d971f76
Message:

Updated to libreoffice-4.3.4.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15097 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r8d971f76 r9a43d48  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "86aa9cad125fec16c5cd1d9d964e1d20">
     10  <!ENTITY libreoffice-core-md5sum        "98312fcb1e1ab37321f29f64f312160a">
    1111  <!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        "996ec400156194fe26d24ffbccbc5b7a">
     14  <!ENTITY libreoffice-dict-md5sum        "c323e5d646b3681c81fdd98510c2ae5a">
    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        "63a59a4c77a72856b47caf1871cfc48f">
     18  <!ENTITY libreoffice-help-md5sum        "71ed47d8148dd66275bd87699b31c242">
    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        "0236e56349006fc8fec8e7df749c13b1">
    23   <!ENTITY libreoffice-translations-size          "121 MB">
     22  <!ENTITY libreoffice-translations-md5sum        "6e405e2b499ce28bce1e926bcb7268da">
     23  <!ENTITY libreoffice-translations-size          "122 MB">
    2424
    2525  <!-- This package has some peculiarities, some discussed in the text.
     
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "6.6 GB (570 MB installed), with translations">
    31   <!ENTITY libreoffice-time               "61 SBU (using parallelism=4), with translations">
     30  <!ENTITY libreoffice-buildsize          "7.86 GB (538 MB installed), with translations">
     31  <!ENTITY libreoffice-time               "185.2 SBU (using parallelism=2), with translations">
    3232
    3333  <!-- [bdubbs]  For version 4.3.2.2 Built on x86_64 using -\-with-parallelism=4 -->
     
    382382sed -e "/gzip -f/d"   \
    383383    -e "s|.1.gz|.1|g" \
    384     -i bin/distro-install-desktop-integration        &amp;&amp;
     384    -i bin/distro-install-desktop-integration &amp;&amp;
    385385
    386386sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    387387
    388 chmod -v +x bin/unpack-sources                       &amp;&amp;
    389 
    390 sed -e "s/target\.mk/langlist\.mk/"                \
    391     -e "s/tar -xf/tar -x --strip-components=1 -f/" \
    392     -e "/tar -x/s/lo_src_dir/start_dir/"           \
    393     -i bin/unpack-sources                            &amp;&amp;
     388chmod -v +x bin/unpack-sources &amp;&amp;
    394389
    395390./autogen.sh --prefix=$LO_PREFIX         \
     
    485480    <para>
    486481      <command>sed -e ...</command>: The first sed prevents compression of the
    487       manual pages, the second one prevents install from failing, and
    488       the third one fixes the unpack script.
     482      manual pages, the second one prevents install from failing.
    489483    </para>
    490484
Note: See TracChangeset for help on using the changeset viewer.