source: gnome/platform/gnome-keyring.xml@ 3ce2d0c

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 3ce2d0c was 6e45f2f, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag Balsa and Epiphany and Dependencies

Off to GNOME...

  • Property mode set to 100644
File size: 5.2 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 &lfs120_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 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of GNOME Keyring</title>
100
101 <para>
102 Install <application>GNOME Keyring</application> by running the
103 following commands:
104 </para>
105
106<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
107
108./configure --prefix=/usr \
109 --sysconfdir=/etc &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 A session bus address is necessary to run the tests. To test the results,
114 issue: <command>make check</command>.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <command>sed ... schema/*.xml</command>: This command fixes a
130 deprecated entry in the schema template.
131 </para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directory</segtitle>
142
143 <seglistitem>
144 <seg>
145 gnome-keyring (symlink), gnome-keyring-3, and gnome-keyring-daemon
146 </seg>
147 <seg>
148 gnome-keyring-pkcs11.so (PKCS#11 module) and
149 pam_gnome_keyring.so (PAM module)
150 </seg>
151 <seg>
152 /usr/lib/gnome-keyring and
153 /usr/share/xdg-desktop-portal
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="gnome-keyring-daemon">
164 <term><command>gnome-keyring-daemon</command></term>
165 <listitem>
166 <para>
167 is a session daemon that keeps passwords for users
168 </para>
169 <indexterm zone="gnome-keyring gnome-keyring-daemon">
170 <primary sortas="b-gnome-keyring-daemon">gnome-keyring-daemon</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.