Ignore:
Timestamp:
03/03/2013 05:01:06 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
66b86c90
Parents:
d3970e1
Message:

Minor cleanup and tweaks to various packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    rd3970e1 raf373d35  
    4141    <application>Ncurses</application> (text-based),
    4242    <application>Gtk+</application>, <application>Gtk+-2</application>,
    43     and <application>Qt-3</application>.</para>
     43    <application>Qt-3</application>, and <application>Qt-4</application>.</para>
    4444
    4545    &lfs72_checked;
     
    9494    commands:</para>
    9595
    96 <screen><userinput>./configure --prefix=/usr \
    97             --disable-pinentry-gtk           \
    98             --disable-pinentry-gtk2          \
    99             --disable-pinentry-qt            &amp;&amp;
     96<screen><userinput>./configure --prefix=/usr &amp;&amp;
    10097make &amp;&amp;
    10198
     
    130127  </sect2>
    131128
    132   <sect2 role="commands">
     129  <!-- <sect2 role="commands">
    133130    <title>Command Explanations</title>
    134131
    135     <para><parameter>--disable-...</parameter>: These three parameters are used
     132    <para><parameter>-disable-...</parameter>: These three parameters are used
    136133    to fix a problem with the <command>configure</command> script if the
    137134    optional dependencies are not installed. If the dependencies are installed,
    138135    these parameters may be omitted.</para>
    139136
    140   </sect2>
     137  </sect2> -->
    141138
    142139  <sect2 role="content">
     
    150147      <seglistitem>
    151148        <seg>pinentry, pinentry-curses, pinentry-gtk, pinentry-gtk-2,
    152         and pinentry-qt</seg>
     149        pinentry-qt, and pinentry-qt4</seg>
    153150        <seg>None</seg>
    154151        <seg>/usr/share/doc/pinentry-&pinentry-version;</seg>
     
    208205        <term><command>pinentry-qt</command></term>
    209206        <listitem>
    210           <para> is a <application>Qt</application> GUI
     207          <para> is a <application>Qt-3</application> GUI
    211208          <application>PIN-Entry</application> program.</para>
    212209          <indexterm zone="pinentry pinentry-qt">
     
    216213      </varlistentry>
    217214
     215      <varlistentry id="pinentry-qt4">
     216        <term><command>pinentry-qt4</command></term>
     217        <listitem>
     218          <para> is a <application>Qt-4</application> GUI
     219          <application>PIN-Entry</application> program.</para>
     220          <indexterm zone="pinentry pinentry-qt4">
     221            <primary sortas="b-pinentry-qt4">pinentry-qt4</primary>
     222          </indexterm>
     223        </listitem>
     224      </varlistentry>
     225
    218226    </variablelist>
    219227
Note: See TracChangeset for help on using the changeset viewer.