Changeset 65d85668 for general


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, 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, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, 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.

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cbindgen.xml

    rca31bd3 r65d85668  
    77  <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "b707b093702d4f1995f9a97f44ed081d">
     9  <!ENTITY cbindgen-md5sum        "19e6e9bc319f689ef433eb59090e3f3c">
    1010  <!ENTITY cbindgen-size          "192 KB">
    11   <!ENTITY cbindgen-buildsize     "123 MB (add 533 MB for tests)">
    12   <!ENTITY cbindgen-time          "0.6 SBU (add 0.4 SBU for tests), both on a 4-core machine">
     11  <!ENTITY cbindgen-buildsize     "124 MB (add 568 MB for tests)">
     12  <!ENTITY cbindgen-time          "0.8 SBU (add 0.4 SBU for tests), both on a 4-core machine">
    1313]>
    1414
  • general/prog/php.xml

    rca31bd3 r65d85668  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "ff8897b914cb8de9d218bbae877decc7">
     9  <!ENTITY php-md5sum        "68a8cae879bb66425f6cfb11d94ceb02">
    1010  <!ENTITY php-size          "10 MB">
    11   <!ENTITY php-buildsize     "693 MB (with tests, add 182 MB for documentation)">
    12   <!ENTITY php-time          "1.8 SBU (with parallelism=4; add 2.1 SBU for tests)">
     11  <!ENTITY php-buildsize     "446 MB (with tests, add 182 MB for documentation)">
     12  <!ENTITY php-time          "1.6 SBU (with parallelism=4; add 2.1 SBU for tests)">
    1313  <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well.
    1414       Results were otherwise normal though, so I'm unsure of what caused the
     
    1616       No timeout for 8.0.2. Tests run at -j4 too. -pierre
    1717       No timeouts on 8.0.3 for me this time. -renodr
    18        No timeouts on 8.0.5 -bdubbs -->
     18       No timeouts on 8.0.5 -bdubbs
     19       No timeouts, one failure on 8.0.9 -bdubbs
     20       -->
    1921]>
    2022
  • 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.