Changeset 14bd41d
- Timestamp:
- 11/14/2022 08:01:00 PM (22 months ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
- Children:
- dec8a45
- Parents:
- 3947fa9
- Files:
-
- 1 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/genlib.xml
r3947fa9 r14bd41d 77 77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inih.xml"/> 78 78 <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"/> 80 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/> 81 82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/> -
gnome/platform/gjs.xml
r3947fa9 r14bd41d 77 77 <xref linkend="dbus"/>, 78 78 <xref linkend="gobject-introspection"/>, and 79 <xref linkend="js 91"/>79 <xref linkend="js102"/> 80 80 </para> 81 81 -
packages.ent
r3947fa9 r14bd41d 114 114 <!ENTITY inih-version "56"> 115 115 <!ENTITY jansson-version "2.14"> 116 <!ENTITY JS102-version "102.4.0"> 116 117 <!-- temporary, until JS102 is approved for gnome --> 117 <! ENTITY JS91-version "91.13.0">118 <!--<!ENTITY JS91-version "91.13.0">--> 118 119 <!ENTITY json-c-version "0.16"> 119 120 <!ENTITY json-glib-version "1.6.6"> -
postlfs/security/polkit.xml
r3947fa9 r14bd41d 134 134 <para role="optional"> 135 135 <xref linkend="gtk-doc"/>, 136 <xref linkend="js 91"/> (can be used in place of duktape), and136 <xref linkend="js102"/> (can be used in place of duktape), and 137 137 <xref linkend="python-dbusmock"/> (for tests) 138 138 </para> … … 280 280 <parameter>-Djs_engine=duktape</parameter>: This switch allows using the 281 281 <xref linkend="duktape"/> JavaScript engine. Replace with 282 <option>-Djs_engine=mozjs</option> for using the <xref linkend="js 91"/>282 <option>-Djs_engine=mozjs</option> for using the <xref linkend="js102"/> 283 283 JavaScript engine. 284 284 </para>
Note:
See TracChangeset
for help on using the changeset viewer.