Ignore:
Timestamp:
08/01/2021 12:51:38 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
e495bda
Parents:
ca31bd3
Message:

9ckage updates and fixes.
Update to php-8.0.9.
Update to cbindgen-0.20.0.
Fix dependencies for elogind and p11kit.
Fix gcr-3.40.0 to build properly with meson-0.59.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    rca31bd3 r65d85668  
    8888      <xref linkend="DocBook"/>,
    8989      <xref linkend="docbook-xsl"/>, and
    90       <xref linkend="libxslt"/> (all three to build the man pages),
     90      <xref linkend="libxslt"/> (all three to build the man pages), 
    9191      <xref linkend="linux-pam"/>, and
    92       <xref linkend="polkit"/> (circular, build elogind first, then polkit,
    93       then elogind again)
     92      <xref linkend="polkit"/> (runtime)
    9493    </para>
    9594
     
    154153    </para>
    155154
    156 <screen><userinput>mkdir build &amp;&amp;
     155<screen><userinput>sed -i '/Disable polkit/,+8 d' meson.build &amp;&amp;
     156
     157mkdir build &amp;&amp;
    157158cd    build &amp;&amp;
    158159
     
    183184  <sect2 role="commands">
    184185    <title>Command Explanations</title>
     186
     187    <para>
     188      <command>sed ... meson.build</command>: This change allows the
     189      package to be built without polkit being installed (it is still a
     190      runtime dependency) but able to use polkit after that package is
     191      installed.
     192    </para>
    185193
    186194    <para>
Note: See TracChangeset for help on using the changeset viewer.