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
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
9 <!ENTITY libgnomeui-md5sum "d4bb506b1916015323928faab5aa708b">
10 <!ENTITY libgnomeui-size "1.4 MB">
11 <!ENTITY libgnomeui-buildsize "53 MB">
12 <!ENTITY libgnomeui-time "0.7 SBU">
13]>
14
15<sect1 id="libgnomeui" xreflabel="libgnomeui-&libgnomeui-version;">
16 <?dbhtml filename="libgnomeui.html"?>
17
18
19 <title>libgnomeui-&libgnomeui-version;</title>
20
21 <indexterm zone="libgnomeui">
22 <primary sortas="a-Libgnomeui">Libgnomeui</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgnomeui</title>
27
28 <para>The <application>libgnomeui</application> package contains
29 <filename class="libraryfile">libgnomeui</filename> libraries.</para>
30
31 &lfs72_checked;
32
33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34 href="../../xincludes/gnome2.xml"/>
35
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
58 <bridgehead renderas="sect3">libgnomeui Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="libbonoboui"/>,
62 <xref linkend="libgnome-keyring"/>, and
63 <xref linkend="xorg7-lib"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><!-- <xref linkend="libjpeg"/>,
67 <xref linkend="esound"/>, and -->
68 <xref linkend="gtk-doc"/></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libgnomeui"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of libgnomeui</title>
77
78 <para>Install <application>libgnomeui</application> by running the following
79 commands:</para>
80
81<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
82 --libexecdir=$(pkg-config \
83 --variable=prefix ORBit-2.0)/lib/libgnomeui &amp;&amp;
84make</userinput></screen>
85
86 <para>This package's testsuite is only intended to be used by the
87 maintainer to check i18n files.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../xincludes/gnome-old-prefix.xml"/>
100
101 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
102 ORBit-2.0)/lib/libgnomeui</parameter>: This parameter causes the libexec
103 files to be installed in the preferred location of
104 <filename class="directory">$GNOME_PREFIX/lib/libgnomeui</filename> instead
105 of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
106
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
112 <para><option>++with-kde-datadir=&kde-dir;/share</option>: Use this
113 parameter if you have <application>KDE</application> installed in any prefix
114 other than <filename class='directory'>/usr</filename>.</para>-->
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/gtk-doc-rebuild.xml"/>
118
119 </sect2>
120
121 <!-- not relevant to anything using the deprecated packages
122 <sect2 role="configuration">
123 <title>Configuring libgnomeui</title>
124
125 <sect3>
126 <title>Configuration Information</title>
127
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>
136
137<screen><literal>export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0</literal></screen>
138
139 </sect3>
140
141 </sect2> -->
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>None</seg>
153 <seg>libgnomeui-2.{so,a} and libgnome.{so,a} Glade library</seg>
154 <seg>/usr/include/libgnomeui-2.0/libgnomeui,
155 /usr/share/gtk-doc/html/libgnomeui</seg>
156 </seglistitem>
157 </segmentedlist>
158
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">
165 <term><filename class='libraryfile'>libgnomeui-2.{so,a}</filename></term>
166 <listitem>
167 <para>are the GUI portion of the <application>GNOME</application>
168 libraries.</para>
169 <indexterm zone="libgnomeui libgnomeui-2">
170 <primary sortas="c-libgnomeui-2">libgnomeui-2.{so,a}</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.