source: gnome/core/libgnome.xml@ 0a7c3921

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 0a7c3921 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • 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.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libgnome-download-http "&gnome-download-http;/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
8 <!ENTITY libgnome-download-ftp "&gnome-download-ftp;/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
9 <!ENTITY libgnome-md5sum "f239a7ab132d2ec9039bb2537cca1e92">
10 <!ENTITY libgnome-size "955 KB">
11 <!ENTITY libgnome-buildsize "18.5 MB">
12 <!ENTITY libgnome-time "0.2 SBU">
13]>
14
15<sect1 id="libgnome" xreflabel="libgnome-&libgnome-version;">
16 <?dbhtml filename="libgnome.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libgnome-&libgnome-version;.tar</keyword>
23 <keyword role="ftpdir">libgnome</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>libgnome-&libgnome-version;</title>
28
29 <indexterm zone="libgnome">
30 <primary sortas="a-Libgnome">Libgnome</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libgnome</title>
35
36 <para>The <application>libgnome</application> package contains the
37 <filename class="libraryfile">libgnome</filename> library.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libgnome-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libgnome-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libgnome-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libgnome-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libgnome-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libgnome-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">libgnome Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="gnome-vfs"/> and
65 <xref linkend="esound"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="gtk-doc"/></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libgnome"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of libgnome</title>
77
78 <para>Install <application>libgnome</application> by running the following
79 commands:</para>
80
81<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
82 --sysconfdir=&gnome-etc-dir; \
83 --localstatedir=/var/lib &amp;&amp;
84make</userinput></screen>
85
86 <para>This package does not come with a test suite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
98 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
99 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
100
101 <para><parameter>--localstatedir=/var/lib</parameter>: This
102 switch sets <envar>LIBGNOME_LOCALSTATEDIR</envar> to
103 <filename class='directory'>/var/lib</filename> instead
104 of <filename class='directory'>$GNOME_PREFIX/var</filename>
105 to synchronize with the <application>GNOME Games</application>
106 installation and properly record high scores in
107 <filename class='directory'>/var/lib/games</filename>.</para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Program</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>gnome-open</seg>
121 <seg>libgnome-2.{so,a} and the libmoniker_extra_2.{so,a} bonobo
122 library</seg>
123 <seg>&gnome-etc-dir;/{gconf/gconf.xml.defaults/{too many to list},
124 sound},
125 include/libgnome-2.0, and
126 share/gtk-doc/html/libgnome</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="libgnome-2">
136 <term><filename class='libraryfile'>libgnome-2.{so,a}</filename></term>
137 <listitem>
138 <para>are the non-GUI portion of the <application>GNOME</application>
139 libraries.</para>
140 <indexterm zone="libgnome libgnome-2">
141 <primary sortas="c-libgnome-2">libgnome-2.{so,a}</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.