Changeset b1c9a4b for xsoft


Ignore:
Timestamp:
03/19/2018 09:48:24 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
888e303
Parents:
cb7032fe
Message:

Update to vala-0.40.0.
Update to unrar-5.6.1.
Update to hexchat-2.14.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/hexchat.xml

    rcb7032fe rb1c9a4b  
    88  <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;-repack.tar.xz">
    99  <!ENTITY hexchat-download-ftp  " ">
    10   <!ENTITY hexchat-md5sum        "4b1918e0529aa534157bd7b3b5cd2fd8">
    11   <!ENTITY hexchat-size          "1.4 MB">
    12   <!ENTITY hexchat-buildsize     "35 MB">
    13   <!ENTITY hexchat-time          "0.3 SBU">
     10  <!ENTITY hexchat-md5sum        "8dd81178847390be6b860cff367eab18">
     11  <!ENTITY hexchat-size          "1.2 MB">
     12  <!ENTITY hexchat-buildsize     "30 MB">
     13  <!ENTITY hexchat-time          "0.1 SBU (using parallelism=4)">
    1414]>
    1515
     
    7777      <xref linkend="libcanberra"/>,
    7878      <xref linkend="libnotify"/>,
    79       <xref linkend="pciutils"/>, and
    80       <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>
     79      <xref linkend="pciutils"/>,
     80      <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
     81      <ulink url="http://luajit.org/">luajit</ulink>
    8182    </para>
    8283
     
    9293    commands:</para>
    9394
    94 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    95 make</userinput></screen>
     95<screen><userinput>mkdir build &amp;&amp;
     96cd    build &amp;&amp;
     97
     98meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=lua .. &amp;&amp;
     99ninja</userinput></screen>
    96100
    97101    <para>This package does not come with a test suite.</para>
     
    99103    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    100104
    101 <screen role="root"><userinput>make install</userinput></screen>
     105<screen role="root"><userinput>ninja install</userinput></screen>
    102106
    103107  </sect2>
     
    107111
    108112    <para>
    109       <option>--disable-python --enable-python=python3</option>: By default,
    110       <command>configure</command> will look for Python 2 to build the Python
    111       plugin and will error out if it can't find it. Use one of these switches
    112       if you wish to either disable the plugin or use Python 3 instead.
     113      <option>-Dwith-lua=lua</option>: By default, this package
     114      will look for luajit. Use the normal lua instead.
    113115    </para>
    114116
Note: See TracChangeset for help on using the changeset viewer.