source: archive/libgnome-keyring.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.0 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 libgnome-keyring-download-http
8 "&gnome-download-http;/libgnome-keyring/&gnome-minor;/libgnome-keyring-&libgnome-keyring-version;.tar.xz">
9 <!ENTITY libgnome-keyring-download-ftp
10 "&gnome-download-ftp;/libgnome-keyring/&gnome-minor;/libgnome-keyring-&libgnome-keyring-version;.tar.xz">
11 <!ENTITY libgnome-keyring-md5sum "fc798878a5c5a11a2661cdd72bd38fd6">
12 <!ENTITY libgnome-keyring-size "424 KB">
13 <!ENTITY libgnome-keyring-buildsize "19 MB">
14 <!ENTITY libgnome-keyring-time "0.1 SBU">
15]>
16
17<sect1 id="libgnome-keyring" xreflabel="libgnome-keyring-&libgnome-keyring-version;">
18 <?dbhtml filename="libgnome-keyring.html"?>
19
20
21 <title>libgnome-keyring-&libgnome-keyring-version;</title>
22
23 <indexterm zone="libgnome-keyring">
24 <primary sortas="a-libgnome-keyring">libgnome-keyring</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to libgnome-keyring</title>
29
30 <para>
31 The <application>libgnome-keyring</application> is used by
32 applications to integrate with the
33 <application>GNOME Keyring</application> system.
34 </para>
35
36 &lfs74_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libgnome-keyring-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libgnome-keyring-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libgnome-keyring-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libgnome-keyring-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libgnome-keyring-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libgnome-keyring-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libgnome-keyring Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="dbus"/>,
77 <xref linkend="glib2"/>,
78 <xref linkend="intltool"/>, and
79 <xref linkend="libgcrypt"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/> and
85 <xref linkend="vala"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gtk-doc"/> and
91 <ulink url="http://www.valgrind.org">Valgrind</ulink>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/libgnome-keyring"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libgnome-keyring</title>
101
102 <para>
103 Install <application>libgnome-keyring</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 To test the results, issue: <command>make check</command>.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gtk-doc-rebuild.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libgnome-keyring.so
145 </seg>
146 <seg>
147 /usr/include/gnome-keyring-1 and
148 /usr/share/gtk-doc/html/gnome-keyring
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libgnome-keyring-lib">
159 <term><filename class="libraryfile">libgnome-keyring.so</filename></term>
160 <listitem>
161 <para>
162 is used by applications to integrate with the
163 <application>GNOME Keyring</application> system.
164 </para>
165 <indexterm zone="libgnome-keyring libgnome-keyring-lib">
166 <primary sortas="c-libgnome-keyring">libgnome-keyring.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.