source: archive/deprecated/libgnomeui.xml@ 87068b5f

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 87068b5f was 87068b5f, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Move deprecated gnome packages and gnucash to the archive.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11556 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">
[67f6cfd]9 <!ENTITY libgnomeui-md5sum "d4bb506b1916015323928faab5aa708b">
10 <!ENTITY libgnomeui-size "1.4 MB">
11 <!ENTITY libgnomeui-buildsize "53 MB">
[675753d6]12 <!ENTITY libgnomeui-time "0.7 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
[79e6d17]35 &lfs72_checked;
[625d5fe5]36
[8d3eae9]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38 href="../../xincludes/gnome2.xml"/>
39
[cc71fc3]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libgnomeui-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libgnomeui-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libgnomeui-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libgnomeui-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libgnomeui-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libgnomeui-time;</para>
59 </listitem>
60 </itemizedlist>
61
[51d7b70]62 <bridgehead renderas="sect3">libgnomeui Dependencies</bridgehead>
[cc71fc3]63
64 <bridgehead renderas="sect4">Required</bridgehead>
[675753d6]65 <para role="required"><xref linkend="libbonoboui"/>,
66 <xref linkend="libgnome-keyring"/>, and
67 <xref linkend="xorg7-lib"/></para>
[cc71fc3]68
69 <bridgehead renderas="sect4">Optional</bridgehead>
[67f6cfd]70 <para role="optional"><!-- <xref linkend="libjpeg"/>,
71 <xref linkend="esound"/>, and -->
[937425f]72 <xref linkend="gtk-doc"/></para>
[cc71fc3]73
[0a7c3921]74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/libgnomeui"/></para>
76
[cc71fc3]77 </sect2>
78
79 <sect2 role="installation">
[51d7b70]80 <title>Installation of libgnomeui</title>
[cc71fc3]81
82 <para>Install <application>libgnomeui</application> by running the following
83 commands:</para>
84
[a6bee1f]85<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[09d0541]86 --libexecdir=$(pkg-config \
[79e6d17]87 --variable=prefix ORBit-2.0)/lib/libgnomeui &amp;&amp;
[cc71fc3]88make</userinput></screen>
[166bc82]89
[67f6cfd]90 <para>This package's testsuite is only intended to be used by the
91 maintainer to check i18n files.</para>
[166bc82]92
[cc71fc3]93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[166bc82]94
[675753d6]95<screen role="root"><userinput>make install</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"
[a6c9fc2]103 href="../../xincludes/gnome-old-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
[67f6cfd]111 <para><option>--disable-static</option>: This switch prevents the static
112 libraries being installed.</para>
113
114 <!-- seems bogus, no kde dependencies. dashes changed to plus to keep it
115 as a valid comment
[2cfb44a4]116 <para><option>++with-kde-datadir=&kde-dir;/share</option>: Use this
[937425f]117 parameter if you have <application>KDE</application> installed in any prefix
[67f6cfd]118 other than <filename class='directory'>/usr</filename>.</para>-->
[51d7b70]119
[e05cd03f]120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]121 href="../../xincludes/gtk-doc-rebuild.xml"/>
122
[cc71fc3]123 </sect2>
[fdca4266]124
[67f6cfd]125 <!-- not relevant to anything using the deprecated packages
[cc71fc3]126 <sect2 role="configuration">
[51d7b70]127 <title>Configuring libgnomeui</title>
[a8c49b1]128
[cc71fc3]129 <sect3>
130 <title>Configuration Information</title>
[a8c49b1]131
[cc71fc3]132 <para>Some applications cannot properly discover the
133 <application>libglade</application> interface library installed by
134 <application>libgnomeui</application>. Get around this problem by
135 initializing an environment variable which identifies the location
136 of the library. Add the following line to the system-wide
137 <filename>/etc/profile</filename> file, or to individual user's
138 <filename>~/.profile</filename> or <filename>~/.bashrc</filename>
139 files:</para>
[a8c49b1]140
[cc71fc3]141<screen><literal>export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0</literal></screen>
[a8c49b1]142
[cc71fc3]143 </sect3>
[fdca4266]144
[67f6cfd]145 </sect2> -->
[fdca4266]146
[cc71fc3]147 <sect2 role="content">
148 <title>Contents</title>
[fdca4266]149
[cc71fc3]150 <segmentedlist>
[551b9389]151 <segtitle>Installed Programs</segtitle>
[cc71fc3]152 <segtitle>Installed Libraries</segtitle>
[f8ad622]153 <segtitle>Installed Directories</segtitle>
[fdca4266]154
[cc71fc3]155 <seglistitem>
[351a8d9]156 <seg>None</seg>
157 <seg>libgnomeui-2.{so,a} and libgnome.{so,a} Glade library</seg>
[79e6d17]158 <seg>/usr/include/libgnomeui-2.0/libgnomeui,
159 /usr/share/gtk-doc/html/libgnomeui</seg>
[cc71fc3]160 </seglistitem>
161 </segmentedlist>
[fdca4266]162
[cc71fc3]163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="libgnomeui-2">
[0a7c3921]169 <term><filename class='libraryfile'>libgnomeui-2.{so,a}</filename></term>
[cc71fc3]170 <listitem>
171 <para>are the GUI portion of the <application>GNOME</application>
172 libraries.</para>
173 <indexterm zone="libgnomeui libgnomeui-2">
[0a7c3921]174 <primary sortas="c-libgnomeui-2">libgnomeui-2.{so,a}</primary>
[cc71fc3]175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
[0d9d396]182
183</sect1>
Note: See TracBrowser for help on using the repository browser.