Ignore:
Timestamp:
06/30/2020 10:01:54 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c744d0a5
Parents:
5ce1bdb
Message:

Update to lua-5.4.0
VIM: Adapt Lua interface to Lua-5.4
Apache/httpd: Adapt Lua module to Lua-5.4
Brotli: Remove invalid dependency on lua, there is a separate package that provides one, and it's not bundled with our download of Brotli
Dovecot: Add a command explanation describing how to build Lua support
Lua-5.2: Minor adjustment to installed files
Hexchat: Promote libcanberra to recommended

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lua52.xml

    r5ce1bdb reb7de89  
    172172ln -s liblua5.2.so install/usr/lib/liblua.so.&lua52-version; &amp;&amp;
    173173
    174 mv install/usr/share/man/man1/{lua.1,lua52.1} &amp;&amp;
    175 mv install/usr/share/man/man1/{luac.1,luac52.1}</userinput></screen>
     174mv install/usr/share/man/man1/{lua.1,lua5.2.1} &amp;&amp;
     175mv install/usr/share/man/man1/{luac.1,luac5.2.1}</userinput></screen>
    176176
    177177    <para>
     
    209209      <seglistitem>
    210210        <seg>
    211           lua52 and luac52
     211          lua5.2 and luac5.2
    212212        </seg>
    213213        <seg>
     
    235235          </para>
    236236          <indexterm zone="lua52 lua-prog">
    237             <primary sortas="b-lua52">lua52</primary>
     237            <primary sortas="b-lua52">lua5.2</primary>
    238238          </indexterm>
    239239        </listitem>
     
    247247          </para>
    248248          <indexterm zone="lua52 luac52">
    249             <primary sortas="b-luac52">luac52</primary>
     249            <primary sortas="b-luac52">luac5.2</primary>
    250250          </indexterm>
    251251        </listitem>
Note: See TracChangeset for help on using the changeset viewer.