Ignore:
Timestamp:
06/05/2016 12:46:57 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
eb3dbe3
Parents:
87f9b815
Message:

Remove references to qt4 in poppler, cmake,
doxygen, qca, and pinentry

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    r87f9b815 r67b1a0a  
    3535    the implementation, using plugins known as Providers.</para>
    3636
    37     &lfs79_checked;
     37    &lfs79_checked;&gcc6_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6565    <xref linkend="cacerts"/>,
    6666    <xref linkend="cmake"/>,
    67     <xref linkend="qt4"/> or <xref linkend="qt5"/>, and
     67    <xref linkend="qt5"/>, and
    6868    <xref linkend="which"/>
    6969    </para>
     
    9595<screen><userinput>sed -i 's/BSD/DEFAULT/' CMakeLists.txt</userinput></screen>
    9696
    97     <para>This package can be built against <xref linkend="qt4"/> or <xref linkend="qt5"/>.
    98     If using qt4, run:</para>
    99 
    100 <screen><userinput>QT_DIR=&qt4-dir; &amp;&amp;
    101 QT4_BUILD=ON</userinput></screen>
    102 
    103     <para>If using qt5, run:</para>
    104 
    105 <screen><userinput>QT_DIR=&qt5-dir; &amp;&amp;
    106 QT4_BUILD=OFF</userinput></screen>
    107 
    10897    <para>Install <application>Qca</application> by running the following
    10998    commands:</para>
     
    112101cd    build &amp;&amp;
    113102
    114 cmake -DCMAKE_INSTALL_PREFIX=$QT_DIR            \
     103cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR            \
    115104      -DCMAKE_BUILD_TYPE=Release                \
    116       -DQT4_BUILD=$QT4_BUILD                    \
    117105      -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
    118106      ..                                        &amp;&amp;
    119 unset QT_DIR QT4_BUILD                          &amp;&amp;
    120107
    121108make</userinput></screen>
     
    135122    used to apply a higher level of compiler optimizations.</para>
    136123
    137     <para><parameter>-DQT4_BUILD=ON</parameter>: This switch is used to force
    138     building with Qt4 even if Qt5 is found.</para>
    139 
    140124    <para><parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
    141125    Install the qca man page in the normal location.</para>
     
    152136
    153137      <seglistitem>
    154         <seg>mozcerts and qcatool (if building with Qt5, the binaries have a -qt5 suffix)</seg>
    155         <seg>libqca.so (libqca-qt5.so if building with Qt5) and plugins at &qt4-dir;/lib/qca/crypto</seg>
     138        <seg>mozcerts-qt5 and qcatool-qt5</seg>
     139        <seg>libqca-qt5.so</seg>
    156140        <seg>
    157           &qt4-dir;/include/QtCrypto (or &qt5-dir;/include/Qca-qt5),
    158           &qt4-dir;/lib/cmake/Qca (or &qt5-dir;/lib/cmake/Qca-qt5) and
    159           &qt4-dir;/lib/qca (or &qt5-dir;/lib/qca-qt5)
     141          &qt5-dir;/include/Qca-qt5,
     142          &qt5-dir;/lib/cmake/Qca-qt5, and
     143          &qt5-dir;/lib/qca-qt5
    160144        </seg>
    161145      </seglistitem>
     
    168152
    169153      <varlistentry id="mozcerts">
    170         <term><command>mozcerts</command></term>
     154        <term><command>mozcerts-qt5</command></term>
    171155        <listitem>
    172156          <para>is a command line tool for converting certdata.txt into
    173157          outfile.pem files.</para>
    174158          <indexterm zone="qca mozcerts">
    175             <primary sortas="b-mozcerts">mozcerts</primary>
     159            <primary sortas="b-mozcerts">mozcerts-qt5</primary>
    176160          </indexterm>
    177161        </listitem>
     
    179163
    180164      <varlistentry id="qcatool">
    181         <term><command>qcatool</command></term>
     165        <term><command>qcatool-qt5</command></term>
    182166        <listitem>
    183167          <para>is a command line tool for performing various cryptographic
    184168          operations with Qca.</para>
    185169          <indexterm zone="qca qcatool">
    186             <primary sortas="b-qcatool">qcatool</primary>
     170            <primary sortas="b-qcatool">qcatool-qt5</primary>
    187171          </indexterm>
    188172        </listitem>
     
    190174
    191175      <varlistentry id="libqca">
    192         <term><filename class='libraryfile'>libqca.so</filename></term>
     176        <term><filename class='libraryfile'>libqca-qt5.so</filename></term>
    193177        <listitem>
    194178          <para>is the Qt Cryptography Architecture (Qca) library.</para>
    195179          <indexterm zone="qca libqca">
    196             <primary sortas="c-libqca">libqca.so</primary>
     180            <primary sortas="c-libqca">libqca-qt5.so</primary>
    197181          </indexterm>
    198182        </listitem>
Note: See TracChangeset for help on using the changeset viewer.