Changeset f401faa6


Ignore:
Timestamp:
09/15/2022 05:15:50 PM (20 months ago)
Author:
Tim Tassonis <stuff@…>
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/soup3, xry111/xf86-video-removal
Children:
b051e0e
Parents:
54a9539
Message:

Add duktape-2.7.0, allow polkit to use duktape instead of JS.

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r54a9539 rf401faa6  
    5858  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-glib.xml"/>
    5959  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="double-conversion.xml"/>
     60  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="duktape.xml"/>
    6061  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enchant.xml"/>
    6162  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exempi.xml"/>
  • introduction/welcome/changelog.xml

    r54a9539 rf401faa6  
    4343    -->
    4444    <listitem>
     45      <para>September 15th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Add duktape-2.7.0, allow polkit to use duktape
     49          instead of JS. Fixes
     50          <ulink url="&blfs-ticket-root;17025">#17025</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54    <listitem>
    4555      <para>September 11th, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    r54a9539 rf401faa6  
    9494<!ENTITY dbus-glib-version            "0.112">
    9595<!ENTITY double-conversion-version    "3.2.1">
     96<!ENTITY duktape-version              "2.7.0">
    9697<!ENTITY enchant-version              "2.3.3">
    9798<!ENTITY exempi-version               "2.6.2">
  • postlfs/security/polkit.xml

    r54a9539 rf401faa6  
    9494    <para role="required">
    9595      <xref linkend="glib2"/> and
    96       <xref linkend="js91"/>
     96      <xref linkend="js91"/> or
     97      <xref linkend="duktape"/>
    9798    </para>
    9899
     
    238239      -Dsystemdsystemunitdir=/tmp   \
    239240      -Dtests=true                  \
    240       -Djs_engine=mozjs             \
     241      -Djs_engine=duktape           \
    241242      ..                            &amp;&amp;
    242243ninja</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.