Ignore:
Timestamp:
10/04/2014 08:20:16 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
0ccf16ef
Parents:
0be2ac2f
Message:

Merged more updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14479 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    r0be2ac2f r22275b6b  
    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
     
    8282    <title>Installation of PIN-Entry</title>
    8383
     84    <para>If both <xref linkend="qt4"/> and <xref linkend="qt5"/> are
     85    installed, use <command>source setqt4</command>, before starting.</para>
     86
    8487    <para>Install <application>PIN-Entry</application> by running the following
    8588    commands:</para>
    8689
    87 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     90<screen><userinput>sed -i 's:../../../s/pinentry/qt4/::' qt4/*.moc &amp;&amp;
     91./configure --prefix=/usr &amp;&amp;
    8892make</userinput></screen><!-- &amp;&amp;
    8993
     
    118122  </sect2>
    119123
     124  <sect2 role="commands">
     125    <title>Command Explanations</title>
     126
     127    <para>
     128      <command>sed -i ... qt4/*.moc</command> Fix some header locations.
     129    </para>
     130
     131  </sect2>
     132
    120133  <sect2 role="content">
    121134    <title>Contents</title>
     
    127140
    128141      <seglistitem>
    129         <seg>pinentry, pinentry-curses, pinentry-gtk, pinentry-gtk-2,
    130         pinentry-qt, and pinentry-qt4</seg>
     142        <seg>pinentry (symlink), pinentry-curses, pinentry-gtk-2,
     143          pinentry-qt4, and pinentry-tty</seg>
    131144        <seg>None</seg>
    132145        <seg>None<!--/usr/share/doc/pinentry-&pinentry-version;--></seg>
     
    160173        </listitem>
    161174      </varlistentry>
    162 
     175<!--
    163176      <varlistentry id="pinentry-gtk">
    164177        <term><command>pinentry-gtk</command></term>
     
    170183          </indexterm>
    171184        </listitem>
    172       </varlistentry>
     185      </varlistentry>-->
    173186
    174187      <varlistentry id="pinentry-gtk-2">
     
    182195        </listitem>
    183196      </varlistentry>
    184 
     197<!--
    185198      <varlistentry id="pinentry-qt">
    186199        <term><command>pinentry-qt</command></term>
     
    192205          </indexterm>
    193206        </listitem>
    194       </varlistentry>
     207      </varlistentry>-->
    195208
    196209      <varlistentry id="pinentry-qt4">
     
    205218      </varlistentry>
    206219
     220      <varlistentry id="pinentry-tty">
     221        <term><command>pinentry-tty</command></term>
     222        <listitem>
     223          <para> is a <application>tty</application>
     224          <application>PIN-Entry</application> program.</para>
     225          <indexterm zone="pinentry pinentry-tty">
     226            <primary sortas="b-pinentry-tty">pinentry-tty</primary>
     227          </indexterm>
     228        </listitem>
     229      </varlistentry>
     230
    207231    </variablelist>
    208232
Note: See TracChangeset for help on using the changeset viewer.