source: archive/gnome/glade.xml@ 54e3917

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 54e3917 was 54e3917, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 3 .

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

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