Changeset 9b492b4


Ignore:
Timestamp:
07/13/2023 10:39:48 AM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5c7ad04
Parents:
797182d (diff), 9145997 (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 xry111/xf86-video-removal

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r797182d r9b492b4  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "4fb37e70718f5c026a3a9298e7bb8170">
    10   <!ENTITY mercurial-size          "7.8 MB">
    11   <!ENTITY mercurial-buildsize     "80 MB (with docs, add 2.3 GB for tests)">
    12   <!ENTITY mercurial-time          "0.3 SBU (with docs; add 14 SBU for tests; both using parallelism=4)">
     9  <!ENTITY mercurial-md5sum        "54307af52ba5e948d9d26c3bead0eb60">
     10  <!ENTITY mercurial-size          "7.9 MB">
     11  <!ENTITY mercurial-buildsize     "115 MB (with docs, add 1.5 GB for tests)">
     12  <!ENTITY mercurial-time          "0.3 SBU (with docs; add 27 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    141141      # Ran 935 tests, 69 skipped,  8 failed. real  26m15.875s -bdubbs 10 Jun 23.
    142142      # Ran 940 tests, 64 skipped,  8 failed. real  omitted    -bdubbs 26 Jun 23.
     143      # Ran 948 tests, 66 skipped, 0 failed. -pierre 12 Jul 23 (mercurial-6.5).
    143144      -->
    144145      In order to
  • general/sysutils/elogind.xml

    r797182d r9b492b4  
    210210
    211211    <para>
    212       <parameter>-Dcgroup-controller=elogind</parameter>: This switch ensures
    213       that <application>elogind</application> is selected as the cgroup
    214       controller, even if booted with another running cgroup controller.
     212      <parameter>-Dcgroup-controller=elogind</parameter>: This switch is
     213      necessary to build this package when the kernel is not built with
     214      <option>CONFIG_CGROUPS</option> enabled.  Note that
     215      <application>elogind</application> strictly needs
     216      a kernel with <option>CONFIG_CGROUPS</option> enabled at runtime,
     217      but this switch will allow building the package first.
    215218    </para>
    216219
  • introduction/welcome/changelog.xml

    r797182d r9b492b4  
    4242     <para>July 12th, 2023</para>
    4343     <itemizedlist>
     44        <listitem>
     45          <para>[timtas] - Update to thunderbird-115.0. Fixes
     46          <ulink url="&blfs-ticket-root;18275">#18275</ulink>.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[pierre] - Update to mercurial-6.5. Fixes
     50          <ulink url="&blfs-ticket-root;18261">#18261</ulink>.</para>
     51        </listitem>
    4452        <listitem>
    4553          <para>[pierre] - Update to glib-2.76.4. Fixes
  • packages.ent

    r797182d r9b492b4  
    325325<!ENTITY lua-version                  "5.4.6">
    326326<!ENTITY lua52-version                "5.2.4">
    327 <!ENTITY mercurial-version            "6.4.5">
     327<!ENTITY mercurial-version            "6.5">
    328328<!ENTITY nasm-version                 "2.16.01">
    329329<!ENTITY patchelf-version             "0.17.2">
     
    989989<!ENTITY rox-filer-version            "2.11">
    990990<!ENTITY rxvt-unicode-version         "9.31">
    991 <!ENTITY thunderbird-version          "102.12.0">
     991<!ENTITY thunderbird-version          "115.0">
    992992<!ENTITY tigervnc-version             "1.13.1">
    993993<!ENTITY transmission-version         "4.0.3">
  • xsoft/other/thunderbird.xml

    r797182d r9b492b4  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "48d0bb152a73f4c62739b4eb7fe0eb3c">
    10   <!ENTITY thunderbird-size          "479 MB">
     9  <!ENTITY thunderbird-md5sum        "4113a557a9730e4af8891ee7d7e27883">
     10  <!ENTITY thunderbird-size          "507 MB">
    1111  <!ENTITY thunderbird-buildsize     "7.3 GB (205 MB installed)">
    1212  <!ENTITY thunderbird-time          "20 SBU (on a 4-core machine)">
     
    7373    </itemizedlist>
    7474
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/thunderbird-&thunderbird-version;-consolidated-1.patch"/>
    81         </para>
    82       </listitem>
    83     </itemizedlist>
    8475
    8576    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
     
    233224
    234225    <para>
    235       Fix building Thunderbird with Clang 16 or C++ headers from GCC 13.
    236       And, work around a build failure with Rustc-1.70.0:
    237     </para>
    238 
    239 <screen><userinput remap="pre">patch -Np1 -i ../thunderbird-&thunderbird-version;-consolidated-1.patch</userinput></screen>
    240 
    241     <para>
    242226      Now invoke the Python <command>mach</command> script to compile
    243227      <application>Thunderbird</application>:
Note: See TracChangeset for help on using the changeset viewer.