source: general/genutils/pinentry.xml@ c5d6597

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c5d6597 was b3867c5, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

Add qt5-components page.

Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.

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