add gal-1.99.9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1083 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-09-16 03:35:08 +00:00
parent 6a2a5bcf61
commit 6a69acac03
9 changed files with 78 additions and 0 deletions

View File

@ -43,6 +43,7 @@
<!ENTITY % vte SYSTEM "lib/vte/vte.ent">
<!ENTITY % gnome-themes SYSTEM "lib/themes/gnome-themes.ent">
<!ENTITY % gtk-thinice-engine SYSTEM "lib/themes/gtk-thinice-engine.ent">
<!ENTITY % gal2 SYSTEM "lib/gal/gal2.ent">
%libglade;
%intltool;
%scrollkeeper;
@ -81,6 +82,7 @@
%gnome-themes;
%gtk-thinice-engine;
%vte;
%gal2;
<!-- Gnome Core -->
<!ENTITY gnome-core SYSTEM "core/core.xml">

View File

@ -0,0 +1,10 @@
<sect2>
<title>Configuring <application>gal</application></title>
&library-config;
</sect3>
</sect2>

View File

@ -0,0 +1,8 @@
<sect2>
<title>Contents</title>
<para>The <application>gal</application> package contains library
routines refactored from Evolution and Gnumeric.</para>
</sect2>

View File

@ -0,0 +1,7 @@
<sect2>
<title>Command explanations</title>
<para><command>COMMAND</command> : This command does something.</para>
</sect2>

View File

@ -0,0 +1,11 @@
<sect2>
<title>Installation of <application>gal</application></title>
<para>Install <application>gal</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>

View File

@ -0,0 +1,17 @@
<sect2>
<title>Introduction to <application>gal</application></title>
<para>The <application>gal</application> package contains library
functions that came from <application>Evolution</application>.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&gal2-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&gal2-download-ftp;"/></para></listitem>
<listitem><para>Download size: &gal2-size;</para></listitem>
<listitem><para>Estimated Disk space required: &gal2-buildsize;</para></listitem>
<listitem><para>Estimated build time: &gal2-time;</para></listitem></itemizedlist>
</sect3>
</sect2>

12
gnome/lib/gal/gal2.ent Normal file
View File

@ -0,0 +1,12 @@
<!ENTITY gal2 SYSTEM "../gal2.xml">
<!ENTITY gal2-intro SYSTEM "gal2-intro.xml">
<!ENTITY gal2-inst SYSTEM "gal2-inst.xml">
<!ENTITY gal2-exp SYSTEM "gal2-exp.xml">
<!ENTITY gal2-desc SYSTEM "gal2-desc.xml">
<!ENTITY gal2-config SYSTEM "gal2-config.xml">
<!ENTITY gal2-buildsize "118 MB">
<!ENTITY gal2-version "1.99.9">
<!ENTITY gal2-download-http "http://ftp.gnome.org/pub/gnome/sources/gal/1.99/gal-&gal2-version;.tar.bz2">
<!ENTITY gal2-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gal/1.99/gal-&gal2-version;.tar.bz2">
<!ENTITY gal2-size "924 KB">
<!ENTITY gal2-time "1.70 SBU">

10
gnome/lib/gal2.xml Normal file
View File

@ -0,0 +1,10 @@
<sect1 id="gal2" xreflabel="gal-&gal2-version;">
<?dbhtml filename="gal2.html" dir="gnome"?>
<title>gal-&gal2-version;</title>
&gal2-intro;
&gal2-inst;
&gal2-desc;
</sect1>

View File

@ -34,6 +34,7 @@
&librsvg;
&eel;
&libgtkhtml;
&gal2;
&libgnomeprint;
&libgnomeprintui;
</chapter>