source: archive/gnome/glade.xml@ e34c9dae

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e34c9dae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 glade-download-http "&gnome-download-http;/glade/3.12/glade-&glade-version;.tar.xz">
8 <!ENTITY glade-download-ftp "&gnome-download-ftp;/glade/3.12/glade-&glade-version;.tar.xz">
9 <!ENTITY glade-md5sum "7923b7127a387db3a053062cd76e8263">
10 <!ENTITY glade-size "2.4 MB">
11 <!ENTITY glade-buildsize "60 MB">
12 <!ENTITY glade-time "0.7 SBU">
13]>
14
15<sect1 id="glade" xreflabel="Glade-&glade-version;">
16 <?dbhtml filename="glade.html"?>
17
18
19 <title>Glade-&glade-version;</title>
20
21 <indexterm zone="glade">
22 <primary sortas="a-Glade">Glade</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Glade</title>
27
28 <para>
29 <application>Glade</application> is a RAD tool to enable quick and easy
30 development of user interfaces for the GTK+ toolkit and the
31 <application>GNOME</application> Desktop environment.
32 </para>
33
34 &lfs70_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&glade-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&glade-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &glade-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &glade-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &glade-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &glade-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Glade Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gnome-doc-utils"/> and
75 <xref linkend="gtk3"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gobject-introspection"/> and
81 <xref linkend="rarian"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/glade"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Glade</title>
96
97 <para>
98 Install <application>Glade</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/without-scrollkeeper.xml"/>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/gtk-doc-rebuild.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 glade and glade-previewer
139 </seg>
140 <seg>
141 libgladeui-2.so
142 </seg>
143 <seg>
144 /usr/include/libgladeui-2.0,
145 /usr/lib/glade,
146 /usr/share/glade,
147 /usr/share/gnome/help/glade,
148 /usr/share/gtk-doc/html/gladeui-2 and
149 /usr/share/omf/glade
150 </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="glade-prog">
160 <term><command>glade</command></term>
161 <listitem>
162 <para>
163 is used to create or edit user interface designs
164 for <application>GTK+</application> or
165 <application>GNOME</application> applications.
166 </para>
167 <indexterm zone="glade glade-prog">
168 <primary sortas="b-glade">glade</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="glade-previewer">
174 <term><command>glade-previewer</command></term>
175 <listitem>
176 <para>
177 is used to preview a <application>Glade</application> UI definition.
178 </para>
179 <indexterm zone="glade glade-previewer">
180 <primary sortas="b-glade-previewer">glade-previewer</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="libgladeui-2">
186 <term><filename class='libraryfile'>libgladeui-2.so</filename></term>
187 <listitem>
188 <para>
189 contains the <application>Glade</application> API functions.
190 </para>
191 <indexterm zone="glade libgladeui-2">
192 <primary sortas="c-libgladeui-2">libgladeui-2.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.