source: gnome/core/libgnomeui.xml@ e05cd03f

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

Replaced deprecated w3.org XInclude throughout the book

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

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