source: gnome/core/libgnomeui.xml@ 4437f63

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4437f63 was e62f701, checked in by Randy McMurchy <randy@…>, 19 years ago

Presentation cleanup of GNOME core packages

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

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[937425f]7 <!ENTITY libgnomeui-download-http "&gnome-download-http;/libgnomeui/&gnome-version;/libgnomeui-&libgnomeui-version;.tar.bz2">
8 <!ENTITY libgnomeui-download-ftp "&gnome-download-ftp;/libgnomeui/&gnome-version;/libgnomeui-&libgnomeui-version;.tar.bz2">
[51d7b70]9 <!ENTITY libgnomeui-md5sum "342a5b8a9d427ff950a71a245a5f4485">
10 <!ENTITY libgnomeui-size "1.8 MB">
11 <!ENTITY libgnomeui-buildsize "39.0 MB">
12 <!ENTITY libgnomeui-time "0.8 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>
[b22e19bf]21 <keywordset>
22 <keyword role="package">libgnomeui-&libgnomeui-version;.tar</keyword>
[e7307aa1]23 <keyword role="ftpdir">libgnomeui</keyword>
[b22e19bf]24 </keywordset>
[cc71fc3]25 </sect1info>
26
[51d7b70]27 <title>libgnomeui-&libgnomeui-version;</title>
[cc71fc3]28
29 <indexterm zone="libgnomeui">
30 <primary sortas="a-Libgnomeui">Libgnomeui</primary>
31 </indexterm>
32
33 <sect2 role="package">
[51d7b70]34 <title>Introduction to libgnomeui</title>
[cc71fc3]35
36 <para>The <application>libgnomeui</application> package contains
37 <filename class="libraryfile">libgnomeui</filename> libraries.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libgnomeui-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libgnomeui-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libgnomeui-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libgnomeui-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libgnomeui-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libgnomeui-time;</para>
58 </listitem>
59 </itemizedlist>
60
[51d7b70]61 <bridgehead renderas="sect3">libgnomeui Dependencies</bridgehead>
[cc71fc3]62
63 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]64 <para role="required"><xref linkend="libbonoboui"/> and
65 <xref linkend="gnome-keyring"/></para>
[cc71fc3]66
67 <bridgehead renderas="sect4">Optional</bridgehead>
[937425f]68 <para role="optional"><xref linkend="libjpeg"/> and
69 <xref linkend="gtk-doc"/></para>
[cc71fc3]70
71 </sect2>
72
73 <sect2 role="installation">
[51d7b70]74 <title>Installation of libgnomeui</title>
[cc71fc3]75
76 <para>Install <application>libgnomeui</application> by running the following
77 commands:</para>
78
79<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
[e62f701]80 --libexecdir=`pkg-config \
81 --variable=prefix ORBit-2.0`/lib/libgnomeui &amp;&amp;
[cc71fc3]82make</userinput></screen>
[166bc82]83
[cc71fc3]84 <para>This package does not come with a test suite.</para>
[166bc82]85
[cc71fc3]86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[166bc82]87
[cc71fc3]88<screen role="root"><userinput>make install</userinput></screen>
[fdca4266]89
[51d7b70]90 <para>If your <application>GNOME</application> installation prefix is
91 anything other than <filename class='directory'>/usr</filename>, create
92 the following symbolic link as the
93 <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/gtk-2.0/2.4.0/filesystems \
[e62f701]96 /usr/lib/gtk-2.0/2.4.0</userinput></screen>
[51d7b70]97
[cc71fc3]98 </sect2>
[fdca4266]99
[cc71fc3]100 <sect2 role="commands">
101 <title>Command Explanations</title>
[fdca4266]102
[cc71fc3]103 <para><parameter>--libexecdir=`pkg-config --variable=prefix
[937425f]104 ORBit-2.0`/lib/libgnomeui</parameter>: This switch puts libexec files in
105 <filename class="directory">$GNOME_PREFIX/lib/libgnomeui</filename> instead
106 of <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
[fdca4266]107
[51d7b70]108 <para><option>--with-kde-datadir=$KDE_PREFIX/share</option>: Use this
[937425f]109 parameter if you have <application>KDE</application> installed in any prefix
[51d7b70]110 other than <filename class='directory'>/usr</filename>.</para>
111
[cc71fc3]112 </sect2>
[fdca4266]113
[cc71fc3]114 <sect2 role="configuration">
[51d7b70]115 <title>Configuring libgnomeui</title>
[a8c49b1]116
[cc71fc3]117 <sect3>
118 <title>Configuration Information</title>
[a8c49b1]119
[cc71fc3]120 <para>Some applications cannot properly discover the
121 <application>libglade</application> interface library installed by
122 <application>libgnomeui</application>. Get around this problem by
123 initializing an environment variable which identifies the location
124 of the library. Add the following line to the system-wide
125 <filename>/etc/profile</filename> file, or to individual user's
126 <filename>~/.profile</filename> or <filename>~/.bashrc</filename>
127 files:</para>
[a8c49b1]128
[cc71fc3]129<screen><literal>export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0</literal></screen>
[a8c49b1]130
[cc71fc3]131 </sect3>
[fdca4266]132
[cc71fc3]133 </sect2>
[fdca4266]134
[cc71fc3]135 <sect2 role="content">
136 <title>Contents</title>
[fdca4266]137
[cc71fc3]138 <segmentedlist>
139 <segtitle>Installed Program</segtitle>
140 <segtitle>Installed Libraries</segtitle>
[f8ad622]141 <segtitle>Installed Directories</segtitle>
[fdca4266]142
[cc71fc3]143 <seglistitem>
144 <seg>gnome_segv2</seg>
[e62f701]145 <seg>libgnomeui-2.[so,a], the libgnome.[so,a] Glade library, and
146 the libgnome-vfs.[so,a] <application>GTK+</application> library</seg>
147 <seg>The following subdirectories of $GNOME_PREFIX/:
148 include/libgnomeui-2.0,
149 lib/[gtk-2.0/2.4.0/filesystems, libgnomeui], and
150 share/gtk-doc/html/libgnomeui</seg>
[cc71fc3]151 </seglistitem>
152 </segmentedlist>
[fdca4266]153
[cc71fc3]154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="libgnomeui-2">
160 <term><filename class='libraryfile'>libgnomeui-2.[so,a]</filename></term>
161 <listitem>
162 <para>are the GUI portion of the <application>GNOME</application>
163 libraries.</para>
164 <indexterm zone="libgnomeui libgnomeui-2">
165 <primary sortas="c-libgnomeui-2">libgnomeui-2.[so,a]</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
[0d9d396]173
174</sect1>
Note: See TracBrowser for help on using the repository browser.