Changeset 61e56a1 for xsoft


Ignore:
Timestamp:
03/03/2012 09:35:50 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7dfe723
Parents:
55b40b3a
Message:

Updated xchat.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/xchat.xml

    r55b40b3a r61e56a1  
    77  <!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        "66d60febc62a01bafac9bb3a35fb37ae">
    10   <!ENTITY xchat-size          "1.3 MB">
    11   <!ENTITY xchat-buildsize     "33 MB">
    12   <!ENTITY xchat-time          "0.3 SBU">
     9  <!ENTITY xchat-md5sum        "6775c44f38e84d06c06c336b32c4a452">
     10  <!ENTITY xchat-size          "1.4 MB">
     11  <!ENTITY xchat-buildsize     "40 MB">
     12  <!ENTITY xchat-time          "0.4 SBU">
    1313]>
    1414
     
    3535    also possible.</para>
    3636
     37    &lfs70_checked;   
     38   
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
    3840    <itemizedlist spacing="compact">
     
    5456      <listitem>
    5557        <para>Estimated build time: &xchat-time;</para>
    56       </listitem>
    57     </itemizedlist>
    58 
    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>
    6458      </listitem>
    6559    </itemizedlist>
     
    9892    commands:</para>
    9993
    100 <screen><userinput>patch -Np1 -i ../xc284-scrollbmkdir.diff &amp;&amp;
    101 ./configure --prefix=/usr \
     94<screen><userinput>./configure --prefix=/usr \
    10295            --sysconfdir=&gnome-etc-dir; \
    10396            --enable-shm &amp;&amp;
     
    109102
    110103<screen role="root"><userinput>make install &amp;&amp;
    111 
    112104install -v -m755 -d /usr/share/doc/xchat-&xchat-version; &amp;&amp;
    113105install -v -m644    README faq.html \
     
    124116    <para><parameter>--enable-shm</parameter>: This parameter is used to enable
    125117    XShm for fast tinting.</para>
     118   
     119    <para><parameter>--enable-ipv6</parameter>: Enable IPv6 support in xchat.</para>
    126120
    127121  </sect2>
     
    131125
    132126    <segmentedlist>
    133       <segtitle>Installed Program</segtitle>
     127      <segtitle>Installed Programs</segtitle>
    134128      <segtitle>Installed Libraries</segtitle>
    135129      <segtitle>Installed Directories</segtitle>
Note: See TracChangeset for help on using the changeset viewer.