Changeset dee97ab for xsoft


Ignore:
Timestamp:
08/08/2007 06:50:38 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cbc7b16d
Parents:
2b4fd3b
Message:

Updated to XChat-2.8.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7036 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/xchat.xml

    r2b4fd3b rdee97ab  
    55  %general-entities;
    66
    7   <!ENTITY xchat-download-http "http://www.xchat.org/files/source/2.6/xchat-&xchat-version;.tar.bz2">
     7  <!ENTITY xchat-download-http "http://www.xchat.org/files/source/2.8/xchat-&xchat-version;.tar.bz2">
    88  <!ENTITY xchat-download-ftp  "&gentoo-ftp-repo;/xchat-&xchat-version;.tar.bz2">
    9   <!ENTITY xchat-md5sum        "6b534baf9a4df6bf23d7d16f7e4eb379">
    10   <!ENTITY xchat-size          "1.0 MB">
    11   <!ENTITY xchat-buildsize     "28.6 MB">
    12   <!ENTITY xchat-time          "0.4 SBU">
     9  <!ENTITY xchat-md5sum        "66d60febc62a01bafac9bb3a35fb37ae">
     10  <!ENTITY xchat-size          "1.3 MB">
     11  <!ENTITY xchat-buildsize     "33 MB">
     12  <!ENTITY xchat-time          "0.3 SBU">
    1313]>
    1414
     
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>Required patch: <ulink
     63        url="http://xchat.org/files/source/2.8/patches/xc284-scrollbmkdir.diff"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <bridgehead renderas="sect3">XChat Dependencies</bridgehead>
    6068
     
    6876    <para role="optional"><xref linkend="dbus-glib"/>,
    6977    <xref linkend="openssl"/>,
    70     <xref linkend="python"/>, and
    71     <xref linkend="tcl"/></para>
     78    <xref linkend="python"/>,
     79    <xref linkend="tcl"/>,
     80    <xref linkend="GConf"/>, and
     81    <ulink url="http://www.chipx86.com/wiki/Libsexy">libsexy</ulink> or
     82    <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (not recommended)</para>
     83
     84    <para>Note that using <application>libsexy</application> for spell checking
     85    requires <ulink
     86    url="http://www.abisource.com/projects/enchant/">Enchant</ulink>
     87    at run-time. <xref linkend="aspell"/> is just one of many backend spell
     88    libraries <application>Enchant</application> can use. See the
     89    <application>Enchant</application> project page (URL above) for additional
     90    information about the available backends.</para>
    7291
    7392    <para condition="html" role="usernotes">User Notes:
     
    82101    commands:</para>
    83102
    84 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     103<screen><userinput>patch -Np1 -i ../xc284-scrollbmkdir.diff &amp;&amp;
     104./configure --prefix=/usr \
     105            --sysconfdir=&gnome-etc-dir; \
     106            --enable-shm &amp;&amp;
    85107make</userinput></screen>
    86108
     
    89111    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    90112
    91 <screen role="root"><userinput>make install</userinput></screen>
     113<screen role="root"><userinput>make install &amp;&amp;
     114
     115install -v -m755 -d /usr/share/doc/xchat-&xchat-version; &amp;&amp;
     116install -v -m644    README faq.html \
     117                    /usr/share/doc/xchat-&xchat-version;</userinput></screen>
    92118
    93119  </sect2>
    94120
    95 <!--
    96121  <sect2 role="commands">
    97122    <title>Command Explanations</title>
    98123
    99     <para><command>CPPFLAGS=...- -enable-nas</command>:<xref linkend="nas"/>
    100     Use this switch if you want to compile <application>Gaim</application>
    101     with <xref linkend="nas"/> support.</para>
     124    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     125    href="../../xincludes/gnome-sysconfdir.xml"/>
     126
     127    <para><parameter>--enable-shm</parameter>: This parameter is used to enable
     128    XShm for fast tinting.</para>
    102129
    103130  </sect2>
    104 -->
    105131
    106132  <sect2 role="content">
     
    108134
    109135    <segmentedlist>
    110       <segtitle>Installed Programs</segtitle>
     136      <segtitle>Installed Program</segtitle>
    111137      <segtitle>Installed Libraries</segtitle>
    112       <segtitle>Installed Directory</segtitle>
     138      <segtitle>Installed Directories</segtitle>
    113139
    114140      <seglistitem>
    115         <seg>xchat and xchat-remote</seg>
    116         <seg>xchat plugins</seg>
    117         <seg>/usr/lib/xchat</seg>
     141        <seg>xchat</seg>
     142        <seg>XChat binding modules</seg>
     143        <seg>/usr/lib/xchat and /usr/share/doc/xchat-&xchat-version;</seg>
    118144      </seglistitem>
    119145    </segmentedlist>
     
    134160      </varlistentry>
    135161
    136       <varlistentry id="xchat-remote">
     162      <!-- <varlistentry id="xchat-remote">
    137163        <term><command>xchat-remote</command></term>
    138164        <listitem>
     
    143169          </indexterm>
    144170        </listitem>
    145       </varlistentry>
     171      </varlistentry> -->
    146172
    147173    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.