Updated xchat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9575 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ragnar Thomsen 2012-03-03 21:35:50 +00:00
parent 55b40b3a66
commit 61e56a1112
3 changed files with 14 additions and 17 deletions

View File

@ -909,7 +909,7 @@ program you invoke. Development restarted Feb 12, so commented until a new rele
<!ENTITY pidgin-version "2.10.0"> <!ENTITY pidgin-version "2.10.0">
<!ENTITY rox-filer-version "2.10"> <!ENTITY rox-filer-version "2.10">
<!ENTITY thunderbird-version "10.0.2"> <!ENTITY thunderbird-version "10.0.2">
<!ENTITY xchat-version "2.8.4"> <!ENTITY xchat-version "2.8.8">
<!-- Part XI --> <!-- Part XI -->
<!-- Chapter 39 --> <!-- Chapter 39 -->

View File

@ -44,6 +44,9 @@
<listitem> <listitem>
<para>March 3nd, 2012</para> <para>March 3nd, 2012</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[rthomsen] - Updated to XChat 2.8.8. Thanks to Armin K. for creating the patch.</para>
</listitem>
<listitem> <listitem>
<para>[rthomsen] - Updated to Strigi 0.7.5.</para> <para>[rthomsen] - Updated to Strigi 0.7.5.</para>
</listitem> </listitem>

View File

@ -6,10 +6,10 @@
<!ENTITY xchat-download-http "http://www.xchat.org/files/source/2.8/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-download-ftp "&gentoo-ftp-repo;/xchat-&xchat-version;.tar.bz2">
<!ENTITY xchat-md5sum "66d60febc62a01bafac9bb3a35fb37ae"> <!ENTITY xchat-md5sum "6775c44f38e84d06c06c336b32c4a452">
<!ENTITY xchat-size "1.3 MB"> <!ENTITY xchat-size "1.4 MB">
<!ENTITY xchat-buildsize "33 MB"> <!ENTITY xchat-buildsize "40 MB">
<!ENTITY xchat-time "0.3 SBU"> <!ENTITY xchat-time "0.4 SBU">
]> ]>
<sect1 id="xchat" xreflabel="XChat-&xchat-version;"> <sect1 id="xchat" xreflabel="XChat-&xchat-version;">
@ -34,6 +34,8 @@
publicly, have private one-on-one conversations, etc. File transfers are publicly, have private one-on-one conversations, etc. File transfers are
also possible.</para> also possible.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem> <listitem>
@ -56,14 +58,6 @@
</listitem> </listitem>
</itemizedlist> </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="sect3">XChat Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead> <bridgehead renderas="sect4">Required</bridgehead>
@ -97,8 +91,7 @@
<para>Install <application>XChat</application> by running the following <para>Install <application>XChat</application> by running the following
commands:</para> commands:</para>
<screen><userinput>patch -Np1 -i ../xc284-scrollbmkdir.diff &amp;&amp; <screen><userinput>./configure --prefix=/usr \
./configure --prefix=/usr \
--sysconfdir=&gnome-etc-dir; \ --sysconfdir=&gnome-etc-dir; \
--enable-shm &amp;&amp; --enable-shm &amp;&amp;
make</userinput></screen> make</userinput></screen>
@ -108,7 +101,6 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp; <screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/xchat-&xchat-version; &amp;&amp; install -v -m755 -d /usr/share/doc/xchat-&xchat-version; &amp;&amp;
install -v -m644 README faq.html \ install -v -m644 README faq.html \
/usr/share/doc/xchat-&xchat-version;</userinput></screen> /usr/share/doc/xchat-&xchat-version;</userinput></screen>
@ -124,13 +116,15 @@ install -v -m644 README faq.html \
<para><parameter>--enable-shm</parameter>: This parameter is used to enable <para><parameter>--enable-shm</parameter>: This parameter is used to enable
XShm for fast tinting.</para> XShm for fast tinting.</para>
<para><parameter>--enable-ipv6</parameter>: Enable IPv6 support in xchat.</para>
</sect2> </sect2>
<sect2 role="content"> <sect2 role="content">
<title>Contents</title> <title>Contents</title>
<segmentedlist> <segmentedlist>
<segtitle>Installed Program</segtitle> <segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle> <segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle> <segtitle>Installed Directories</segtitle>