Changeset ae93d7e


Ignore:
Timestamp:
02/21/2016 12:31:13 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4b92d8d
Parents:
5b117af
Message:

libreoffice: gtk+-3 is now the default (if present), but gtk+-2 is still needed for the gtk-plugin, so recommend both of them.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5b117af rae93d7e  
    4848      <para>February 20th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Libreoffice prefers gtk3, but also wants
     52          gtk2. Fixes
     53          <ulink url="&blfs-ticket-root;7482">#7482</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[ken] - Update to ImageMagick-6.9.3-5. Fixes
  • xsoft/office/libreoffice.xml

    r5b117af rae93d7e  
    194194      <xref linkend="graphite2"/>,
    195195      <xref linkend="gst10-plugins-base"/>,
    196       <xref linkend="gtk2"/>,
     196      <xref linkend="gtk3"/> and
     197      <xref linkend="gtk2"/> (see <quote>Command Explanations</quote>),
    197198      <xref linkend="harfbuzz"/>,
    198199      <xref linkend="icu"/>,
     
    226227      <xref linkend="doxygen"/> (not relevant if using --disable-odk),
    227228      <xref linkend="gdb"/>,
    228       <xref linkend="gtk3"/> (see <quote>Command Explanations</quote>),
    229229      <xref linkend="kdelibs"/>,
    230230      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     
    651651
    652652    <para>
     653      <option>--disable-gtk3</option>: Use this switch if you want to use only
     654      <application>GTK+-2</application> here, but have already installed
     655      <application>GTK+-3</application> which is used as the default if it is
     656      present. Note that a <application>GTK+-3</application> build still
     657      requires <application>GTK+-2</application> to build the gtk-plugin.
     658    </para>
     659
     660    <para>
    653661      <option>--disable-postgresql-sdbc</option>: This switch disables compiling
    654662      <application>LibreOffice</application> with the ability to connect to a
     
    659667      <application>LibreOffice</application> to use that rather than compile its
    660668      own copy, use the <option>--with-system-postgresql</option> switch.
    661     </para>
    662 
    663     <para>
    664       <option>--enable-gtk3</option>: Use this switch if you want to build the
    665       <application>GTK+ 3</application> integration module. This is
    666       experimental and may not work.
    667669    </para>
    668670
Note: See TracChangeset for help on using the changeset viewer.