Changeset 0c77b5ab
- Timestamp:
- 02/27/2014 12:19:13 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2a00b77
- Parents:
- 8ca5c82
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8ca5c82 r0c77b5ab 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 6"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 2 6th, &year;">9 <!ENTITY releasedate "February 27th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r8ca5c82 r0c77b5ab 46 46 47 47 <listitem> 48 <para>February 27th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[igor] - Set an environment variable for libreoffice installation 52 prefix. Fixes <ulink url="&blfs-ticket-root;4725">#4725</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 48 58 <para>February 26th, 2014</para> 49 59 <itemizedlist> -
xsoft/office/libreoffice.xml
r8ca5c82 r0c77b5ab 293 293 294 294 <para> 295 In the rest of the page, locales "en-US" and "pt-BR" are examples; the 296 user will change them to suit his needs - you might want to read the 297 "Command Explanations", further below, before proceeding. Due to the 298 large size of the package, the user may prefer to install in 295 In the rest of the page, locales "en-US" and "pt-BR" are examples; you 296 can change them to suit your needs - you might want to read the 297 "Command Explanations", further below, before proceeding. 298 </para> 299 300 <para> 301 Due to the large size of the package, you may prefer to install it in 299 302 <filename class="directory">/opt</filename>, instead of 300 303 <filename class="directory">/usr</filename>. Depending on your choice, 301 304 replace <replaceable><PREFIX></replaceable> by 302 305 <filename class="directory">/usr</filename> or by 303 <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename> 304 in the rest of the page. Prepare <application>LibreOffice</application> 305 for compilation by running the following commands: 306 <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>: 307 </para> 308 309 <screen><userinput>export LO_PREFIX=<replaceable><PREFIX></replaceable></userinput></screen> 310 311 <para> 312 Prepare <application>LibreOffice</application> for compilation by running 313 the following commands: 306 314 </para> 307 315 … … 317 325 -i bin/unpack-sources && 318 326 319 ./autogen.sh --prefix= <replaceable><PREFIX></replaceable>\327 ./autogen.sh --prefix=$LO_PREFIX \ 320 328 --sysconfdir=/etc \ 321 329 --with-vendor="BLFS" \ … … 370 378 371 379 <screen role="root"><userinput>make distro-pack-install && 372 install -v -m755 -d <replaceable><PREFIX></replaceable>/share/appdata &&380 install -v -m755 -d $LO_PREFIX/share/appdata && 373 381 install -v -m644 sysui/desktop/appstream-appdata/*.xml \ 374 <replaceable><PREFIX></replaceable>/share/appdata</userinput></screen>382 $LO_PREFIX/share/appdata</userinput></screen> 375 383 376 384 <para> … … 380 388 381 389 <screen role="root"><userinput>chown -cR 0:0 dictionaries/ && 382 mkdir -pv <replaceable><PREFIX></replaceable>/lib/libreoffice/share/extensions/dict-en && 383 cp -vR dictionaries/en/* <replaceable><PREFIX></replaceable>/lib/libreoffice/share/extensions/dict-en && 384 mkdir -pv <replaceable><PREFIX></replaceable>/lib/libreoffice/share/extensions/dict-pt-BR && 385 cp -vR dictionaries/pt_BR/* <replaceable><PREFIX></replaceable>/lib/libreoffice/share/extensions/dict-pt-BR</userinput></screen> 386 387 <para> 388 In the following, do not replace 389 <filename class="directory">/usr</filename> by 390 <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename>. 391 If installed in <filename class="directory">/opt</filename> and the 392 icons in the new items of the desktop menu are not properly displayed, 390 mkdir -pv $LO_PREFIX/lib/libreoffice/share/extensions/dict-en && 391 cp -vR dictionaries/en/* $LO_PREFIX/lib/libreoffice/share/extensions/dict-en && 392 mkdir -pv $LO_PREFIX/lib/libreoffice/share/extensions/dict-pt-BR && 393 cp -vR dictionaries/pt_BR/* $LO_PREFIX/lib/libreoffice/share/extensions/dict-pt-BR</userinput></screen> 394 395 <para> 396 If installed in <filename class="directory">/opt/libreoffice-&libreoffice-dlversion;</filename> 397 and the icons in the new items of the desktop menu are not properly displayed, 393 398 optionally run the following commands, as 394 399 <systemitem class="username">root</systemitem> user (it may be necessary … … 565 570 loimpress, lomath, loweb, lowriter, soffice and unopkg; 566 571 several programs under 567 <userinput><replaceable><PREFIX></replaceable></userinput>/lib/libreoffice/program572 $LO_PREFIX/lib/libreoffice/program 568 573 </seg> 569 574 <seg> 570 575 several libraries under 571 <userinput><replaceable><PREFIX></replaceable></userinput>/lib/libreoffice/{ure/lib,program}576 $LO_PREFIX/lib/libreoffice/{ure/lib,program} 572 577 </seg> 573 578 <seg> 574 <userinput><replaceable><PREFIX></replaceable></userinput>/lib/libreoffice579 $LO_PREFIX/lib/libreoffice 575 580 </seg> 576 581 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.