source: gnome/core/libgnome-keyring.xml@ 61f9c87

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 61f9c87 was c20c54a, checked in by Krejzi <krejzi@…>, 12 years ago

libgnome-keyring 3.4.1, gtkhtml 4.4.1 and gtksourceview 3.4.1

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

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