mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Add glade.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9495 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
10bc227aa9
commit
cbb6f05016
@ -774,6 +774,7 @@ $Date$
|
||||
<!ENTITY devhelp-version "3.2.0">
|
||||
<!ENTITY file-roller-version "2.30.2">
|
||||
<!ENTITY gedit-version "2.30.3">
|
||||
<!ENTITY glade-version "3.10.2">
|
||||
<!ENTITY gnome-games-version "2.30.2">
|
||||
<!ENTITY gnome-nettool-version "2.30.0">
|
||||
<!ENTITY gnome-power-manager-version "2.30.1">
|
||||
|
@ -40,6 +40,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="devhelp.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file-roller.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gedit.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glade.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-games.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-nettool.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-power-manager.xml"/>
|
||||
|
@ -71,9 +71,7 @@
|
||||
<xref linkend="gtksourceview"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<!-- FIXME:ken
|
||||
<para role="recommended"><xref linkend="glade"/>,-->
|
||||
<para role="recommended">glade-3.10.2,
|
||||
<para role="recommended"><xref linkend="glade"/>a,
|
||||
<xref linkend="devhelp"/>,
|
||||
<xref linkend="vala"/>, and
|
||||
<xref linkend="autogen"/></para>
|
||||
|
156
gnome/add/glade.xml
Normal file
156
gnome/add/glade.xml
Normal file
@ -0,0 +1,156 @@
|
||||
<?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.10/glade-&glade-version;.tar.xz">
|
||||
<!ENTITY glade-download-ftp "&gnome-download-ftp;/glade/3.10/glade-&glade-version;.tar.xz">
|
||||
<!ENTITY glade-md5sum "b4363ccd9024a6ec7a82175317a5b6d1">
|
||||
<!ENTITY glade-size "2.3 MB">
|
||||
<!ENTITY glade-buildsize "61 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 GNOME desktop
|
||||
environment.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<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="intltool"/>,
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="gtk3"/>, and
|
||||
<xref linkend="libxml2"/></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=$GNOME_PREFIX &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package's testsuite is intended to be used by the
|
||||
maintainer (or not) to check i18n files.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>glade and glade-previewer</seg>
|
||||
<seg>libgladegtk.so and libgladeui-2.so</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/{include/libgladeui-2.0/gladeui,lib/glade/modules,share/{glade/{catalogs,pixmaps/hicolor/{16x16/actions,22x22/actions}},gnome/help/glade/{C/figures,bg/figures,cs/figures,de/figures,el/figures,en_GB/figures,es/figures,eu/figures,fr/figures,hi/figures,it/figures,ja/figures,oc/figures,pt_BR/figures,ru/figures,sl/figures,sv/figures,uk/figures,zh_CN/figures},gtk-doc/html/gladeui,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>does this .....</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>does this .....</para>
|
||||
<indexterm zone="glade glade-previewer">
|
||||
<primary sortas="b-glade-previewer">glade-previewer</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgladegtk">
|
||||
<term><filename class='libraryfile'>libgladegtk.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that .....</para>
|
||||
<indexterm zone="glade libgladegtk">
|
||||
<primary sortas="c-libgladegtk">libgladegtk.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgladeui-2">
|
||||
<term><filename class='libraryfile'>libgladeui-2.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains functions that .....</para>
|
||||
<indexterm zone="glade libgladeui-2">
|
||||
<primary sortas="c-libgladeui-2">libgladeui-2.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -53,6 +53,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - add gdl-3.2.0 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - add glade-3.10.2 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user