source: gnome/platform/gnome-keyring.xml@ 00bb36f7

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 00bb36f7 was b4642992, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tag WebKit dependencies

  • Property mode set to 100644
File size: 5.3 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 <!-- Use Git snapshot for now because of various "make dist" issues in
8 42.0. We may switch back to download.gnome.org at 42.1. -->
9 <!ENTITY gnome-keyring-download-http
10 "&gnome-download-http;/gnome-keyring/&gnome-42;/gnome-keyring-&gnome-keyring-version;.tar.xz">
11 <!ENTITY gnome-keyring-download-ftp
12 "&gnome-download-ftp;/gnome-keyring/&gnome-42;/gnome-keyring-&gnome-keyring-version;.tar.xz">
13 <!ENTITY gnome-keyring-md5sum "8728a6d344f29c545d9d31cb5c708f14">
14 <!ENTITY gnome-keyring-size "1.3 MB">
15 <!ENTITY gnome-keyring-buildsize "116 MB">
16 <!ENTITY gnome-keyring-time "0.2 SBU (Using parallelism=4; add 0.3 SBU for tests)">
17]>
18
19<sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">
20 <?dbhtml filename="gnome-keyring.html"?>
21
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>
33 The <application>GNOME Keyring</application> package contains a
34 daemon that keeps passwords and other secrets for users.
35 </para>
36
37 &lfs113_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gnome-keyring-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gnome-keyring-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gnome-keyring-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gnome-keyring-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gnome-keyring-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gnome-keyring-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">GNOME Keyring Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="dbus"/> and
78 <xref linkend="gcr"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="linux-pam"/>,
84 <xref linkend="libxslt"/>, and
85 <xref linkend="openssh"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <ulink url="https://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>,
91 <ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>,
92 <xref linkend="gnupg2"/>, and
93 <xref linkend="valgrind"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnome-keyring"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GNOME Keyring</title>
103
104 <para>
105 Install <application>GNOME Keyring</application> by running the
106 following commands:
107 </para>
108
109<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
110
111./configure --prefix=/usr \
112 --sysconfdir=/etc &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 A session bus address is necessary to run the tests. To test the results,
117 issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <command>sed ... schema/*.xml</command>: This command fixes a
133 deprecated entry in the schema template.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directory</segtitle>
145
146 <seglistitem>
147 <seg>
148 gnome-keyring (symlink), gnome-keyring-3, and gnome-keyring-daemon
149 </seg>
150 <seg>
151 gnome-keyring-pkcs11.so (PKCS#11 module) and
152 pam_gnome_keyring.so (PAM module)
153 </seg>
154 <seg>
155 /usr/lib/gnome-keyring and
156 /usr/share/xdg-desktop-portal
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="gnome-keyring-daemon">
167 <term><command>gnome-keyring-daemon</command></term>
168 <listitem>
169 <para>
170 is a session daemon that keeps passwords for users
171 </para>
172 <indexterm zone="gnome-keyring gnome-keyring-daemon">
173 <primary sortas="b-gnome-keyring-daemon">gnome-keyring-daemon</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.