Changeset 14bd41d


Ignore:
Timestamp:
11/14/2022 08:01:00 PM (17 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
dec8a45
Parents:
3947fa9
Message:

Add JS102 and archive JS91.

Files:
1 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r3947fa9 r14bd41d  
    7777  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inih.xml"/>
    7878  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/>
    79   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js91.xml"/>
     79<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js91.xml"/>-->
     80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js102.xml"/>
    8081  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
    8182  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
  • gnome/platform/gjs.xml

    r3947fa9 r14bd41d  
    7777      <xref linkend="dbus"/>,
    7878      <xref linkend="gobject-introspection"/>, and
    79       <xref linkend="js91"/>
     79      <xref linkend="js102"/>
    8080    </para>
    8181
  • packages.ent

    r3947fa9 r14bd41d  
    114114<!ENTITY inih-version                 "56">
    115115<!ENTITY jansson-version              "2.14">
     116<!ENTITY JS102-version                "102.4.0">
    116117<!-- temporary, until JS102 is approved for gnome -->
    117 <!ENTITY JS91-version                 "91.13.0">
     118<!--<!ENTITY JS91-version                 "91.13.0">-->
    118119<!ENTITY json-c-version               "0.16">
    119120<!ENTITY json-glib-version            "1.6.6">
  • postlfs/security/polkit.xml

    r3947fa9 r14bd41d  
    134134    <para role="optional">
    135135      <xref linkend="gtk-doc"/>,
    136       <xref linkend="js91"/> (can be used in place of duktape), and
     136      <xref linkend="js102"/> (can be used in place of duktape), and
    137137      <xref linkend="python-dbusmock"/> (for tests)
    138138    </para>
     
    280280      <parameter>-Djs_engine=duktape</parameter>: This switch allows using the
    281281      <xref linkend="duktape"/> JavaScript engine. Replace with
    282       <option>-Djs_engine=mozjs</option> for using the <xref linkend="js91"/>
     282      <option>-Djs_engine=mozjs</option> for using the <xref linkend="js102"/>
    283283      JavaScript engine.
    284284    </para>
Note: See TracChangeset for help on using the changeset viewer.