source: gnome/deprecated/libgnome.xml@ e2abad8e

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 e2abad8e was 625d5fe5, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move some tags to consistent locations

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

  • Property mode set to 100644
File size: 5.9 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
[a006f98]7 <!ENTITY libgnome-download-http "&gnome-download-http;/libgnome/2.32/libgnome-&libgnome-version;.tar.bz2">
8 <!ENTITY libgnome-download-ftp "&gnome-download-ftp;/libgnome/2.32/libgnome-&libgnome-version;.tar.bz2">
9 <!ENTITY libgnome-md5sum "a4345e6087ae6195d65a4674ffdca559">
[36c18ac]10 <!ENTITY libgnome-size "1.7 MB">
11 <!ENTITY libgnome-buildsize "28 MB">
[a006f98]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>
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
[625d5fe5]35 &lfs70_checked;
36
[8d3eae9]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38 href="../../xincludes/gnome2.xml"/>
39
[80ed143]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libgnome-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libgnome-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libgnome-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libgnome-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libgnome-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libgnome-time;</para>
59 </listitem>
60 </itemizedlist>
61
[51d7b70]62 <bridgehead renderas="sect3">libgnome Dependencies</bridgehead>
[80ed143]63
64 <bridgehead renderas="sect4">Required</bridgehead>
[65ed5cb]65 <para role="required"><xref linkend="libbonobo"/> and
66 <xref linkend="gnome-vfs"/></para>
[80ed143]67
[dd9a2ad8]68 <bridgehead renderas="sect4">Recommended (if you plan on installing the
[a006f98]69 GNOME-2 deprecated packages)</bridgehead>
70 <para role="recommended"><xref linkend="libcanberra"/></para>
[dd9a2ad8]71
[80ed143]72 <bridgehead renderas="sect4">Optional</bridgehead>
[36c18ac]73 <para role="optional"><xref linkend="gtk-doc"/></para>
[80ed143]74
[0a7c3921]75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/libgnome"/></para>
77
[80ed143]78 </sect2>
79
80 <sect2 role="installation">
[51d7b70]81 <title>Installation of libgnome</title>
[80ed143]82
83 <para>Install <application>libgnome</application> by running the following
84 commands:</para>
85
[22fadd16]86<screen><userinput>
87./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[8d3eae9]88 --sysconfdir=&gnome-old-etc-dir; \
[22fadd16]89 --localstatedir=/var/lib \
90 --mandir=$(pkg-config --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[80ed143]91make</userinput></screen>
[d0de39a3]92
[80ed143]93 <para>This package does not come with a test suite.</para>
[d0de39a3]94
[80ed143]95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[d0de39a3]96
[80ed143]97<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]98
[80ed143]99 </sect2>
[fdca4266]100
[80ed143]101 <sect2 role="commands">
102 <title>Command Explanations</title>
[fdca4266]103
[e05cd03f]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a6c9fc2]105 href="../../xincludes/gnome-old-prefix.xml"/>
[864b24de]106
[e05cd03f]107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8d3eae9]108 href="../../xincludes/gnome-old-sysconfdir.xml"/>
[fdca4266]109
[80ed143]110 <para><parameter>--localstatedir=/var/lib</parameter>: This
[551b9389]111 parameter sets <envar>LIBGNOME_LOCALSTATEDIR</envar> to
[80ed143]112 <filename class='directory'>/var/lib</filename> instead
113 of <filename class='directory'>$GNOME_PREFIX/var</filename>
[919683dc]114 to synchronize with the <application>GNOME Games</application>
[80ed143]115 installation and properly record high scores in
116 <filename class='directory'>/var/lib/games</filename>.</para>
[d4613f3f]117
[e05cd03f]118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]119 href="../../xincludes/gnome-mandir.xml"/>
[551b9389]120
[a006f98]121 <!-- change dashes to pluses, otherwise not treated as a comment!
122 esound seems to have fallen out as a dep, probably because of pulse.
123 <para><option>++disable-esd</option>: This parameter is required if
124 <xref linkend="esound"/> is not installed.</para> -->
125
126 <para><option>--disable-static</option>: This switch prevents the static
[414007c]127 libraries being installed.</para>
[dd9a2ad8]128
[e05cd03f]129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]130 href="../../xincludes/gtk-doc-rebuild.xml"/>
131
[80ed143]132 </sect2>
[fdca4266]133
[80ed143]134 <sect2 role="content">
135 <title>Contents</title>
[fdca4266]136
[80ed143]137 <segmentedlist>
138 <segtitle>Installed Program</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
[fdca4266]141
[80ed143]142 <seglistitem>
143 <seg>gnome-open</seg>
[2a427ac]144 <seg>libgnome-2.{so,a} and the libmoniker_extra_2.{so,a} (bonobo
145 library)</seg>
[36c18ac]146 <seg>&gnome-etc-dir;/sound/events,
147 <envar>$GNOME_PREFIX</envar>/{include/libgnome-2.0/libgnome,
148 share/gtk-doc/html/libgnome}</seg>
[80ed143]149 </seglistitem>
150 </segmentedlist>
[fdca4266]151
[80ed143]152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
[fdca4266]156
[80ed143]157 <varlistentry id="libgnome-2">
[0a7c3921]158 <term><filename class='libraryfile'>libgnome-2.{so,a}</filename></term>
[80ed143]159 <listitem>
160 <para>are the non-GUI portion of the <application>GNOME</application>
161 libraries.</para>
162 <indexterm zone="libgnome libgnome-2">
[0a7c3921]163 <primary sortas="c-libgnome-2">libgnome-2.{so,a}</primary>
[80ed143]164 </indexterm>
165 </listitem>
166 </varlistentry>
[fdca4266]167
[80ed143]168 </variablelist>
169
170 </sect2>
[8395a78]171
172</sect1>
Note: See TracBrowser for help on using the repository browser.