Changeset 799e9af for xsoft


Ignore:
Timestamp:
08/22/2014 12:04:47 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-11177
Children:
d4cff20
Parents:
d097f752
Message:

Bumped date and release date. Bumped libreoffice version and added additional sed and removed using system boost as it only builds against previous version. Updated stats.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rd097f752 r799e9af  
    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">
    24 
    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">
     22  <!ENTITY libreoffice-translations-md5sum        "8e2f7905a0f827f655a1e21d93c6ddf7">
     23  <!ENTITY libreoffice-translations-size          "121 MB">
     24
     25  <!ENTITY libreoffice-buildsize          "8.23 G,(497 MB installed) with translations">
     26  <!ENTITY libreoffice-time               "144.3 SBU, with translations">
    2727]>
    2828
     
    275275    </para>
    276276
    277 <screen><userinput>install -dm755 src &amp;&amp;
     277<screen><userinput>install -dm755 external/tarballs &amp;&amp;
    278278
    279279tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz --no-overwrite-dir --strip-components=1 &amp;&amp;
    280 ln -sfv ../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz src/ &amp;&amp;
    281 ln -sfv ../../libreoffice-help-&libreoffice-dlversion;.tar.xz src/</userinput></screen>
     280ln -sfv ../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ &amp;&amp;
     281ln -sfv ../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    282282
    283283    <para>
     
    285285    </para>
    286286
    287 <screen><userinput>ln -sfv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz src/</userinput></screen>
     287<screen><userinput>ln -sfv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    288288
    289289    <note>
     
    318318    -i bin/distro-install-desktop-integration        &amp;&amp;
    319319sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
     320
     321sed -e "/distro-install-file-lists/d"           \
     322    -e "s:fetch_Download_item:&amp;_unchecked:" \
     323    -e "/fetch_Download_item/s:,no-check::"     \
     324   -i Makefile.in                                  &amp;&amp;
    320325
    321326chmod -v +x bin/unpack-sources                     &amp;&amp;
     
    337342             --enable-release-build      \
    338343             --enable-python=system      \
    339              --with-system-boost         \
    340344             --with-system-clucene       \
    341345             --with-system-cairo         \
     
    401405      <command>sed -e ...</command>: First sed prevents compression of the
    402406      manual pages, the second one prevents a script that causes install to
    403       fail from running and the third one fixes the unpack script.
     407      fail from running, the third one fixes the download location
     408      and the fourth one fixes the unpack script.
    404409    </para>
    405410
Note: See TracChangeset for help on using the changeset viewer.