Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/hexchat.xml

    r34a6571 rac0e14f  
    1010  <!ENTITY hexchat-md5sum        "9f04c48f011b646b91d03c5776fce776">
    1111  <!ENTITY hexchat-size          "1.2 MB">
    12   <!ENTITY hexchat-buildsize     "21 MB">
     12  <!ENTITY hexchat-buildsize     "31 MB">
    1313  <!ENTITY hexchat-time          "0.1 SBU (using parallelism=4)">
    1414]>
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3738    </para>
    3839
    39     &lfs110a_checked;
     40    &lfs10_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7374    </itemizedlist>
    7475
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Optional patch:
    80           <ulink url="&patch-root;/hexchat-&hexchat-version;-add_libera_chat-1.patch"/>
    81         </para>
    82       </listitem>
    83     </itemizedlist>
    84 
    8576    <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
    8677
    8778    <bridgehead renderas="sect4">Required</bridgehead>
    8879    <para role="required">
    89       <xref linkend="dbus-glib"/>,
    90       <xref linkend="glib2"/>, and
    91       <xref linkend="libnotify"/>
     80      <xref linkend="glib2"/>
    9281    </para>
    9382
    9483    <bridgehead renderas="sect4">Recommended</bridgehead>
    9584    <para role="recommended">
    96       <xref linkend="gtk2"/> and
    97       <xref linkend="libcanberra"/>
    98       <!--<xref linkend="lua"/> -->
    99       <!-- Lua plugin support is currently broken and causes Hexchat to crash
    100            upon startup.
    101            FIXME: Check upstream in a few days.-->
     85      <xref linkend="gtk2"/>,
     86      <xref linkend="libcanberra"/>, and
     87      <xref linkend="lua"/>
    10288    </para>
    10389
     
    122108
    123109    <para>
    124       First, fix the python plugin:
    125     </para>
    126 
    127 <screen><userinput remap="pre">sed -i "s/(python_opt/&amp; + '-embed'/" plugins/python/meson.build</userinput></screen>
    128 
    129     <para>
    130       Next, apply an optional patch to have the "libera.chat" network
    131       preconfigured in the client:
    132     </para>
    133 
    134 <screen><userinput remap="pre">patch -Np1 -i ../hexchat-&hexchat-version;-add_libera_chat-1.patch</userinput></screen>
    135 
    136     <para>
    137110      Install <application>HexChat</application> by running the following
    138111      commands:
     
    142115cd    build &amp;&amp;
    143116
    144 meson --prefix=/usr         \
    145       --buildtype=release   \
    146       -Dwith-libproxy=false \
    147       -Dwith-lua=false      \
    148       ..                    &amp;&amp;
     117meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=lua .. &amp;&amp;
    149118ninja</userinput></screen>
    150119
     
    164133    <title>Command Explanations</title>
    165134
    166     <!--
    167135    <para>
    168136      <parameter>-Dwith-lua=lua</parameter>: By default, this package
    169137      will look for luajit. Use the normal lua instead.
    170     </para>
    171     -->
    172 
    173     <para>
    174       <parameter>-Dwith-lua=false</parameter>: By default, this package will
    175       look for luajit. However, the Lua plugin support is currently broken
    176       and will cause the application to crash on startup.
    177138    </para>
    178139
     
    208169        <listitem>
    209170          <para>
    210             is a graphical Internet Relay Chat (IRC) client
     171            is a graphical Internet Relay Chat (IRC) client.
    211172          </para>
    212173          <indexterm zone="hexchat hexchat-prog">
Note: See TracChangeset for help on using the changeset viewer.