source: gnome/core/gnome-keyring.xml@ 2a01794

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
Last change on this file since 2a01794 was 2a01794, checked in by Ken Moffat <ken@…>, 12 years ago

gnome-keyring-3.2.2

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

  • Property mode set to 100644
File size: 7.1 KB
Line 
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
7 <!ENTITY gnome-keyring-download-http "&gnome-download-http;/gnome-keyring/&gnome-version;/gnome-keyring-&gnome-keyring-version;.tar.xz">
8 <!ENTITY gnome-keyring-download-ftp "&gnome-download-ftp;/gnome-keyring/&gnome-version;/gnome-keyring-&gnome-keyring-version;.tar.xz">
9 <!ENTITY gnome-keyring-md5sum "0269f897bf6bc71df8b8cecd5f8e2f6c">
10 <!ENTITY gnome-keyring-size "1.6 MB">
11 <!ENTITY gnome-keyring-buildsize "165 MB">
12 <!ENTITY gnome-keyring-time "1.3 SBU">
13]>
14
15<sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">
16 <?dbhtml filename="gnome-keyring.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-keyring-&gnome-keyring-version;</title>
24
25 <indexterm zone="gnome-keyring">
26 <primary sortas="a-Gnome-keyring">Gnome-keyring</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-keyring</title>
31
32 <para>The <application>gnome-keyring</application> package contains a
33 daemon that keeps passwords and other secrets for users.</para>
34
35 &lfs70_built;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-keyring-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-keyring-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-keyring-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-keyring-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-keyring-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-keyring-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required Patch: <ulink
63 url="&patch-root;/gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">gnome-keyring Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="dbus"/>,
71 <xref linkend="gtk2"/>,
72 <xref linkend="intltool"/>,
73 <xref linkend="libgcrypt"/>,
74 <xref linkend="libtasn1"/>, and
75 <xref linkend="p11-kit"/></para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional"><xref linkend="gtk-doc"/>,
79 <xref linkend="linux-pam"/>, and
80 <ulink url="http://www.valgrind.org">Valgrind</ulink></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gnome-keyring"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of gnome-keyring</title>
89
90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
91 href="../../xincludes/without-gnome.xml"/>
92
93 <para>Install <application>gnome-keyring</application> by running the
94 following commands:</para>
95
96<screen><userinput>patch -Np1 -i ../gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch &amp;&amp;
97./configure --prefix=$GNOME_PREFIX \
98 --libexecdir=$GNOME_PREFIX/lib/gnome-keyring \
99 --sysconfdir=$GNOME_SYSCONFDIR \
100 --with-pam-dir=/lib/security \
101 --with-dbus-services=/usr/share/dbus-1/services \
102 --with-root-certs=/etc/ssl/certs &amp;&amp;
103make</userinput></screen>
104
105 <para>This package does not come with a test suite.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para><command>patch -Np1 -i ...</command>: The patch allows testsuites from
117 other packages which invoke <application>gnome-keyring</application>, such as
118 <application>NetworkManager,</application> to run even if this package&apos;s
119 daemon is not running, for example when you are building a
120 <application>GNOME</application> desktop.</para>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gnome-prefix.xml"/>
124
125 <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-keyring</parameter>:
126 This parameter causes the libexec files to be installed in the preferred
127 location of <filename
128 class="directory">$GNOME_PREFIX/lib/gnome-keyring</filename> instead of
129 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
130
131 <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter
132 ensures that the xdg autostart files are installed in a suitable location.
133 </para>
134
135 <para><parameter>--with-pam-dir=/lib/security</parameter>: This parameter
136 specifies where the pam modules will be installed: you can omit this if you
137 have not installed <application>Linux-PAM</application>.</para>
138
139 <para><parameter>--with-dbus-services=/usr/share/dbus-1/services</parameter>:
140 This parameter specifies where the <application>D-BUS</application> session
141 services directory is located: you can omit this if your GNOME_PREFIX is
142 <filename class="directory">/usr</filename>.</para>
143
144 <para><parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
145 parameter specifies where the trusted root certificates are located.</para>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>gnome-keyring, gnome-keyring-daemon, and gnome-keyring-prompt</seg>
159 <seg>gck-ssh-store-standalone.so, gck-user-store-standalone.so,
160 gnome-keyring-pkcs11.so, gck-roots-store-standalone.so,
161 gck-secret-store-standalone.so, libgcr.so, libgp11.so, and
162 pam_gnome_keyring.so (if Linux-PAM was installed)</seg>
163 <seg><envar>$GNOME_PREFIX</envar>/{include/{gcr,gp11},
164 lib/gnome-keyring/{devel,standalone},share/{gcr/ui,
165 gnome-keyring/{introspect,ui},gtk-doc/html/{gcr,gp11}}}</seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="gnome-keyring-daemon">
175 <term><command>gnome-keyring-daemon</command></term>
176 <listitem>
177 <para>is a session daemon that keeps passwords for users.</para>
178 <indexterm zone="gnome-keyring gnome-keyring-daemon">
179 <primary sortas="b-gnome-keyring-daemon">gnome-keyring-daemon</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.