Changeset 19d81f7


Ignore:
Timestamp:
06/05/2012 01:17:01 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b22e1383
Parents:
ace536a
Message:

Libre Office 3.5.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    race536a r19d81f7  
    44-->
    55
    6 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     6<!ENTITY day          "05">                   <!-- Always 2 digits -->
    77<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "June 4th, &year;">
     12<!ENTITY releasedate  "June 5th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    936936<!ENTITY gnumeric-version             "1.10.17">
    937937<!ENTITY gnucash-version              "2.4.10">
    938 <!ENTITY libreoffice-version          "3.5.3">
     938<!ENTITY libreoffice-version          "3.5.4">
    939939
    940940<!-- <!ENTITY koffice-version              "1.6.3">
  • introduction/welcome/changelog.xml

    race536a r19d81f7  
    4343-->
    4444    <listitem>
    45       <para>June 4th 2012</para>
     45      <para>June 5th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - Updated Libre Office to 3.5.4.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
     54      <para>June 4th, 2012</para>
    4655      <itemizedlist>
    4756        <listitem>
  • xsoft/office/libreoffice.xml

    race536a r19d81f7  
    88    "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;/libreoffice-core-&libreoffice-version;.2.tar.xz">
    99  <!ENTITY libreoffice-core-download-ftp  " ">
    10   <!ENTITY libreoffice-core-md5sum        "d22cd79e7463ac4caf0a4b47d78a82ac">
     10  <!ENTITY libreoffice-core-md5sum        "61afc900785dd7d071b96d9ab0af46f3">
    1111  <!ENTITY libreoffice-core-size          "99 MB">
    1212  <!ENTITY libreoffice-buildsize          "6.1 GB (337 MB installed)">
     
    214214done          &amp;&amp;
    215215unset SOFFICE &amp;&amp;
    216 ln -s ../lib/libreoffice/program/spadmin /usr/bin/printeradmin &amp;&amp;
    217 ln -s ../lib/libreoffice/program/unopkg /usr/bin                &amp;&amp;
     216ln -sf ../lib/libreoffice/program/spadmin /usr/bin/printeradmin &amp;&amp;
     217ln -sf ../lib/libreoffice/program/unopkg /usr/bin               &amp;&amp;
    218218cp sysui/desktop/man/{libreoffice,unopkg}.1 /usr/share/man/man1 &amp;&amp;
    219219for res in 16 32 48 128 256
     
    282282    <para>
    283283      <option>--with-lang="pt-BR"</option>: This option sets what languages to
    284       support. en-US is always included by default. For a list of the available
    285       options: <command>ls translations/source</command>.
     284      support. en-US is always included by default. To list several languages,
     285      separate them with a space. For all languages, use --with-lang=ALL
     286      <!-- For a list of the available options:
     287      <command>ls translations/source</command>. -->
    286288    </para>
    287289
Note: See TracChangeset for help on using the changeset viewer.