source: x/lib/libglade.xml@ eb1089d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 eb1089d was eb1089d, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to qpdf-8.2.1.
Tags

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

  • Property mode set to 100644
File size: 5.3 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>The <application>libglade</application> package contains
33 <filename class="libraryfile">libglade</filename> libraries. These are
34 useful for loading Glade interface files in a program at runtime.</para>
35
36 &lfs83_checked;
37
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>
59
60 <bridgehead renderas="sect3">libglade Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="libxml2"/> and
64 <xref linkend="gtk2"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="python2"/>
68 and <xref linkend="gtk-doc"/></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libglade"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of libglade</title>
77
78 <para>Install <application>libglade</application> by running the following
79 commands:</para>
80
81<screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' glade/Makefile.in &amp;&amp;
82./configure --prefix=/usr --disable-static &amp;&amp;
83make</userinput></screen>
84
85 <para>To test the results, issue: <command>make check</command>.
86 One of the tests, test-convert, is known to fail.</para>
87 <!-- on this build run (2018-08-14), the tests skipped. Need to see if
88 there are any functionality issues later. -->
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><command>sed -i '/DG_DISABLE_DEPRECATED/d'</command>: Some of the
100 <application>glib</application> functions that
101 <application>libglade</application> uses were declared deprecated in
102 glib-2.30. This sed removes the G_DISABLE_DEPRECATED CFLAG.</para>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/static-libraries.xml"/>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/gtk-doc-rebuild.xml"/>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Program</segtitle>
117 <segtitle>Installed Library</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>libglade-convert (requires <command>python</command>)</seg>
122 <seg>libglade-2.0.so</seg>
123 <seg>/usr/{include/libglade-2.0/glade,share/{gtk-doc/html/libglade,
124 xml/libglade}}</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="libglade-convert">
134 <term><command>libglade-convert</command></term>
135 <listitem>
136 <para>is used to convert old Glade interface files to
137 Glade-2.0 standards.</para>
138 <indexterm zone="libglade libglade-convert">
139 <primary sortas="b-libglade-convert">libglade-convert</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="libglade-lib">
145 <term><filename class='libraryfile'>libglade-2.0.so</filename></term>
146 <listitem>
147 <para>contains the functions necessary to load Glade interface
148 files.</para>
149 <indexterm zone="libglade libglade-lib">
150 <primary sortas="c-libglade-2.0">libglade-2.0.so</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.