source: gnome/core/libgnomeui.xml@ c64a089

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 c64a089 was 293abe4, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Revised the list of instaled files and dirs.

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

  • Property mode set to 100644
File size: 5.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 "e17c0d97e5f240513ac2d36268d696ed">
10 <!ENTITY libgnomeui-size "1.6 MB">
11 <!ENTITY libgnomeui-buildsize "37 MB">
12 <!ENTITY libgnomeui-time "0.9 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 <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
57 <bridgehead renderas="sect3">Libgnomeui Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para><xref linkend="libbonoboui"/> and <xref linkend="gnome-keyring"/></para>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para><xref linkend="libjpeg"/> and <xref linkend="gtk-doc"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of Libgnomeui</title>
69
70 <para>Install <application>libgnomeui</application> by running the following
71 commands:</para>
72
73<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
74 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
75make</userinput></screen>
76
77 <para>This package does not come with a test suite.</para>
78
79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
80
81<screen role="root"><userinput>make install</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="commands">
86 <title>Command Explanations</title>
87
88 <para><parameter>--libexecdir=`pkg-config --variable=prefix
89 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
90 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
91 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
92
93 </sect2>
94
95 <sect2 role="configuration">
96 <title>Configuring Libgnomeui</title>
97
98 <sect3>
99 <title>Configuration Information</title>
100
101 <para>Some applications cannot properly discover the
102 <application>libglade</application> interface library installed by
103 <application>libgnomeui</application>. Get around this problem by
104 initializing an environment variable which identifies the location
105 of the library. Add the following line to the system-wide
106 <filename>/etc/profile</filename> file, or to individual user's
107 <filename>~/.profile</filename> or <filename>~/.bashrc</filename>
108 files:</para>
109
110<screen><literal>export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0</literal></screen>
111
112 </sect3>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>gnome_segv2</seg>
126 <seg>libgnomeui-2[so,a], libgnome[so,a] glade library, and
127 libgnome-vfs[so,a] <application>GTK+</application> library.</seg>
128 <seg>$GNOME_PREFIX/include/libgnomeui-2.0</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="libgnomeui-2">
138 <term><filename class='libraryfile'>libgnomeui-2.[so,a]</filename></term>
139 <listitem>
140 <para>are the GUI portion of the <application>GNOME</application>
141 libraries.</para>
142 <indexterm zone="libgnomeui libgnomeui-2">
143 <primary sortas="c-libgnomeui-2">libgnomeui-2.[so,a]</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.