source: general/genutils/pinentry.xml@ 21049641

gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 21049641 was 7bc2fc02, checked in by Xi Ruoyao <xry111@…>, 5 months ago

pinentry: pinentry-gnome3 now prefers gcr4

Also remove an empty line.

  • Property mode set to 100644
File size: 9.2 KB
RevLine 
[c8be252]1<?xml version="1.0" encoding="UTF-8"?>
[80115ad]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY pinentry-download-http "&gnupg-http;/pinentry/pinentry-&pinentry-version;.tar.bz2">
[14d673a2]8 <!ENTITY pinentry-download-ftp " ">
[76dcbfd]9 <!ENTITY pinentry-md5sum "ccae9619032fda53b234849c7c2253ac">
10 <!ENTITY pinentry-size "600 KB">
11 <!ENTITY pinentry-buildsize "17 MB">
12 <!ENTITY pinentry-time "0.2 SBU">
[80115ad]13]>
14
[8d68192]15<sect1 id="pinentry" xreflabel="pinentry-&pinentry-version;">
[80115ad]16 <?dbhtml filename="pinentry.html"?>
17
18
[fdaae04]19 <title>pinentry-&pinentry-version;</title>
[80115ad]20
21 <indexterm zone="pinentry">
22 <primary sortas="a-PIN-Entry">PIN-Entry</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to PIN-Entry</title>
27
[b7a85cd9]28 <para>
29 The <application>PIN-Entry</application> package contains a
30 collection of simple PIN or pass-phrase entry dialogs which utilize the
31 Assuan protocol as described by the
[c8be252]32 <ulink url="https://www.gnupg.org/aegypten/">Ägypten project</ulink>.
[b7a85cd9]33 <application>PIN-Entry</application> programs are usually invoked by
34 the <command>gpg-agent</command> daemon, but can be run from the command
35 line as well. There are programs for various text-based and GUI
36 environments, including interfaces designed for
37 <application>Ncurses</application> (text-based), and for the common
38 <application>GTK</application> and <application>Qt</application>
39 toolkits.
40 </para>
[80115ad]41
[1241ea19]42 &lfs121_checked;
[14b8417]43
[8e5487c]44 <!-- For testing this package, use: "echo GETPIN | pinentry-qt5" -->
45
[80115ad]46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
[b7a85cd9]49 <para>
50 Download (HTTP): <ulink url="&pinentry-download-http;"/>
51 </para>
[80115ad]52 </listitem>
53 <listitem>
[b7a85cd9]54 <para>
55 Download (FTP): <ulink url="&pinentry-download-ftp;"/>
56 </para>
[80115ad]57 </listitem>
58 <listitem>
[b7a85cd9]59 <para>
60 Download MD5 sum: &pinentry-md5sum;
61 </para>
[80115ad]62 </listitem>
63 <listitem>
[b7a85cd9]64 <para>
65 Download size: &pinentry-size;
66 </para>
[80115ad]67 </listitem>
68 <listitem>
[b7a85cd9]69 <para>
70 Estimated disk space required: &pinentry-buildsize;
71 </para>
[80115ad]72 </listitem>
73 <listitem>
[b7a85cd9]74 <para>
75 Estimated build time: &pinentry-time;
76 </para>
[80115ad]77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
81
[35f1730]82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
[8558044]84 <xref linkend="libassuan"/> and
[35f1730]85 <xref linkend="libgpg-error"/>
86 </para>
87
[80115ad]88 <bridgehead renderas="sect4">Optional</bridgehead>
[4049d110]89 <para role="optional">
[9a363500]90 <xref linkend="emacs"/>,
[8a7c250]91 <xref linkend="fltk"/>,
[7bc2fc02]92 <xref linkend="gcr4"/> (or <xref role="nodep" linkend="gcr"/>),
[76dcbfd]93 <!--<xref linkend="gtk 2"/>, We don't wan to reference this any more -->
[9a363500]94 <!-- <xref linkend="libcap-pam"/>, This is in LFS already. PAM is not
[0639bb6]95 necessary. -->
[5bfcd23e]96 <xref linkend="kf6-frameworks"/> (or <xref linkend="lxqt-kwayland"/>),
[8e5487c]97 <!-- If Qt5 is present, it will look for KWayland for Wayland support.-->
[73fb07ad]98 <xref linkend="libsecret"/>,
[b3867c5]99 &qt5-deps;, and
[a4c3c48]100 <ulink url="https://www.enlightenment.org/about-efl">efl</ulink>
[4049d110]101 </para>
[80115ad]102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of PIN-Entry</title>
107
[b7a85cd9]108 <para>
109 Install <application>PIN-Entry</application> by running the following
110 commands:
111 </para>
[80115ad]112
[7bc2fc02]113<screen><userinput>./configure --prefix=/usr \
[76dcbfd]114 --enable-pinentry-tty \
115 --disable-pinentry-qt5 \
116 &amp;&amp;
[fdaae04]117make</userinput></screen>
[f1e103a]118
[b7a85cd9]119 <para>
120 This package does not come with a test suite.
121 </para>
[80115ad]122
[b7a85cd9]123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
[80115ad]126
[fdaae04]127<screen role="root"><userinput>make install</userinput></screen>
[80115ad]128
129 </sect2>
[5c16309]130
[6b4f8529]131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
[76dcbfd]134 <para>
135 <option>--disable-pinentry-qt5</option>: Don't use qt5 even if
136 it is available. Qt5 is deprecated.
137 </para>
138
[9a363500]139 <para>
[9d1bc14]140 <option>--enable-inside-emacs=yes/no</option>: Default is no.
[9a363500]141 </para>
142
[cd602728]143 <para>
144 <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
[56b449e]145 </para>
146
[6b4f8529]147 <para>
[cd602728]148 <option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
149 other <command>pinentry-*</command> is installed,
150 <command>pinentry</command> will be a symlink to
151 <command>pinentry-gtk-2</command>.
[7c4f32b]152 </para>
153
154 <para>
[cd602728]155 <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
[7bc2fc02]156 Actually, it uses <xref linkend='gcr4'/> (or
157 <xref linkend='gcr'/> if the former is not installed) for the pinentry
[4464515e]158 dialog.
[6b4f8529]159 </para>
160
[5eafafd6]161 <para>
[aa41434]162 <parameter>--enable-pinentry-tty</parameter>: Default is 'maybe'.
[5eafafd6]163 </para>
164
[6b4f8529]165 </sect2>
[5c16309]166
[80115ad]167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directory</segtitle>
174
175 <seglistitem>
[56b449e]176 <seg>
[27c8cca]177 pinentry (symlink), pinentry-curses, pinentry-emacs, pinentry-fltk,
178 pinentry-gnome3, pinentry-gtk-2, pinentry-qt, and pinentry-tty
[56b449e]179 </seg>
180 <seg>None</seg>
[80115ad]181 <seg>None</seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="pinentry-prog">
191 <term><command>pinentry</command></term>
192 <listitem>
[b7a85cd9]193 <para>
194 is a symbolic link to the default
[4c24eb0a]195 <application>PIN-Entry</application> program
[b7a85cd9]196 </para>
[80115ad]197 <indexterm zone="pinentry pinentry-prog">
[b960e3ec]198 <primary sortas="b-pinentry">pinentry</primary>
[80115ad]199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="pinentry-curses">
204 <term><command>pinentry-curses</command></term>
205 <listitem>
[b7a85cd9]206 <para>
207 is an <application>Ncurses</application> text-based
[4c24eb0a]208 <application>PIN-Entry</application> helper program
[b7a85cd9]209 </para>
[80115ad]210 <indexterm zone="pinentry pinentry-curses">
[b960e3ec]211 <primary sortas="b-pinentry-curses">pinentry-curses</primary>
[80115ad]212 </indexterm>
213 </listitem>
214 </varlistentry>
[56b449e]215
[9a363500]216 <varlistentry id="pinentry-emacs">
217 <term><command>pinentry-emacs</command></term>
218 <listitem>
[b7a85cd9]219 <para>
220 is an <application>Emacs</application> version of the
[4c24eb0a]221 <application>PIN-Entry</application> helper program
[b7a85cd9]222 </para>
[9a363500]223 <indexterm zone="pinentry pinentry-emacs">
224 <primary sortas="b-pinentry-emacs">pinentry-emacs</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
[27c8cca]229 <varlistentry id="pinentry-fltk">
230 <term><command>pinentry-fltk</command></term>
231 <listitem>
[b7a85cd9]232 <para>
233 is a <application>FLTK</application>
[4c24eb0a]234 <application>PIN-Entry</application> helper program
[b7a85cd9]235 </para>
[27c8cca]236 <indexterm zone="pinentry pinentry-fltk">
237 <primary sortas="b-pinentry-fltk">pinentry-fltk</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
[56b449e]242 <varlistentry id="pinentry-gnome3">
243 <term><command>pinentry-gnome3</command></term>
[80115ad]244 <listitem>
[b7a85cd9]245 <para>
246 is a <application>GNOME-3</application>
[4c24eb0a]247 <application>PIN-Entry</application> helper program
[b7a85cd9]248 </para>
[56b449e]249 <indexterm zone="pinentry pinentry-gnome3">
250 <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
[80115ad]251 </indexterm>
252 </listitem>
[56b449e]253 </varlistentry>
[80115ad]254
255 <varlistentry id="pinentry-gtk-2">
256 <term><command>pinentry-gtk-2</command></term>
257 <listitem>
[b7a85cd9]258 <para>
259 is a <application>GTK+2</application>
[0fa2f6ef]260 <application>PIN-Entry</application> helper program
[b7a85cd9]261 </para>
[80115ad]262 <indexterm zone="pinentry pinentry-gtk-2">
[b960e3ec]263 <primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
[80115ad]264 </indexterm>
265 </listitem>
266 </varlistentry>
267
[cd602728]268 <varlistentry id="pinentry-qt">
269 <term><command>pinentry-qt</command></term>
[af373d35]270 <listitem>
[b7a85cd9]271 <para>
272 is a <application>Qt4 or 5</application>
[4c24eb0a]273 <application>PIN-Entry</application> helper program
[b7a85cd9]274 </para>
[cd602728]275 <indexterm zone="pinentry pinentry-qt">
276 <primary sortas="b-pinentry-qt">pinentry-qt</primary>
[af373d35]277 </indexterm>
278 </listitem>
279 </varlistentry>
280
[6b4f8529]281 <varlistentry id="pinentry-tty">
282 <term><command>pinentry-tty</command></term>
283 <listitem>
[b7a85cd9]284 <para>
285 is a <application>tty</application>
[4c24eb0a]286 <application>PIN-Entry</application> helper program
[b7a85cd9]287 </para>
[6b4f8529]288 <indexterm zone="pinentry pinentry-tty">
289 <primary sortas="b-pinentry-tty">pinentry-tty</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
[80115ad]294 </variablelist>
295
296 </sect2>
297
298</sect1>
Note: See TracBrowser for help on using the repository browser.