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
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[937425f]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">
[51d7b70]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">
[fdca4266]13]>
14
[8395a78]15<sect1 id="libgnome" xreflabel="libgnome-&libgnome-version;">
[80ed143]16 <?dbhtml filename="libgnome.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[b22e19bf]21 <keywordset>
22 <keyword role="package">libgnome-&libgnome-version;.tar</keyword>
[e7307aa1]23 <keyword role="ftpdir">libgnome</keyword>
[b22e19bf]24 </keywordset>
[80ed143]25 </sect1info>
26
[51d7b70]27 <title>libgnome-&libgnome-version;</title>
[80ed143]28
29 <indexterm zone="libgnome">
30 <primary sortas="a-Libgnome">Libgnome</primary>
31 </indexterm>
32
33 <sect2 role="package">
[51d7b70]34 <title>Introduction to libgnome</title>
[80ed143]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
[51d7b70]61 <bridgehead renderas="sect3">libgnome Dependencies</bridgehead>
[80ed143]62
63 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]64 <para role="required"><xref linkend="gnome-vfs"/> and
65 <xref linkend="esound"/></para>
[80ed143]66
67 <bridgehead renderas="sect4">Optional</bridgehead>
[b22e19bf]68 <para role="optional"><xref linkend="gtk-doc"/></para>
[80ed143]69
[0a7c3921]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libgnome"/></para>
72
[80ed143]73 </sect2>
74
75 <sect2 role="installation">
[51d7b70]76 <title>Installation of libgnome</title>
[80ed143]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` \
[e62f701]82 --sysconfdir=&gnome-etc-dir; \
83 --localstatedir=/var/lib &amp;&amp;
[80ed143]84make</userinput></screen>
[d0de39a3]85
[80ed143]86 <para>This package does not come with a test suite.</para>
[d0de39a3]87
[80ed143]88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[d0de39a3]89
[80ed143]90<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]91
[80ed143]92 </sect2>
[fdca4266]93
[80ed143]94 <sect2 role="commands">
95 <title>Command Explanations</title>
[fdca4266]96
[937425f]97 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
98 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
[80ed143]99 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
[fdca4266]100
[80ed143]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>
[919683dc]105 to synchronize with the <application>GNOME Games</application>
[80ed143]106 installation and properly record high scores in
107 <filename class='directory'>/var/lib/games</filename>.</para>
[d4613f3f]108
[80ed143]109 </sect2>
[fdca4266]110
[80ed143]111 <sect2 role="content">
112 <title>Contents</title>
[fdca4266]113
[80ed143]114 <segmentedlist>
115 <segtitle>Installed Program</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
[fdca4266]118
[80ed143]119 <seglistitem>
120 <seg>gnome-open</seg>
[0a7c3921]121 <seg>libgnome-2.{so,a} and the libmoniker_extra_2.{so,a} bonobo
[80ed143]122 library</seg>
[0a7c3921]123 <seg>&gnome-etc-dir;/{gconf/gconf.xml.defaults/{too many to list},
124 sound},
[e62f701]125 include/libgnome-2.0, and
126 share/gtk-doc/html/libgnome</seg>
[80ed143]127 </seglistitem>
128 </segmentedlist>
[fdca4266]129
[80ed143]130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
[fdca4266]134
[80ed143]135 <varlistentry id="libgnome-2">
[0a7c3921]136 <term><filename class='libraryfile'>libgnome-2.{so,a}</filename></term>
[80ed143]137 <listitem>
138 <para>are the non-GUI portion of the <application>GNOME</application>
139 libraries.</para>
140 <indexterm zone="libgnome libgnome-2">
[0a7c3921]141 <primary sortas="c-libgnome-2">libgnome-2.{so,a}</primary>
[80ed143]142 </indexterm>
143 </listitem>
144 </varlistentry>
[fdca4266]145
[80ed143]146 </variablelist>
147
148 </sect2>
[8395a78]149
150</sect1>
Note: See TracBrowser for help on using the repository browser.