source: gnome/core/libgnomeui.xml@ b22e19bf

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 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 b22e19bf was b22e19bf, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Gnome-core chapter.

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

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