Changeset 9a43d48


Ignore:
Timestamp:
12/01/2014 04:10:30 AM (9 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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8d971f76 r9a43d48  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 30th, &year;">
     9<!ENTITY releasedate  "December 1st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
  • packages.ent

    r8d971f76 r9a43d48  
    578578<!ENTITY gnucash-version              "2.4.11">
    579579
    580 <!ENTITY libreoffice-version          "4.3.2">
    581 <!ENTITY libreoffice-patch            ".2">
     580<!ENTITY libreoffice-version          "4.3.4">
     581<!ENTITY libreoffice-patch            ".1">
    582582<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    583583
  • 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.