source: x/lib/libglade.xml@ 03c0def

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 03c0def was 03c0def, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Tags for GTK+-3

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