Changeset 691fc571 for general/genlib


Ignore:
Timestamp:
04/18/2019 04:46:53 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c2da37d4
Parents:
f004db1
Message:

Update to qca-2.2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    rf004db1 r691fc571  
    77  <!ENTITY qca-download-http "http://download.kde.org/stable/qca/&qca-version;/src/qca-&qca-version;.tar.xz">
    88  <!ENTITY qca-download-ftp  " ">
    9   <!ENTITY qca-md5sum        "5019cc29efcf828681cd93164238ce26">
    10   <!ENTITY qca-size          "672 KB">
    11   <!ENTITY qca-buildsize     "28 MB">
    12   <!ENTITY qca-time          "0.5 SBU (using parallelism=4; add 0.6 SBU for tests)">
     9  <!ENTITY qca-md5sum        "293e3bfe67ef72e36becba0e4c068f7e">
     10  <!ENTITY qca-size          "676 KB">
     11  <!ENTITY qca-buildsize     "30 MB">
     12  <!ENTITY qca-time          "0.6 SBU (using parallelism=4; add 1.0 SBU for tests)">
    1313]>
    1414
     
    5858      </listitem>
    5959    </itemizedlist>
    60    
     60<!--   
    6161    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing="compact">
     
    6868      </listitem>
    6969    </itemizedlist>
    70 
     70-->
    7171    <bridgehead renderas="sect3">Qca Dependencies</bridgehead>
    7272
     
    8888    <xref linkend="nspr"/>,
    8989    <xref linkend="p11-kit"/>,
    90     <xref linkend="doxygen"/>, and
    91     <xref linkend="which"/>
     90    <xref linkend="doxygen"/>,
     91    <xref linkend="which"/>, and
     92    <ulink url="https://botan.randombit.net/">Botan</ulink>
    9293    </para>
    9394
     
    99100  <sect2 role="installation">
    100101    <title>Installation of Qca</title>
    101 
     102<!--
    102103    <para>Use <application>openssl-1.1</application>:</para>
    103104
    104105<screen><userinput>patch -Np1 -i ../qca-2.1.3-openssl-1.patch</userinput></screen>
    105 
     106-->
    106107    <para>Fix the location of the CA certificates:</para>
    107108
     
    114115cd    build &amp;&amp;
    115116
    116 cmake -DCMAKE_INSTALL_PREFIX=/usr                                \
    117       -DCMAKE_BUILD_TYPE=Release                                 \
    118       -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man                  \
    119       ..                                                         &amp;&amp;
     117cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR            \
     118      -DCMAKE_BUILD_TYPE=Release                \
     119      -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
     120      .. &amp;&amp;
    120121make</userinput></screen>
    121122
    122       <!--      -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0             \
    123       -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so       \
    124       -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so \ -->
    125 
    126     <para>To test the results, issue <command>make test</command>. One
    127     test is known to fail.</para>
     123    <para>To test the results, issue <command>make test</command>. One test
     124    using <xref linkend="gnupg2"/> fails without a correct passphrase.  The
     125    required passphrase does not seem to be published.</para>
    128126
    129127    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.