Changeset 14ea7e8 for xsoft


Ignore:
Timestamp:
02/01/2014 09:46:04 PM (10 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.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:
170c65d
Parents:
a039b3b
Message:

Update to raptor2-2.0.13, bluefish-2.2.5, gnutls-3.2.10 and mysql-5.6.16. LibreOffice-4.2.0.4: fixes, thanks Armin K; formatting and easier choice of prefix.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    ra039b3b r14ea7e8  
    298298      large size of the package, the user may prefer to install in
    299299      <filename class="directory">/opt</filename>, instead of
    300       <filename class="directory">/usr</filename>. In order to do that, replace
    301       <filename class="directory">/usr</filename> by
     300      <filename class="directory">/usr</filename>. Depending on your choice,
     301      replace <replaceable>&lt;PREFIX&gt;</replaceable> by
     302      <filename class="directory">/usr</filename> or by
    302303      <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>
    303       in the rest of the page, including
    304       <parameter>--prefix=/usr</parameter>, but not in the commands fixing the
    305       menu icons. Prepare <application>LibreOffice</application> for
    306       compilation by running the following commands:
     304      in the rest of the page. Prepare <application>LibreOffice</application>
     305      for compilation by running the following commands:
    307306    </para>
    308307
    309308<screen><userinput>sed -e "/gzip -f/d"   \
    310309    -e "s|.1.gz|.1|g" \
    311     -i bin/distro-install-desktop-integration &amp;&amp;
     310    -i bin/distro-install-desktop-integration        &amp;&amp;
    312311sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    313312
    314 chmod -v +x bin/unpack-sources &amp;&amp;
     313chmod -v +x bin/unpack-sources                     &amp;&amp;
    315314sed -e "s/target\.mk/langlist\.mk/"                \
    316315    -e "s/tar -xf/tar -x --strip-components=1 -f/" \
    317316    -e "/tar -x/s/lo_src_dir/start_dir/"           \
    318     -i bin/unpack-sources &amp;&amp;
    319 
    320 ./autogen.sh --prefix=/usr              \
    321              --sysconfdir=/etc          \
    322              --with-vendor="BLFS"       \
    323              --with-lang="en-US pt-BR"  \
    324              --with-help                \
    325              --with-alloc=system        \
    326              --without-java             \
    327              --disable-gconf            \
    328              --disable-odk              \
    329              --disable-postgresql-sdbc  \
    330              --enable-release-build=yes \
    331              --enable-python=system     \
    332              --with-system-boost        \
    333              --with-system-clucene      \
    334              --with-system-cairo        \
    335              --with-system-curl         \
    336              --with-system-expat        \
    337              --with-system-harfbuzz     \
    338              --with-system-icu          \
    339              --with-system-jpeg         \
    340              --with-system-lcms2        \
    341              --with-system-libpng       \
    342              --with-system-libxml       \
    343              --with-system-mesa-headers \
    344              --with-system-neon         \
     317    -i bin/unpack-sources                          &amp;&amp;
     318
     319./autogen.sh --prefix=<replaceable>&lt;PREFIX&gt;</replaceable>           \
     320             --sysconfdir=/etc           \
     321             --with-vendor="BLFS"        \
     322             --with-lang="en-US pt-BR"   \
     323             --with-help                 \
     324             --with-alloc=system         \
     325             --without-java              \
     326             --disable-gconf             \
     327             --disable-odk               \
     328             --disable-postgresql-sdbc   \
     329             --enable-release-build=yes  \
     330             --enable-python=system      \
     331             --with-system-boost         \
     332             --with-system-clucene       \
     333             --with-system-cairo         \
     334             --with-system-curl          \
     335             --with-system-expat         \
     336             --with-system-harfbuzz      \
     337             --with-system-icu           \
     338             --with-system-jpeg          \
     339             --with-system-lcms2         \
     340             --with-system-libpng        \
     341             --with-system-libxml        \
     342             --with-system-mesa-headers  \
     343             --with-system-neon          \
    345344             --with-system-npapi-headers \
    346              --with-system-nss          \
    347              --with-system-odbc         \
    348              --with-system-openldap     \
    349              --with-system-openssl      \
    350              --with-system-poppler      \
    351              --with-system-redland      \
    352              --with-system-zlib         \
     345             --with-system-nss           \
     346             --with-system-odbc          \
     347             --with-system-openldap      \
     348             --with-system-openssl       \
     349             --with-system-poppler       \
     350             --with-system-redland       \
     351             --with-system-zlib          \
    353352             --with-parallelism=$(getconf _NPROCESSORS_ONLN)</userinput></screen>
    354353
     
    369368    </para>
    370369
    371 <screen role="root"><userinput>make distro-pack-install</userinput></screen>
     370<screen role="root"><userinput>make distro-pack-install                                  &amp;&amp;
     371install -v -m755 -d <replaceable>&lt;PREFIX&gt;</replaceable>/share/appdata                &amp;&amp;
     372install -v -m644    sysui/desktop/appstream-appdata/*.xml \
     373                    <replaceable>&lt;PREFIX&gt;</replaceable>/share/appdata</userinput></screen>
    372374
    373375    <para>
     
    376378    </para>
    377379
    378 <screen role="root"><userinput>chown -cR 0:0 dictionaries/                                                  &amp;&amp;
    379 mkdir -pv /usr/lib/libreoffice/share/extensions/dict-en                      &amp;&amp;
    380 cp -vR dictionaries/en/*    /usr/lib/libreoffice/share/extensions/dict-en    &amp;&amp;
    381 mkdir -pv /usr/lib/libreoffice/share/extensions/dict-pt-BR                   &amp;&amp;
    382 cp -vR dictionaries/pt_BR/* /usr/lib/libreoffice/share/extensions/dict-pt-BR</userinput></screen>
     380<screen role="root"><userinput>chown -cR 0:0 dictionaries/                                                      &amp;&amp;
     381mkdir -pv <replaceable>&lt;PREFIX&gt;</replaceable>/lib/libreoffice/share/extensions/dict-en                      &amp;&amp;
     382cp -vR dictionaries/en/*    <replaceable>&lt;PREFIX&gt;</replaceable>/lib/libreoffice/share/extensions/dict-en    &amp;&amp;
     383mkdir -pv <replaceable>&lt;PREFIX&gt;</replaceable>/lib/libreoffice/share/extensions/dict-pt-BR                   &amp;&amp;
     384cp -vR dictionaries/pt_BR/* <replaceable>&lt;PREFIX&gt;</replaceable>/lib/libreoffice/share/extensions/dict-pt-BR</userinput></screen>
    383385
    384386    <para>
     
    386388       <filename class="directory">/usr</filename> by
    387389       <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>.
    388        If installed in <filename class="directory">/opt</filename> and there
    389        are no icons in the new items of the desktop menu, optionally run
    390        the following commands, as <systemitem class="username">root</systemitem>
    391        user (it may be necessary to logout the session, before the
    392        icons appear):
     390       If installed in <filename class="directory">/opt</filename> and the
     391       icons in the new items of the desktop menu are not properly displayed,
     392       optionally run the following commands, as
     393       <systemitem class="username">root</systemitem> user (it may be necessary
     394       to logout the session, before the icons appear):
    393395    </para>
    394396
     
    490492      as a Developer Build, because their default installation paths and user
    491493      profile paths are different. Developer Build displays the words "Dev" and
    492       "LibreOfficeDev" in several places (e.g, menu and splash scren).
     494      "Beta" in several places (e.g, menu and splash scren).
    493495    </para>
    494496
     
    562564          loimpress, lomath, loweb, lowriter, soffice and unopkg;
    563565          several programs under
    564           <userinput>&lt;prefix&gt;</userinput>/lib/libreoffice/program
     566          <userinput><replaceable>&lt;PREFIX&gt;</replaceable></userinput>/lib/libreoffice/program
    565567        </seg>
    566568        <seg>
    567569          several libraries under
    568           <userinput>&lt;prefix&gt;</userinput>/lib/libreoffice/{ure/lib,program}
     570          <userinput><replaceable>&lt;PREFIX&gt;</replaceable></userinput>/lib/libreoffice/{ure/lib,program}
    569571        </seg>
    570572        <seg>
    571           <userinput>&lt;prefix&gt;</userinput>/lib/libreoffice
     573          <userinput><replaceable>&lt;PREFIX&gt;</replaceable></userinput>/lib/libreoffice
    572574        </seg>
    573575      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.