Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    ra171a54 r48771ae  
    88  <!ENTITY gpgme-download-ftp  "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
    99  <!ENTITY gpgme-download-ftp  " ">
    10   <!ENTITY gpgme-md5sum        "e31b9e0efc5a2e1ec1bbed22e7a082a4">
    11   <!ENTITY gpgme-size          "1.6 MB">
    12   <!ENTITY gpgme-buildsize     "222 MB">
    13   <!ENTITY gpgme-time          "0.8 SBU (with parallelism=4; with all bindings, add 0.7 SBU for tests)">
     10  <!ENTITY gpgme-md5sum        "98f25a7e494d294c4b2c1a769113510e">
     11  <!ENTITY gpgme-size          "1.7 MB">
     12  <!ENTITY gpgme-buildsize     "168 MB (Add 33 MB for tests)">
     13  <!ENTITY gpgme-time          "0.7 SBU (with all bindings, add 0.8 SBU for tests; all with parallelism=4)">
    1414]>
    1515
     
    1717  <?dbhtml filename="gpgme.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>GPGME-&gpgme-version;</title>
     
    4037    </para>
    4138
    42     &lfs110a_checked;
     39    &lfs112_checked;
    4340
    4441    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7269        <para>
    7370          Estimated build time: &gpgme-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Recommended patch (required if SWIG is installed):
     80          <ulink url="&patch-root;/gpgme-&gpgme-version;-gpg_error_1_46-1.patch"/>
    7481        </para>
    7582      </listitem>
     
    8895      <xref linkend="graphviz"/> (for API documentation),
    8996      <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
    90         used during the testsuite),
     97        used during the test suite),
    9198      <xref linkend="clisp"/>,<!--
    9299gpgme can still use python 2.7, but can use python3 as well,
     
    106113
    107114    <para>
    108       First, fix an issue building the package with Glibc-2.34 or later:
    109     </para>
    110 
    111 <screen><userinput remap="pre">sed 's/defined(__sun.*$/1/' -i src/posix-io.c</userinput></screen>
    112 
    113     <para>
    114       Next, fix an issue building with Python 3.10 installed:
    115     </para>
    116 
    117 <screen><userinput remap="pre">sed -e 's/3\.9/3.10/'                    \
     115      First, fix an issue building with Python &python3-majorver; installed:
     116    </para>
     117
     118<screen><userinput remap="pre">sed -e 's/3\.9/&python3-majorver;/'                    \
    118119    -e 's/:3/:4/'                        \
    119     -e '23657 s/distutils"/setuptools"/' \
    120120    -i configure</userinput></screen>
     121
     122    <para>
     123      Apply a patch to fix build failure with SWIG and libgpg-error-1.46
     124      or later:
     125    </para>
     126
     127<screen><userinput remap="pre">patch -Np1 -i ../gpgme-&gpgme-version;-gpg_error_1_46-1.patch</userinput></screen>
    121128
    122129    <para>
     
    164171      <seglistitem>
    165172        <seg>
    166           gpgme-config, gpgme-json, and gpgme-tool
     173          gpgme-json, and gpgme-tool
    167174        </seg>
    168175        <seg>
     
    183190      <?dbhtml list-presentation="table"?>
    184191
    185       <varlistentry id="gpgme-config">
    186         <term><command>gpgme-config</command></term>
    187         <listitem>
    188           <para>
    189             is used to obtain <application>GPGME</application> compilation and
    190             linking information
    191           </para>
    192           <indexterm zone="gpgme gpgme-config">
    193             <primary sortas="b-gpgme-config">gpgme-config</primary>
    194           </indexterm>
    195         </listitem>
    196       </varlistentry>
    197 
    198192      <varlistentry id="gpgme-json">
    199193        <term><command>gpgme-json</command></term>
Note: See TracChangeset for help on using the changeset viewer.