Author: randy
Date: 2007-08-08 12:50:38 -0600 (Wed, 08 Aug 2007)
New Revision: 7036
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/other/xchat.xml
Log:
Updated to XChat-2.8.4
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-08-08 17:00:17 UTC (rev 7035)
+++ trunk/BOOK/general.ent 2007-08-08 18:50:38 UTC (rev 7036)
@@ -531,7 +531,7 @@
<!-- Accessibility -->
<!ENTITY at-spi-version "1.18.1">
<!ENTITY gnome-mag-version "0.14.6">
-<!ENTITY gnome-speech-version "0.4.14">
+<!ENTITY gnome-speech-version "0.4.16">
<!ENTITY gok-version "1.2.5">
<!ENTITY java-access-bridge-version "1.18.0">
<!ENTITY libgail-gnome-version "1.18.0">
@@ -590,7 +590,7 @@
<!ENTITY pan-version "0.14.2">
<!ENTITY balsa-version "2.3.13">
<!ENTITY gaim-version "1.5.0">
-<!ENTITY xchat-version "2.6.2">
+<!ENTITY xchat-version "2.8.4">
<!-- Part XI -->
<!-- Chapter 38 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-08-08 17:00:17 UTC
(rev 7035)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-08-08 18:50:38 UTC
(rev 7036)
@@ -45,8 +45,12 @@
<para>August 8th, 2007</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to XChat-2.8.4.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated all the GNOME Assistive Technology
- (Accessibility) packages to GNOME-2.18 versions.</para>
+ (Accessibility) packages to GNOME-2.18 versions, including
+ updating Gnome Speech to 0.4.16.</para>
</listitem>
<listitem>
<para>[randy] - Added new package Orca-2.18.1 as a replacement for
Modified: trunk/BOOK/xsoft/other/xchat.xml
===================================================================
--- trunk/BOOK/xsoft/other/xchat.xml 2007-08-08 17:00:17 UTC (rev 7035)
+++ trunk/BOOK/xsoft/other/xchat.xml 2007-08-08 18:50:38 UTC (rev 7036)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY xchat-download-http
"http://www.xchat.org/files/source/2.6/xchat-&xchat-version;.tar.bz2">
+ <!ENTITY xchat-download-http
"http://www.xchat.org/files/source/2.8/xchat-&xchat-version;.tar.bz2">
<!ENTITY xchat-download-ftp
"&gentoo-ftp-repo;/xchat-&xchat-version;.tar.bz2">
- <!ENTITY xchat-md5sum "6b534baf9a4df6bf23d7d16f7e4eb379">
- <!ENTITY xchat-size "1.0 MB">
- <!ENTITY xchat-buildsize "28.6 MB">
- <!ENTITY xchat-time "0.4 SBU">
+ <!ENTITY xchat-md5sum "66d60febc62a01bafac9bb3a35fb37ae">
+ <!ENTITY xchat-size "1.3 MB">
+ <!ENTITY xchat-buildsize "33 MB">
+ <!ENTITY xchat-time "0.3 SBU">
]>
<sect1 id="xchat" xreflabel="XChat-&xchat-version;">
@@ -56,6 +56,14 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Required patch: <ulink
+
url="http://xchat.org/files/source/2.8/patches/xc284-scrollbmkdir.diff"/></para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">XChat Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -67,9 +75,20 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="dbus-glib"/>,
<xref linkend="openssl"/>,
- <xref linkend="python"/>, and
- <xref linkend="tcl"/></para>
+ <xref linkend="python"/>,
+ <xref linkend="tcl"/>,
+ <xref linkend="GConf"/>, and
+ <ulink url="http://www.chipx86.com/wiki/Libsexy">libsexy</ulink> or
+ <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (not
recommended)</para>
+ <para>Note that using <application>libsexy</application> for spell checking
+ requires <ulink
+ url="http://www.abisource.com/projects/enchant/">Enchant</ulink>
+ at run-time. <xref linkend="aspell"/> is just one of many backend spell
+ libraries <application>Enchant</application> can use. See the
+ <application>Enchant</application> project page (URL above) for additional
+ information about the available backends.</para>
+
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/xchat"/></para>
@@ -81,40 +100,47 @@
<para>Install <application>XChat</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>patch -Np1 -i ../xc284-scrollbmkdir.diff &&
+./configure --prefix=/usr \
+ --sysconfdir=&gnome-etc-dir; \
+ --enable-shm &&
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>
+<screen role="root"><userinput>make install &&
+install -v -m755 -d /usr/share/doc/xchat-&xchat-version; &&
+install -v -m644 README faq.html \
+ /usr/share/doc/xchat-&xchat-version;</userinput></screen>
+
</sect2>
-<!--
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>CPPFLAGS=...- -enable-nas</command>:<xref linkend="nas"/>
- Use this switch if you want to compile <application>Gaim</application>
- with <xref linkend="nas"/> support.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-sysconfdir.xml"/>
+ <para><parameter>--enable-shm</parameter>: This parameter is used to enable
+ XShm for fast tinting.</para>
+
</sect2>
--->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
- <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
- <segtitle>Installed Directory</segtitle>
+ <segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>xchat and xchat-remote</seg>
- <seg>xchat plugins</seg>
- <seg>/usr/lib/xchat</seg>
+ <seg>xchat</seg>
+ <seg>XChat binding modules</seg>
+ <seg>/usr/lib/xchat and /usr/share/doc/xchat-&xchat-version;</seg>
</seglistitem>
</segmentedlist>
@@ -133,7 +159,7 @@
</listitem>
</varlistentry>
- <varlistentry id="xchat-remote">
+ <!-- <varlistentry id="xchat-remote">
<term><command>xchat-remote</command></term>
<listitem>
<para> is a program for remote access
@@ -142,7 +168,7 @@
<primary sortas="b-xchat-remote">xchat-remote</primary>
</indexterm>
</listitem>
- </varlistentry>
+ </varlistentry> -->
</variablelist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page