Changeset cd602728 for general/genutils


Ignore:
Timestamp:
12/12/2015 03:36:07 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
8c19ac9
Parents:
e2c88e8
Message:
  • Update to stunnel-5.28.
  • Update to Update to libnl-3.2.27.
  • Update to stunnel-5.28.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    re2c88e8 rcd602728  
    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        "55439c4436b59573a29e144916ee5b61">
    10   <!ENTITY pinentry-size          "504 KB">
    11   <!ENTITY pinentry-buildsize     "7.9 MB (with <command>pinentry-qt4</command>)">
    12   <!ENTITY pinentry-time          "0.1 SBU">
     9  <!ENTITY pinentry-md5sum        "9510b2de013e818dab619e468298703a">
     10  <!ENTITY pinentry-size          "424 KB">
     11  <!ENTITY pinentry-buildsize     "10 MB">
     12  <!ENTITY pinentry-time          "less than 0.1 SBU">
    1313]>
    1414
     
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    7171    <para role="optional">
     72      <xref linkend="gcr"/>,
    7273      <xref linkend="gtk2"/>,
     74      <xref linkend="gtk3"/>,
    7375      <xref linkend="libcap-pam"/>,
    74       <xref linkend="libsecret"/>, and
    75       <xref linkend="qt4"/>
     76      <xref linkend="libsecret"/>,
     77      <xref linkend="qt4"/>, and
     78      <xref linkend="qt5"/>
    7679    </para>
    7780
     
    8891
    8992<screen><userinput>./configure --prefix=/usr &amp;&amp;
     93
    9094make</userinput></screen><!-- &amp;&amp;
    9195
     
    124128
    125129    <para>
    126       <option>--enable-pinentry-qt4</option>: Use this switch if you wish to
    127       install <command>pinentry-qt4</command>.
    128     </para>
    129 
    130     <para>
    131       <envar>CXXFLAGS=-std=c++11</envar>: If using
    132       <option>--enable-pinentry-qt4</option> switch, add to the
    133       <command>./configure ...</command> command line, to fix a build problem
    134       with gcc-5.
    135     </para>
    136 
    137     <para>
    138       <envar>MOC=$QT4DIR/bin/moc</envar>:  If using
    139       <option>--enable-pinentry-qt4</option> switch, add to the
    140       <command>./configure ...</command> command line, to help Qt4
    141       <command>moc</command> (Qt4 meta object compiler) detection.
     130      <option>--disable-pinentry-qt5</option>: Default is enable. Don't use qt5
     131      even if it is available. If qt4 is found, <command>pinentry-qt</command>
     132      will be linked to qt4.
     133    </para>
     134
     135    <para>
     136      <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
     137    </para>
     138
     139    <para>
     140      <option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
     141      other <command>pinentry-*</command> is installed,
     142      <command>pinentry</command> will be a symlink to
     143      <command>pinentry-gtk-2</command>.
     144    </para>
     145
     146    <para>
     147      <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
     148      Actually, it is the gtk3 pinentry.
    142149    </para>
    143150
     
    155162        <seg>
    156163          pinentry (symlink), pinentry-curses, pinentry-gnome3, pinentry-gtk-2,
    157           pinentry-qt4, and pinentry-tty
     164          pinentry-qt, and pinentry-tty
    158165        </seg>
    159166        <seg>None</seg>
     
    211218      </varlistentry>
    212219
    213       <varlistentry id="pinentry-qt4">
    214         <term><command>pinentry-qt4</command></term>
    215         <listitem>
    216           <para> is a <application>Qt4</application>
    217           <application>PIN-Entry</application> helper program.</para>
    218           <indexterm zone="pinentry pinentry-qt4">
    219             <primary sortas="b-pinentry-qt4">pinentry-qt4</primary>
     220      <varlistentry id="pinentry-qt">
     221        <term><command>pinentry-qt</command></term>
     222        <listitem>
     223          <para> is a <application>Qt4 or 5</application>
     224          <application>PIN-Entry</application> helper program.</para>
     225          <indexterm zone="pinentry pinentry-qt">
     226            <primary sortas="b-pinentry-qt">pinentry-qt</primary>
    220227          </indexterm>
    221228        </listitem>
Note: See TracChangeset for help on using the changeset viewer.