source: gnome/core/libgnomeui.xml@ 675753d6

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 675753d6 was 675753d6, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to libgnomeui-2.24.3.

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

  • Property mode set to 100644
File size: 5.9 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 "ceab6f4370581d1a03c09f15cc103099">
10 <!ENTITY libgnomeui-size "1.3 MB">
11 <!ENTITY libgnomeui-buildsize "41 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 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libgnomeui-&libgnomeui-version;</title>
24
25 <indexterm zone="libgnomeui">
26 <primary sortas="a-Libgnomeui">Libgnomeui</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libgnomeui</title>
31
32 <para>The <application>libgnomeui</application> package contains
33 <filename class="libraryfile">libgnomeui</filename> libraries.</para>
34
35 &lfs65_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libgnomeui-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libgnomeui-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libgnomeui-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libgnomeui-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libgnomeui-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libgnomeui-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">libgnomeui Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="libbonoboui"/>,
63 <xref linkend="libgnome-keyring"/>, and
64 <xref linkend="xorg7-lib"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="libjpeg"/>,
68 <xref linkend="esound"/>, and
69 <xref linkend="gtk-doc"/></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/libgnomeui"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of libgnomeui</title>
78
79 <para>Install <application>libgnomeui</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
83 --libexecdir=$(pkg-config \
84 --variable=prefix ORBit-2.0)/lib/libgnomeui &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</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-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>--with-kde-datadir=$KDE_PREFIX/share</option>: Use this
108 parameter if you have <application>KDE</application> installed in any prefix
109 other than <filename class='directory'>/usr</filename>.</para>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gtk-doc-rebuild.xml"/>
113
114 </sect2>
115
116 <sect2 role="configuration">
117 <title>Configuring libgnomeui</title>
118
119 <sect3>
120 <title>Configuration Information</title>
121
122 <para>Some applications cannot properly discover the
123 <application>libglade</application> interface library installed by
124 <application>libgnomeui</application>. Get around this problem by
125 initializing an environment variable which identifies the location
126 of the library. Add the following line to the system-wide
127 <filename>/etc/profile</filename> file, or to individual user's
128 <filename>~/.profile</filename> or <filename>~/.bashrc</filename>
129 files:</para>
130
131<screen><literal>export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0</literal></screen>
132
133 </sect3>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>None</seg>
147 <seg>libgnomeui-2.{so,a} and libgnome.{so,a} Glade library</seg>
148 <seg><envar>$GNOME_PREFIX</envar>/{include/libgnomeui-2.0/libgnomeui,
149 share/gtk-doc/html/libgnomeui}</seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libgnomeui-2">
159 <term><filename class='libraryfile'>libgnomeui-2.{so,a}</filename></term>
160 <listitem>
161 <para>are the GUI portion of the <application>GNOME</application>
162 libraries.</para>
163 <indexterm zone="libgnomeui libgnomeui-2">
164 <primary sortas="c-libgnomeui-2">libgnomeui-2.{so,a}</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.