source: gnome/core/libgnome-keyring.xml@ 4c2be438

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

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10043 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 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/> and
80 <ulink url="http://www.valgrind.org">Valgrind</ulink>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/libgnome-keyring"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libgnome-keyring</title>
90
91 <para>Install <application>libgnome-keyring</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>To test the results, issue: <command>make check</command>.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/gnome-prefix.xml"/> -->
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gtk-doc-rebuild.xml"/>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 libgnome-keyring.so
126 </seg>
127 <seg>
128 /usr/include/gnome-keyring-1 and
129 /usr/share/gtk-doc/html/gnome-keyring
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libgnome-keyring-lib">
140 <term><filename class='libraryfile'>libgnome-keyring.so</filename></term>
141 <listitem>
142 <para>is used by applications to integrate with the
143 <application>GNOME</application> keyring system.</para>
144 <indexterm zone="libgnome-keyring libgnome-keyring-lib">
145 <primary sortas="c-libgnome-keyring">libgnome-keyring.so</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.