Updated to GAL-2.4.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4180 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-13 00:31:10 +00:00
parent 1cb62b2369
commit 1c5790353a
2 changed files with 51 additions and 14 deletions

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gal-download-http "http://ftp.gnome.org/pub/gnome/sources/gal/2.2/gal-&gal-version;.tar.bz2">
<!ENTITY gal-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gal/2.2/gal-&gal-version;.tar.bz2">
<!ENTITY gal-md5sum "a50985fd1b70dc05cfc921455c39e660">
<!ENTITY gal-size "1.2 KB">
<!ENTITY gal-buildsize "59 MB">
<!ENTITY gal-time "1.24 SBU">
<!ENTITY gal-download-http "http://ftp.gnome.org/pub/gnome/sources/gal/2.4/gal-&gal-version;.tar.bz2">
<!ENTITY gal-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gal/2.4/gal-&gal-version;.tar.bz2">
<!ENTITY gal-md5sum "70e07fde659f0553ba56caeae4f51908">
<!ENTITY gal-size "1.2 MB">
<!ENTITY gal-buildsize "63 MB">
<!ENTITY gal-time "1.5 SBU">
]>
<sect1 id="gal" xreflabel="GAL-&gal-version;">
@ -45,7 +45,8 @@ functions that came from <application>Evolution</application> and
<sect3><title><application>GAL</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libgnomeprintui"/></para>
<para><xref linkend="libgnomeui"/> and
<xref linkend="libgnomeprintui"/></para>
</sect4>
<sect4><title>Optional</title>
@ -58,16 +59,29 @@ functions that came from <application>Evolution</application> and
<sect2>
<title>Installation of <application>GAL</application></title>
<para>In order to build the documentation using
<application>GTK-Doc</application>, issue the following commands to fix a
build problem:</para>
<screen><userinput><command>mv docs/gal-decl.txt docs/gal-2.4-decl.txt &amp;&amp;
mv docs/gal-sections.txt docs/gal-2.4-sections.txt &amp;&amp;
sed -i -e "s/gal-decl/gal-2.4-decl/" \
-e "s/gal-sections/gal-2.4-sections/" docs/Makefile.in</command></userinput></screen>
<para>Install <application>GAL</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>

View File

@ -24,21 +24,44 @@
<itemizedlist>
<listitem>
<para>May 12th, 2005 [randy]: Updated to GAL-2.4.2.</para>
</listitem>
<listitem>
<para>May 11th, 2005 [manuel]: Fixed a typo in JDK, reported
by William Harrington.</para>
</listitem>
<listitem>
<para>May 11th, 2005 [randy]: Updated to libgnomecups-0.2.0,
libgnomeprint-2.10.3, libgnomeprintui-2.10.2,
Evolution Data Server-1.2.2 and gucharmap-1.4.3.</para>
</listitem>
<listitem>
<para>May 11th, 2005 [randy]: Updated all the GNOME-2 core package
instructions to the GNOME 2.10.1 release. Many of the additional
packages build with existing instructions, however, all of them will
be updated ASAP.</para>
instructions to the GNOME 2.10.1 release (ORBit-2.12.2, libbonobo-2.8.1,
GConf-2.10.0, GNOME VFS-2.10.1, libgnome-2.10.0, libgnomecanvas-2.10.0,
libbonoboui-2.8.1, GNOME Icon Theme-2.10.1, gnome-keyring-0.4.2,
libgnomeui-2.10.0, GTK Engines-2.6.3, GNOME Themes-2.10.1,
GNOME Desktop-2.10.1, libwnck-2.10.0, GNOME Panel-2.10.1,
GNOME Session-2.10.0, VTE-0.11.13, GNOME Terminal-2.10.0, LibGTop-2.10.1,
GAIL-1.8.3, GNOME Applets-2.10.1, EEL-2.10.1, Nautilus-2.10.1,
GNOME Doc Utils-0.2.0, libgtkhtml-2.6.3, Yelp-2.6.5 and
Control Center-2.10.1). Many of the add-on packages build with
existing instructions, however, all of them will be updated ASAP.</para>
</listitem>
<listitem>
<para>May 11th, 2005 [randy]: Added three new GNOME-2 packages:
gnome-menus, gnome-backgrounds and system-tools-backends.</para>
gnome-menus-2.10.1, gnome-backgrounds-2.10.1 and
system-tools-backends-1.2.0.</para>
</listitem>
<listitem>
<para>May 10th, 2005 [randy]: Increment BLFS Bootscripts version to
20050509.</para>
</listitem>
<listitem>