source: x/lib/libglade.xml@ 28448a7

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

Tags for GTK+-3

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