source: x/lib/libglade.xml@ 4c24eb0a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
9 <!ENTITY libglade-md5sum "d1776b40f4e166b5e9c107f1c8fe4139">
10 <!ENTITY libglade-size "348 KB">
11 <!ENTITY libglade-buildsize "5 MB">
12 <!ENTITY libglade-time "0.1 SBU">
13]>
14
15<sect1 id="libglade" xreflabel="libglade-&libglade-version;">
16 <?dbhtml filename="libglade.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libglade-&libglade-version;</title>
24
25 <indexterm zone="libglade">
26 <primary sortas="a-Libglade">Libglade</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libglade</title>
31
32 <para>
33 The <application>libglade</application> package contains
34 <filename class="libraryfile">libglade</filename> libraries. These are
35 useful for loading Glade interface files in a program at runtime.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libglade-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libglade-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libglade-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libglade-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libglade-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libglade-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libglade Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libxml2"/> and
79 <xref linkend="gtk2"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="python2"/> and
85 <xref linkend="gtk-doc"/>
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/libglade"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of libglade</title>
95
96 <para>
97 Install <application>libglade</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' glade/Makefile.in &amp;&amp;
102./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>.
107 One of the tests, test-convert, is known to fail.
108 </para>
109 <!-- on this build run (2018-08-14), the tests skipped. Need to see if
110 there are any functionality issues later. -->
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <command>sed -i '/DG_DISABLE_DEPRECATED/d'</command>: Some of the
125 <application>glib</application> functions that
126 <application>libglade</application> uses were declared deprecated in
127 glib-2.30. This sed removes the G_DISABLE_DEPRECATED CFLAG.
128 </para>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/static-libraries.xml"/>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/gtk-doc-rebuild.xml"/>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Program</segtitle>
143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>libglade-convert (requires <command>python</command>)</seg>
148 <seg>libglade-2.0.so</seg>
149 <seg>/usr/{include/libglade-2.0/glade,share/{gtk-doc/html/libglade,
150 xml/libglade}}</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="libglade-convert">
160 <term><command>libglade-convert</command></term>
161 <listitem>
162 <para>
163 is used to convert old Glade interface files to
164 Glade-2.0 standards
165 </para>
166 <indexterm zone="libglade libglade-convert">
167 <primary sortas="b-libglade-convert">libglade-convert</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="libglade-lib">
173 <term><filename class="libraryfile">libglade-2.0.so</filename></term>
174 <listitem>
175 <para>
176 contains the functions necessary to load Glade interface files
177 </para>
178 <indexterm zone="libglade libglade-lib">
179 <primary sortas="c-libglade-2.0">libglade-2.0.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.