source: gnome/core/libgnome.xml@ 67325819

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 67325819 was dd9a2ad8, checked in by Randy McMurchy <randy@…>, 16 years ago

Added a parameter to the libgnome configure command to account for ESounD may not be installed

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

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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">
[65ed5cb]9 <!ENTITY libgnome-md5sum "73426589d7c6fa3266fe4e8f3be2f5b5">
10 <!ENTITY libgnome-size "1.0 MB">
11 <!ENTITY libgnome-buildsize "24 MB">
12 <!ENTITY libgnome-time "0.3 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>
21 </sect1info>
22
[51d7b70]23 <title>libgnome-&libgnome-version;</title>
[80ed143]24
25 <indexterm zone="libgnome">
26 <primary sortas="a-Libgnome">Libgnome</primary>
27 </indexterm>
28
29 <sect2 role="package">
[51d7b70]30 <title>Introduction to libgnome</title>
[80ed143]31
32 <para>The <application>libgnome</application> package contains the
33 <filename class="libraryfile">libgnome</filename> library.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libgnome-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libgnome-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libgnome-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libgnome-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libgnome-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libgnome-time;</para>
54 </listitem>
55 </itemizedlist>
56
[51d7b70]57 <bridgehead renderas="sect3">libgnome Dependencies</bridgehead>
[80ed143]58
59 <bridgehead renderas="sect4">Required</bridgehead>
[65ed5cb]60 <para role="required"><xref linkend="libbonobo"/> and
61 <xref linkend="gnome-vfs"/></para>
[80ed143]62
[dd9a2ad8]63 <bridgehead renderas="sect4">Recommended (if you plan on installing the
64 GNOME desktop)</bridgehead>
65 <para role="recommended"><xref linkend="esound"/></para>
66
[80ed143]67 <bridgehead renderas="sect4">Optional</bridgehead>
[dd9a2ad8]68 <para role="optional"><xref linkend="gtk-doc"/> and
[a6bee1f]69 <xref linkend="intltool"/></para>
[80ed143]70
[0a7c3921]71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/libgnome"/></para>
73
[80ed143]74 </sect2>
75
76 <sect2 role="installation">
[51d7b70]77 <title>Installation of libgnome</title>
[80ed143]78
79 <para>Install <application>libgnome</application> by running the following
80 commands:</para>
81
[a6bee1f]82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[e62f701]83 --sysconfdir=&gnome-etc-dir; \
[a6bee1f]84 --localstatedir=/var/lib \
85 --mandir=$(pkg-config \
[dd9a2ad8]86 --variable=prefix ORBit-2.0)/share/man \
87 --disable-esd &amp;&amp;
[80ed143]88make</userinput></screen>
[d0de39a3]89
[80ed143]90 <para>This package does not come with a test suite.</para>
[d0de39a3]91
[80ed143]92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[d0de39a3]93
[80ed143]94<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]95
[80ed143]96 </sect2>
[fdca4266]97
[80ed143]98 <sect2 role="commands">
99 <title>Command Explanations</title>
[fdca4266]100
[551b9389]101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]102 href="../../xincludes/gnome-prefix.xml"/>
[864b24de]103
[551b9389]104 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]105 href="../../xincludes/gnome-sysconfdir.xml"/>
[fdca4266]106
[80ed143]107 <para><parameter>--localstatedir=/var/lib</parameter>: This
[551b9389]108 parameter sets <envar>LIBGNOME_LOCALSTATEDIR</envar> to
[80ed143]109 <filename class='directory'>/var/lib</filename> instead
110 of <filename class='directory'>$GNOME_PREFIX/var</filename>
[919683dc]111 to synchronize with the <application>GNOME Games</application>
[80ed143]112 installation and properly record high scores in
113 <filename class='directory'>/var/lib/games</filename>.</para>
[d4613f3f]114
[551b9389]115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7cdaed0]116 href="../../xincludes/gnome-mandir.xml"/>
[551b9389]117
[dd9a2ad8]118 <para><parameter>--disable-esd</parameter>: This parameter is required if
119 <xref linkend="esound"/> is not installed. Remove it if the package is
120 installed.</para>
121
[551b9389]122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
124
[80ed143]125 </sect2>
[fdca4266]126
[80ed143]127 <sect2 role="content">
128 <title>Contents</title>
[fdca4266]129
[80ed143]130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
[fdca4266]134
[80ed143]135 <seglistitem>
136 <seg>gnome-open</seg>
[0a7c3921]137 <seg>libgnome-2.{so,a} and the libmoniker_extra_2.{so,a} bonobo
[80ed143]138 library</seg>
[a6bee1f]139 <seg>&gnome-etc-dir;/sound,
[551b9389]140 and the following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[a6bee1f]141 include/libgnome-2.0, share/gtk-doc/html/libgnome</seg>
[80ed143]142 </seglistitem>
143 </segmentedlist>
[fdca4266]144
[80ed143]145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
[fdca4266]149
[80ed143]150 <varlistentry id="libgnome-2">
[0a7c3921]151 <term><filename class='libraryfile'>libgnome-2.{so,a}</filename></term>
[80ed143]152 <listitem>
153 <para>are the non-GUI portion of the <application>GNOME</application>
154 libraries.</para>
155 <indexterm zone="libgnome libgnome-2">
[0a7c3921]156 <primary sortas="c-libgnome-2">libgnome-2.{so,a}</primary>
[80ed143]157 </indexterm>
158 </listitem>
159 </varlistentry>
[fdca4266]160
[80ed143]161 </variablelist>
162
163 </sect2>
[8395a78]164
165</sect1>
Note: See TracBrowser for help on using the repository browser.