Ignore:
Timestamp:
09/28/2022 10:34:01 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
3d48ae4
Parents:
5fe69261 (diff), 87065037 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r5fe69261 r1ff0f0c  
    9494    <para role="required">
    9595      <xref linkend="glib2"/> and
    96       <xref linkend="js91"/>
     96      <xref linkend="duktape"/>
    9797    </para>
    9898
     
    133133    <bridgehead renderas="sect4">Optional</bridgehead>
    134134    <para role="optional">
    135       <xref linkend="dbus-python"/> and
    136       <xref linkend="python-dbusmock"/> (both needed for tests),
    137       <xref linkend="gtk-doc"/>, and
    138       <ulink url="https://duktape.org">duktape</ulink>
     135      <xref linkend="gtk-doc"/>,
     136      <xref linkend="js91"/> (can be used in place of duktape), and
     137      <xref linkend="python-dbusmock"/> (for tests)
    139138    </para>
    140139
     
    156155      <xref role="runtime" linkend="polkit-gnome"/> for XFCE, and
    157156      <application>lxpolkit</application> in
    158       <xref role="runtime" linkend="lxsession"/> for LXDE.
     157      <xref role="runtime" linkend="lxsession"/> for LXDE
    159158    </para>
    160159
     
    225224      -Dsession_tracking=libsystemd-login \
    226225      -Dtests=true                        \
    227       -Djs_engine=mozjs                   \
     226      -Djs_engine=duktape                 \
    228227      ..                                  &amp;&amp;
    229228ninja</userinput></screen>
     
    238237      -Dsystemdsystemunitdir=/tmp   \
    239238      -Dtests=true                  \
    240       -Djs_engine=mozjs             \
     239      -Djs_engine=duktape           \
    241240      ..                            &amp;&amp;
    242241ninja</userinput></screen>
     
    279278
    280279    <para>
    281       <parameter>-Djs_engine=mozjs</parameter>: This switch allows using the
    282       Mozilla JavaScript engine instead of Duktape.
     280      <parameter>-Djs_engine=duktape</parameter>: This switch allows using the
     281      <xref linkend="duktape"/> JavaScript engine. Replace with
     282      <option>-Djs_engine=mozjs</option> for using the <xref linkend="js91"/>
     283      JavaScript engine.
    283284    </para>
    284285
     
    379380        <seg>
    380381          pkaction, pkcheck, <!--pk-example-frobnicate,--> pkexec,
    381           pkttyagent and polkitd
     382          pkttyagent, and polkitd
    382383        </seg>
    383384        <seg>
     
    389390          /usr/include/polkit-1,
    390391          /usr/lib/polkit-1,
    391           /usr/share/gtk-doc/html/polkit-1 and
     392          /usr/share/gtk-doc/html/polkit-1, and
    392393          /usr/share/polkit-1
    393394        </seg>
Note: See TracChangeset for help on using the changeset viewer.