glfs/archive/gnome/glade.xml
Randy McMurchy 0d7900a67c Removed extraneous spaces from blank lines and at the end of lines in the .xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-02-11 18:51:17 +00:00

206 lines
5.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY glade-download-http "&gnome-download-http;/glade/3.12/glade-&glade-version;.tar.xz">
<!ENTITY glade-download-ftp "&gnome-download-ftp;/glade/3.12/glade-&glade-version;.tar.xz">
<!ENTITY glade-md5sum "7923b7127a387db3a053062cd76e8263">
<!ENTITY glade-size "2.4 MB">
<!ENTITY glade-buildsize "60 MB">
<!ENTITY glade-time "0.7 SBU">
]>
<sect1 id="glade" xreflabel="Glade-&glade-version;">
<?dbhtml filename="glade.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Glade-&glade-version;</title>
<indexterm zone="glade">
<primary sortas="a-Glade">Glade</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Glade</title>
<para>
<application>Glade</application> is a RAD tool to enable quick and easy
development of user interfaces for the GTK+ toolkit and the
<application>GNOME</application> Desktop environment.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&glade-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&glade-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &glade-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &glade-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &glade-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &glade-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Glade Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gnome-doc-utils"/> and
<xref linkend="gtk3"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/> and
<xref linkend="rarian"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/glade"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Glade</title>
<para>
Install <application>Glade</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-scrollkeeper.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
glade and glade-previewer
</seg>
<seg>
libgladeui-2.so
</seg>
<seg>
/usr/include/libgladeui-2.0,
/usr/lib/glade,
/usr/share/glade,
/usr/share/gnome/help/glade,
/usr/share/gtk-doc/html/gladeui-2 and
/usr/share/omf/glade
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="glade-prog">
<term><command>glade</command></term>
<listitem>
<para>
is used to create or edit user interface designs
for <application>GTK+</application> or
<application>GNOME</application> applications.
</para>
<indexterm zone="glade glade-prog">
<primary sortas="b-glade">glade</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="glade-previewer">
<term><command>glade-previewer</command></term>
<listitem>
<para>
is used to preview a <application>Glade</application> UI definition.
</para>
<indexterm zone="glade glade-previewer">
<primary sortas="b-glade-previewer">glade-previewer</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgladeui-2">
<term><filename class='libraryfile'>libgladeui-2.so</filename></term>
<listitem>
<para>
contains the <application>Glade</application> API functions.
</para>
<indexterm zone="glade libgladeui-2">
<primary sortas="c-libgladeui-2">libgladeui-2.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>