source: archive/deprecated/libgnomeui.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.2 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
[351a8d9]7 <!ENTITY libgnomeui-download-http "&gnome-download-http;/libgnomeui/2.24/libgnomeui-&libgnomeui-version;.tar.bz2">
8 <!ENTITY libgnomeui-download-ftp "&gnome-download-ftp;/libgnomeui/2.24/libgnomeui-&libgnomeui-version;.tar.bz2">
[67f6cfd]9 <!ENTITY libgnomeui-md5sum "d4bb506b1916015323928faab5aa708b">
10 <!ENTITY libgnomeui-size "1.4 MB">
11 <!ENTITY libgnomeui-buildsize "53 MB">
[675753d6]12 <!ENTITY libgnomeui-time "0.7 SBU">
[fdca4266]13]>
14
[0d9d396]15<sect1 id="libgnomeui" xreflabel="libgnomeui-&libgnomeui-version;">
[cc71fc3]16 <?dbhtml filename="libgnomeui.html"?>
17
18
[51d7b70]19 <title>libgnomeui-&libgnomeui-version;</title>
[cc71fc3]20
21 <indexterm zone="libgnomeui">
22 <primary sortas="a-Libgnomeui">Libgnomeui</primary>
23 </indexterm>
24
25 <sect2 role="package">
[51d7b70]26 <title>Introduction to libgnomeui</title>
[cc71fc3]27
28 <para>The <application>libgnomeui</application> package contains
29 <filename class="libraryfile">libgnomeui</filename> libraries.</para>
30
[79e6d17]31 &lfs72_checked;
[625d5fe5]32
[8d3eae9]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34 href="../../xincludes/gnome2.xml"/>
35
[cc71fc3]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&libgnomeui-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&libgnomeui-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &libgnomeui-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &libgnomeui-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &libgnomeui-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &libgnomeui-time;</para>
55 </listitem>
56 </itemizedlist>
57
[51d7b70]58 <bridgehead renderas="sect3">libgnomeui Dependencies</bridgehead>
[cc71fc3]59
60 <bridgehead renderas="sect4">Required</bridgehead>
[675753d6]61 <para role="required"><xref linkend="libbonoboui"/>,
62 <xref linkend="libgnome-keyring"/>, and
63 <xref linkend="xorg7-lib"/></para>
[cc71fc3]64
65 <bridgehead renderas="sect4">Optional</bridgehead>
[67f6cfd]66 <para role="optional"><!-- <xref linkend="libjpeg"/>,
67 <xref linkend="esound"/>, and -->
[937425f]68 <xref linkend="gtk-doc"/></para>
[cc71fc3]69
[0a7c3921]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libgnomeui"/></para>
72
[cc71fc3]73 </sect2>
74
75 <sect2 role="installation">
[51d7b70]76 <title>Installation of libgnomeui</title>
[cc71fc3]77
78 <para>Install <application>libgnomeui</application> by running the following
79 commands:</para>
80
[a6bee1f]81<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[09d0541]82 --libexecdir=$(pkg-config \
[79e6d17]83 --variable=prefix ORBit-2.0)/lib/libgnomeui &amp;&amp;
[cc71fc3]84make</userinput></screen>
[166bc82]85
[67f6cfd]86 <para>This package's testsuite is only intended to be used by the
87 maintainer to check i18n files.</para>
[166bc82]88
[cc71fc3]89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[166bc82]90
[675753d6]91<screen role="root"><userinput>make install</userinput></screen>
[51d7b70]92
[cc71fc3]93 </sect2>
[fdca4266]94
[cc71fc3]95 <sect2 role="commands">
96 <title>Command Explanations</title>
[fdca4266]97
[e05cd03f]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a6c9fc2]99 href="../../xincludes/gnome-old-prefix.xml"/>
[551b9389]100
[a6bee1f]101 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[551b9389]102 ORBit-2.0)/lib/libgnomeui</parameter>: This parameter causes the libexec
103 files to be installed in the preferred location of
[937425f]104 <filename class="directory">$GNOME_PREFIX/lib/libgnomeui</filename> instead
105 of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]106
[67f6cfd]107 <para><option>--disable-static</option>: This switch prevents the static
108 libraries being installed.</para>
109
110 <!-- seems bogus, no kde dependencies. dashes changed to plus to keep it
111 as a valid comment
[2cfb44a4]112 <para><option>++with-kde-datadir=&kde-dir;/share</option>: Use this
[937425f]113 parameter if you have <application>KDE</application> installed in any prefix
[67f6cfd]114 other than <filename class='directory'>/usr</filename>.</para>-->
[51d7b70]115
[e05cd03f]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]117 href="../../xincludes/gtk-doc-rebuild.xml"/>
118
[cc71fc3]119 </sect2>
[fdca4266]120
[67f6cfd]121 <!-- not relevant to anything using the deprecated packages
[cc71fc3]122 <sect2 role="configuration">
[51d7b70]123 <title>Configuring libgnomeui</title>
[a8c49b1]124
[cc71fc3]125 <sect3>
126 <title>Configuration Information</title>
[a8c49b1]127
[cc71fc3]128 <para>Some applications cannot properly discover the
129 <application>libglade</application> interface library installed by
130 <application>libgnomeui</application>. Get around this problem by
131 initializing an environment variable which identifies the location
132 of the library. Add the following line to the system-wide
133 <filename>/etc/profile</filename> file, or to individual user's
134 <filename>~/.profile</filename> or <filename>~/.bashrc</filename>
135 files:</para>
[a8c49b1]136
[cc71fc3]137<screen><literal>export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0</literal></screen>
[a8c49b1]138
[cc71fc3]139 </sect3>
[fdca4266]140
[67f6cfd]141 </sect2> -->
[fdca4266]142
[cc71fc3]143 <sect2 role="content">
144 <title>Contents</title>
[fdca4266]145
[cc71fc3]146 <segmentedlist>
[551b9389]147 <segtitle>Installed Programs</segtitle>
[cc71fc3]148 <segtitle>Installed Libraries</segtitle>
[f8ad622]149 <segtitle>Installed Directories</segtitle>
[fdca4266]150
[cc71fc3]151 <seglistitem>
[351a8d9]152 <seg>None</seg>
153 <seg>libgnomeui-2.{so,a} and libgnome.{so,a} Glade library</seg>
[79e6d17]154 <seg>/usr/include/libgnomeui-2.0/libgnomeui,
155 /usr/share/gtk-doc/html/libgnomeui</seg>
[cc71fc3]156 </seglistitem>
157 </segmentedlist>
[fdca4266]158
[cc71fc3]159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="libgnomeui-2">
[0a7c3921]165 <term><filename class='libraryfile'>libgnomeui-2.{so,a}</filename></term>
[cc71fc3]166 <listitem>
167 <para>are the GUI portion of the <application>GNOME</application>
168 libraries.</para>
169 <indexterm zone="libgnomeui libgnomeui-2">
[0a7c3921]170 <primary sortas="c-libgnomeui-2">libgnomeui-2.{so,a}</primary>
[cc71fc3]171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
[0d9d396]178
179</sect1>
Note: See TracBrowser for help on using the repository browser.