source: archive/gnome/glade.xml@ 4454113

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 4454113 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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