source: general/genlib/libglade.xml@ adf6dd9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 adf6dd9a was dc6ba1c0, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

More lfs74 tags

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

  • Property mode set to 100644
File size: 5.1 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
[c023b7d]7 <!ENTITY libglade-download-http "&gnome-download-http;/libglade/2.6/libglade-&libglade-version;.tar.bz2">
8 <!ENTITY libglade-download-ftp "&gnome-download-ftp;/libglade/2.6/libglade-&libglade-version;.tar.bz2">
[214718a]9 <!ENTITY libglade-md5sum "d1776b40f4e166b5e9c107f1c8fe4139">
10 <!ENTITY libglade-size "348 KB">
11 <!ENTITY libglade-buildsize "5 MB">
[d93a17c1]12 <!ENTITY libglade-time "0.1 SBU">
[fdca4266]13]>
14
[1776828]15<sect1 id="libglade" xreflabel="libglade-&libglade-version;">
[41affe68]16 <?dbhtml filename="libglade.html"?>
[b66607a]17
[41affe68]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[b66607a]22
[0cbc4b3]23 <title>libglade-&libglade-version;</title>
[b66607a]24
[41affe68]25 <indexterm zone="libglade">
26 <primary sortas="a-Libglade">Libglade</primary>
27 </indexterm>
28
29 <sect2 role="package">
[0cbc4b3]30 <title>Introduction to libglade</title>
[41affe68]31
[74390482]32 <para>The <application>libglade</application> package contains
33 <filename class="libraryfile">libglade</filename> libraries. These are useful
[41affe68]34 for loading Glade interface files in a program at runtime.</para>
[b66607a]35
[dc6ba1c0]36 &lfs74_checked;
[214718a]37
[41affe68]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libglade-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libglade-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libglade-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libglade-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libglade-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libglade-time;</para>
57 </listitem>
58 </itemizedlist>
[b66607a]59
[0cbc4b3]60 <bridgehead renderas="sect3">libglade Dependencies</bridgehead>
[b66607a]61
[41affe68]62 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]63 <para role="required"><xref linkend="libxml2"/> and
[41affe68]64 <xref linkend="gtk2"/></para>
[b66607a]65
[41affe68]66 <bridgehead renderas="sect4">Optional</bridgehead>
[4716d52]67 <para role="optional"><xref linkend="python2"/>
[41affe68]68 and <xref linkend="gtk-doc"/></para>
[b66607a]69
[1039de3]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libglade"/></para>
72
[41affe68]73 </sect2>
[b66607a]74
[41affe68]75 <sect2 role="installation">
[0cbc4b3]76 <title>Installation of libglade</title>
[41affe68]77
[74390482]78 <para>Install <application>libglade</application> by running the following
[41affe68]79 commands:</para>
[fdca4266]80
[978865f2]81<screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' glade/Makefile.in &amp;&amp;
[9beb334]82./configure --prefix=/usr --disable-static &amp;&amp;
[feb2027]83make</userinput></screen>
[b66607a]84
[48d0ea5b]85 <para>To test the results, issue: <command>make check</command>.
86 One of the tests, test-convert, is known to fail.</para>
[d93a17c1]87
[41affe68]88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[b66607a]89
[41affe68]90<screen role="root"><userinput>make install</userinput></screen>
[b66607a]91
[41affe68]92 </sect2>
[b66607a]93
[41affe68]94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
[978865f2]97 <para><command>sed -i '/DG_DISABLE_DEPRECATED/d'</command>: Some of the
98 <application>glib</application> functions that
99 <application>libglade</application> uses were declared deprecated in
100 glib-2.30. This sed removes the G_DISABLE_DEPRECATED CFLAG.</para>
101
[9beb334]102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../xincludes/static-libraries.xml"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../../xincludes/gtk-doc-rebuild.xml"/>
[48d0ea5b]107
[41affe68]108 </sect2>
[b66607a]109
[41affe68]110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Program</segtitle>
115 <segtitle>Installed Library</segtitle>
116 <segtitle>Installed Directories</segtitle>
[b66607a]117
[41affe68]118 <seglistitem>
[d93a17c1]119 <seg>libglade-convert (requires <command>python</command>)</seg>
[9beb334]120 <seg>libglade-2.0.so</seg>
[214718a]121 <seg>/usr/{include/libglade-2.0/glade,share/{gtk-doc/html/libglade,
122 xml/libglade}}</seg>
[41affe68]123 </seglistitem>
124 </segmentedlist>
[b66607a]125
[41affe68]126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
[c5f43719]129 <?dbhtml list-presentation="table"?>
[b66607a]130
[41affe68]131 <varlistentry id="libglade-convert">
132 <term><command>libglade-convert</command></term>
133 <listitem>
[74390482]134 <para>is used to convert old Glade interface files to
[41affe68]135 Glade-2.0 standards.</para>
136 <indexterm zone="libglade libglade-convert">
137 <primary sortas="b-libglade-convert">libglade-convert</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
[b66607a]141
[41affe68]142 <varlistentry id="libglade-lib">
[9beb334]143 <term><filename class='libraryfile'>libglade-2.0.so</filename></term>
[41affe68]144 <listitem>
[74390482]145 <para>contain the functions necessary to load Glade interface
[41affe68]146 files.</para>
147 <indexterm zone="libglade libglade-lib">
[9beb334]148 <primary sortas="c-libglade-2.0">libglade-2.0.so</primary>
[41affe68]149 </indexterm>
150 </listitem>
151 </varlistentry>
[b66607a]152
[41affe68]153 </variablelist>
154
155 </sect2>
[1776828]156
157</sect1>
Note: See TracBrowser for help on using the repository browser.