Changeset d83f555 for xsoft


Ignore:
Timestamp:
09/02/2013 12:23:48 PM (11 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.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:
745db80
Parents:
e84bbfc8
Message:

Update to LibreOffice-4.1.1. Instructions to optionally build in opt are restored

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    re84bbfc8 rd83f555  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "5311656e1b54eadd4b93f948dfd5e68e">
     10  <!ENTITY libreoffice-core-md5sum        "4eb8fd2b0d1177d19b2f797faabc4ea2">
    1111  <!ENTITY libreoffice-core-size          "117 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "2bbe7adab2b9bc0042c72ba60c30acc4">
     14  <!ENTITY libreoffice-dict-md5sum        "482c3ba55f6062eaf49eb493200643c9">
    1515  <!ENTITY libreoffice-dict-size          "35 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "e2cd3b63e3050771a1330fc98e41a701">
     18  <!ENTITY libreoffice-help-md5sum        "f6b418a1ed94ef9d5ee30e9f5d7f305a">
    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        "1f4438828cbcf83c257742482dade3ef">
    23   <!ENTITY libreoffice-translations-size          "123 MB">
    24 
    25   <!ENTITY libreoffice-buildsize          "6.1 GB (415 MB installed)">
    26   <!ENTITY libreoffice-time               "80 SBU">
     22  <!ENTITY libreoffice-translations-md5sum        "e8c69bdb55586531cc192904467f5e24">
     23  <!ENTITY libreoffice-translations-size          "124 MB">
     24
     25  <!ENTITY libreoffice-buildsize          "7.8 GB (509 MB installed)">
     26  <!ENTITY libreoffice-time               "173 SBU">
    2727]>
    2828
     
    132132    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    133133    <itemizedlist spacing="compact">
    134       <listitem>
    135         <para>
    136           Required patch:
    137           <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-system_poppler-1.patch"/>
    138         </para>
    139       </listitem>
    140134      <listitem>
    141135        <para>
     
    290284      In the rest of the page, locales "en-US" and "pt-BR" are examples; the
    291285      user will change them to suit his needs - you might want to read the
    292       "Command Explanations", further below, before proceeding. Prepare
    293       <application>LibreOffice</application> for compilation by running the
    294       following commands:
     286      "Command Explanations", further below, before proceeding. Due to the
     287      large size of the package, the user may prefer to install in
     288      <filename class="directory">/opt</filename>, instead of
     289      <filename class="directory">/usr</filename>. In order to do that, replace
     290      <filename class="directory">/usr</filename> by
     291      <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>
     292      in the rest of the page, except in the commands fixing the menu icons.
     293      Prepare <application>LibreOffice</application> for compilation by running
     294      the following commands:
    295295    </para>
    296296
     
    307307
    308308patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-system_neon-1.patch    &amp;&amp;
    309 patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-system_poppler-1.patch &amp;&amp;
    310309./autogen.sh --prefix=/usr              \
    311310             --sysconfdir=/etc          \
     
    369368cp -vR dictionaries/pt_BR/* /usr/lib/libreoffice/share/extensions/dict-pt-BR</userinput></screen>
    370369
     370    <para>
     371       In the following, do not replace
     372       <filename class="directory">/usr</filename> by
     373       <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>.
     374       If the prefix used is <filename class="directory">/opt</filename> and
     375       there are no icons in the new items of the desktop menu, optionally run
     376       the following commands, as <systemitem class="username">root</systemitem>
     377       user (it may be necessary to logout the session, before the
     378       icons appear):
     379    </para>
     380
     381<screen role="root"><userinput>mkdir -pv /usr/share/pixmaps &amp;&amp;
     382for i in writer base calc draw impress math startcenter writer
     383do
     384  ln -svf /opt/libreoffice-&libreoffice-dlversion;/share/icons/hicolor/32x32/apps/libreoffice-$i.png \
     385          /usr/share/pixmaps/
     386done
     387unset i</userinput></screen>
     388
    371389  </sect2>
    372390
Note: See TracChangeset for help on using the changeset viewer.