Ignore:
Timestamp:
05/29/2024 05:04:33 PM (4 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
2adbfb6e
Parents:
7b51d98
Message:

Libreoffice: update the command explanations to use KDE Plasma 6

This also includes changes to use Qt6 instead of Qt5 since we have no
more Qt5 DEs in the book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r7b51d98 r768a7aa  
    736736    </para>
    737737
    738     <para>
    739       <option>--enable-gtk3-kde5</option>: This switch allows the Visual Class
     738<!-- This needs KF5, and has not been ported to KF6. However, enable-kf6 brings
     739     in a new VCL plugin so that it works properly in Plasma 6, so it's not
     740     needed.
     741    <para>
     742      <option>- -enable-gtk3-kde5</option>: This switch allows the Visual Class
    740743      Library, which is responsible for widgets, to be built with KF5 file
    741744      dialogs if GTK+-3, Qt5 and Plasma are all available.
    742745    </para>
     746-->
    743747
    744748    <para>
     
    770774    </para>
    771775
    772     <para>
    773       <!-- Brings in - -enable-qt5 as well. -->
    774       <option>--enable-kf5</option>: Builds with KDE/Plasma integration. If
     776<!-- We no longer carry KDE 5, so let's only cover KDE 6.
     777    <para>
     778      <option>- -enable-kf5</option>: Builds with KDE/Plasma integration. If
    775779      &qt5-deps; and/or <xref linkend="kf6-frameworks"/> are not
    776780      installed in <filename class="directory">/usr</filename>, the include
     
    779783      respectively.
    780784    </para>
    781 
     785-->
    782786    <para>
    783787      <option>--enable-evolution2</option>: Enables support for Evolution
     
    786790    </para>
    787791
    788     <para>
    789       <option>--enable-qt5</option>: This switch enables support for integration
     792<!-- Let's not encourage the use of Qt5 since LXQt and Plasma now use Qt6.
     793    <para>
     794      <option>- -enable-qt5</option>: This switch enables support for integration
    790795      with Qt5 and the Qt5 theming engine. If &qt5-deps; is not installed in
    791796      <filename class="directory">/usr</filename>, the include and library
     
    793798      <envar>QT5LIB</envar> environment variables.
    794799    </para>
     800-->
    795801
    796802    <para>
     
    803809
    804810    <para>
     811      <option>--enable-kf6</option>: Builds with KDE/Plasma integration. If
     812      <xref linkend="qt6"/> and/or <xref linkend="kf6-frameworks"/> are not
     813      installed in <filename class="directory">/usr</filename>, the include
     814      and library directories must be specified in <envar>QT6INC</envar>,
     815      <envar>QT6LIB</envar>, <envar>KF6INC</envar>, and <envar>KF6LIB</envar>,
     816      respectively. This includes a style plugin and KIO integration.
     817    </para>
     818
     819    <para>
    805820      <option>--with-system-abseil</option>: This switch enables using a system
    806821      version of the Abseil C++ libraries instead of the bundled copy. Add this
     
    808823      it instead of the bundled copy.
    809824    </para>
    810 
    811     <!-- For when we add KDE 6 to the book next cycle.
    812     <para>
    813       <!- - Brings in - -enable-qt5 as well. - ->
    814       <option>- -enable-kf6</option>: Builds with KDE/Plasma integration. If
    815       <xref linkend="qt6"/> and/or <xref linkend="kf6-frameworks"/> are not
    816       installed in <filename class="directory">/usr</filename>, the include
    817       and library directories must be specified in <envar>QT6INC</envar>,
    818       <envar>QT6LIB</envar>, <envar>KF6INC</envar>, and <envar>KF6LIB</envar>,
    819       respectively.
    820     </para>
    821     -->
    822825
    823826  </sect2>
Note: See TracChangeset for help on using the changeset viewer.