Ignore:
Timestamp:
11/24/2016 02:59:48 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8d68192
Parents:
e935527
Message:

Update to gnupg-2.1.16.
Update to gpgme-1.8.0.
Update to npth-1.3.
Update to pinentry-1.0.0.
Update some package titles to be the same as the tarball name.
Reorder the kf5 build order.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    re935527 rfdaae04  
    77  <!ENTITY pinentry-download-http " ">
    88  <!ENTITY pinentry-download-ftp  "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
    9   <!ENTITY pinentry-md5sum        "9510b2de013e818dab619e468298703a">
    10   <!ENTITY pinentry-size          "424 KB">
    11   <!ENTITY pinentry-buildsize     "10 MB">
     9  <!ENTITY pinentry-md5sum        "4a3fad8b31f9b4c5526c8837495015dc">
     10  <!ENTITY pinentry-size          "428 KB">
     11  <!ENTITY pinentry-buildsize     "7.7 MB">
    1212  <!ENTITY pinentry-time          "less than 0.1 SBU">
    1313]>
    1414
    15 <sect1 id="pinentry" xreflabel="PIN-Entry-&pinentry-version;">
     15<sect1 id="pinentry" xreflabel="pinEntry-&pinentry-version;">
    1616  <?dbhtml filename="pinentry.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>PIN-Entry-&pinentry-version;</title>
     23  <title>pinentry-&pinentry-version;</title>
    2424
    2525  <indexterm zone="pinentry">
     
    9898
    9999<screen><userinput>./configure --prefix=/usr &amp;&amp;
    100 make</userinput></screen><!-- &amp;&amp;
    101 
    102 makeinfo - -html - -no-split -o doc/pinentry_nochunks.html doc/pinentry.texi &amp;&amp;
    103 makeinfo - -plaintext       -o doc/pinentry.txt           doc/pinentry.texi</userinput></screen>
    104 
    105     <para>If you wish to build alternate formats of the documentation, you
    106     must have <xref linkend="texlive"/> installed,
    107     then issue the following command:</para>
    108 
    109 <screen><userinput>make -k -C doc pdf ps html</userinput></screen> -->
     100make</userinput></screen>
    110101
    111102    <para>This package does not come with a test suite.</para>
     
    113104    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    114105
    115 <screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
    116 
    117 install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
    118 install -v -m644    README doc/pinentry{_*.html,.txt,.texi} \
    119                     /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
    120 
    121     <para>If you built the additional documentation, install it by issuing the
    122     following commands as the <systemitem class="username">root</systemitem>
    123     user:</para>
    124 
    125 <screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \
    126                  /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
    127 install -v -m644 doc/pinentry.{pdf,ps,dvi} \
    128                  /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> -->
     106<screen role="root"><userinput>make install</userinput></screen>
    129107
    130108  </sect2>
     
    134112
    135113    <para>
    136       <option>--enable-emacs=yes/no</option>: Default is yes.
     114      <option>--enable-emacs=yes/no</option>: Default is no.
    137115    </para>
    138116
Note: See TracChangeset for help on using the changeset viewer.