Ignore:
Timestamp:
03/05/2024 12:38:49 AM (8 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
ken/TL2024, trunk, xry111/llvm18
Children:
16450f39
Parents:
3f40f5a
Message:

Preliminry update to kf6-6.0.0.

This update replaces kf5. In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth. For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions, These include qca, polkit-qt, and
phonon. A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    r3f40f5a rb60f1ce  
    8585    <xref linkend="make-ca"/>,
    8686    <xref linkend="cmake"/>,
    87     <xref linkend="qt5"/>, and
     87    <xref linkend="qt6"/>, and
    8888    <xref linkend="which"/>
    8989    </para>
     
    122122cd    build &amp;&amp;
    123123
    124 cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR            \
     124cmake -DCMAKE_INSTALL_PREFIX=$QT6DIR            \
    125125      -DCMAKE_BUILD_TYPE=Release                \
     126      -DQT6=ON                                  \
    126127      -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
    127128      .. &amp;&amp;
     
    148149      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
    149150      used to apply a higher level of compiler optimizations.
     151    </para>
     152
     153    <para>
     154      <parameter>-DQT6=ON</parameter>:
     155      Ensure the packages is built with <xref linkend="qt6"/>.
    150156    </para>
    151157
     
    166172
    167173      <seglistitem>
    168         <seg>mozcerts-qt5 and qcatool-qt5</seg>
     174        <seg>mozcerts-qt6 and qcatool-qt6</seg>
    169175        <seg>
    170           libqca-qt5.so,
     176          libqca-qt6.so,
    171177          libqca-cyrus-sasl.so,
    172178          libqca-gcrypt.so,
     
    178184        </seg>
    179185        <seg>
    180           &qt5-dir;/include/Qca-qt5,
    181           &qt5-dir;/lib/cmake/Qca-qt5, and
    182           &qt5-dir;/lib/qca-qt5
     186          &qt6-dir;/include/Qca-qt6,
     187          &qt6-dir;/lib/cmake/Qca-qt6, and
     188          &qt6-dir;/lib/qca-qt6
    183189        </seg>
    184190      </seglistitem>
     
    191197
    192198      <varlistentry id="mozcerts">
    193         <term><command>mozcerts-qt5</command></term>
     199        <term><command>mozcerts-qt6</command></term>
    194200        <listitem>
    195201          <para>
     
    198204          </para>
    199205          <indexterm zone="qca mozcerts">
    200             <primary sortas="b-mozcerts">mozcerts-qt5</primary>
     206            <primary sortas="b-mozcerts">mozcerts-qt6</primary>
    201207          </indexterm>
    202208        </listitem>
     
    204210
    205211      <varlistentry id="qcatool">
    206         <term><command>qcatool-qt5</command></term>
     212        <term><command>qcatool-qt6</command></term>
    207213        <listitem>
    208214          <para>
     
    211217          </para>
    212218          <indexterm zone="qca qcatool">
    213             <primary sortas="b-qcatool">qcatool-qt5</primary>
     219            <primary sortas="b-qcatool">qcatool-qt6</primary>
    214220          </indexterm>
    215221        </listitem>
     
    217223
    218224      <varlistentry id="libqca">
    219         <term><filename class="libraryfile">libqca-qt5.so</filename></term>
     225        <term><filename class="libraryfile">libqca-qt6.so</filename></term>
    220226        <listitem>
    221227          <para>
     
    223229          </para>
    224230          <indexterm zone="qca libqca">
    225             <primary sortas="c-libqca">libqca-qt5.so</primary>
     231            <primary sortas="c-libqca">libqca-qt6.so</primary>
    226232          </indexterm>
    227233        </listitem>
Note: See TracChangeset for help on using the changeset viewer.