Author: bdubbs
Date: Mon Aug 27 20:56:53 2018
New Revision: 20420

Log:
Tag libreoffice

Some instructions were changed because the package requires some
older versions of boost and openssl.

Modified:
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml     Mon Aug 27 20:46:06 2018        
(r20419)
+++ trunk/BOOK/xsoft/office/libreoffice.xml     Mon Aug 27 20:56:53 2018        
(r20420)
@@ -54,7 +54,7 @@
       and is descended from <application>OpenOffice.org</application>.
     </para>
 
-    &lfs82_checked;
+    &lfs83_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -175,7 +175,7 @@
     <para role="recommended">
       <xref linkend="apache-ant"/>,
       <xref linkend="apr"/>,
-      <xref linkend="boost"/>,
+      <!-- <xref linkend="boost"/>,  Needs version 0.66.0 -->
       <xref linkend="clucene"/>,
       <xref linkend="cups"/>,
       <xref linkend="curl"/>,
@@ -362,7 +362,6 @@
              --enable-release-build=yes  \
              --enable-python=system      \
              --with-system-apr           \
-             --with-system-boost         \
              --with-system-cairo         \
              --with-system-clucene       \
              --with-system-curl          \
@@ -379,13 +378,16 @@
              --with-system-nss           \
              --with-system-odbc          \
              --with-system-openldap      \
-             --with-system-openssl       \
              --with-system-poppler       \
              --with-system-postgresql    \
              --with-system-redland       \
              --with-system-serf          \
              --with-system-zlib</userinput></screen>
 
+<!--  Use the versions make downloads:
+             - -with-system-boost         \ Needs version 0.66.0
+             - -with-system-openssl       \ Meeds version 1.0.2
+-->
     <para>
       The instructions below will only build the package without running
       any unit tests. If you prefer to run the unit tests, replace
@@ -419,6 +421,9 @@
   # This symlink is necessary for the desktop menu entries
   ln -svf $LO_PREFIX/lib/libreoffice/program/soffice /usr/bin/libreoffice 
&amp;&amp;
 
+  # Set up a generic location independent of version number
+  ln -sfv $LO_PREFIX /opt/libreoffice 
+
   # Icons
   mkdir -vp /usr/share/pixmaps
   for i in $LO_PREFIX/share/icons/hicolor/32x32/apps/*; do
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to