Changeset 6b4f8529 for general/genutils


Ignore:
Timestamp:
09/25/2014 01:30:59 AM (10 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.7, 7.8, 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, krejzi/svn, 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:
837e96ed
Parents:
7a218fa
Message:

Update to sudo-1.8.11.
Update to neon-0.30.1.
Update to xf86-input-wacom-0.26.0.
Update to libksba-1.3.1.
Update to pinentry-0.8.4.
Update to xterm-311.
Update to libsoup-2.48.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    r7a218fa r6b4f8529  
    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        "2ae681cbca0d9fb774b2c90b11ebf56c">
    10   <!ENTITY pinentry-size          "424 KB">
    11   <!ENTITY pinentry-buildsize     "12 MB">
    12   <!ENTITY pinentry-time          "0.2 SBU">
     9  <!ENTITY pinentry-md5sum        "e2b6f94471ba1e978f6e5bf6b275189b">
     10  <!ENTITY pinentry-size          "508 KB">
     11  <!ENTITY pinentry-buildsize     "10 MB">
     12  <!ENTITY pinentry-time          "0.1 SBU">
    1313]>
    1414
     
    8383    <title>Installation of PIN-Entry</title>
    8484
     85    <para>If both <xref linkend="qt4"/> and <xref linkend="qt5"/> are
     86    installed, use <command>source setqt4</command>, before starting.</para>
     87
    8588    <para>Install <application>PIN-Entry</application> by running the following
    8689    commands:</para>
    8790
    88 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     91<screen><userinput>sed -i 's:../../../s/pinentry/qt4/::' qt4/*.moc &amp;&amp;
     92./configure --prefix=/usr &amp;&amp;
    8993make</userinput></screen><!-- &amp;&amp;
    9094
     
    119123  </sect2>
    120124
     125  <sect2 role="commands">
     126    <title>Command Explanations</title>
     127
     128    <para>
     129      <command>sed -i ... qt4/*.moc</command> Fix some header locations.
     130    </para>
     131
     132  </sect2>
     133
    121134  <sect2 role="content">
    122135    <title>Contents</title>
     
    128141
    129142      <seglistitem>
    130         <seg>pinentry, pinentry-curses, pinentry-gtk, pinentry-gtk-2,
    131         pinentry-qt, and pinentry-qt4</seg>
     143        <seg>pinentry (symlink), pinentry-curses, pinentry-gtk-2,
     144          pinentry-qt4, and pinentry-tty</seg>
    132145        <seg>None</seg>
    133146        <seg>None<!--/usr/share/doc/pinentry-&pinentry-version;--></seg>
     
    161174        </listitem>
    162175      </varlistentry>
    163 
     176<!--
    164177      <varlistentry id="pinentry-gtk">
    165178        <term><command>pinentry-gtk</command></term>
     
    171184          </indexterm>
    172185        </listitem>
    173       </varlistentry>
     186      </varlistentry>-->
    174187
    175188      <varlistentry id="pinentry-gtk-2">
     
    183196        </listitem>
    184197      </varlistentry>
    185 
     198<!--
    186199      <varlistentry id="pinentry-qt">
    187200        <term><command>pinentry-qt</command></term>
     
    193206          </indexterm>
    194207        </listitem>
    195       </varlistentry>
     208      </varlistentry>-->
    196209
    197210      <varlistentry id="pinentry-qt4">
     
    206219      </varlistentry>
    207220
     221      <varlistentry id="pinentry-tty">
     222        <term><command>pinentry-tty</command></term>
     223        <listitem>
     224          <para> is a <application>tty</application>
     225          <application>PIN-Entry</application> program.</para>
     226          <indexterm zone="pinentry pinentry-tty">
     227            <primary sortas="b-pinentry-tty">pinentry-tty</primary>
     228          </indexterm>
     229        </listitem>
     230      </varlistentry>
     231
    208232    </variablelist>
    209233
Note: See TracChangeset for help on using the changeset viewer.