source: x/lib/libglade.xml@ b5645ad

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 b5645ad was b5645ad, checked in by Ken Moffat <ken@…>, 3 years ago

Tags.

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