Changeset 29cefb8


Ignore:
Timestamp:
07/16/2022 01:06:49 AM (21 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
951fd4eb
Parents:
8b152256
Message:

Update to gnome-shell-42.3.1 and gnome-shell-extensions-42.3.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r8b152256 r29cefb8  
    6969<!ENTITY gnome-control-center-version      "42.3">
    7070<!ENTITY mutter-version                    "42.3">
    71 <!ENTITY gnome-shell-version               "42.2">
    72 <!ENTITY gnome-shell-extensions-version    "42.2">
     71<!ENTITY gnome-shell-version               "42.3.1">
     72<!ENTITY gnome-shell-extensions-version    "42.3">
    7373<!ENTITY gnome-session-version             "42.0">
    7474<!ENTITY gdm-version                       "42.0">
  • gnome/platform/gnome-shell-extensions.xml

    r8b152256 r29cefb8  
    99  <!ENTITY gnome-shell-extensions-download-ftp
    1010           "&gnome-download-ftp;/gnome-shell-extensions/&gnome-42;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
    11   <!ENTITY gnome-shell-extensions-md5sum        "0dc166733ba14524c89ed6c564ce0fd3">
    12   <!ENTITY gnome-shell-extensions-size          "220 KB">
     11  <!ENTITY gnome-shell-extensions-md5sum        "d2b8bd9588be36e8193117ed73e7620f">
     12  <!ENTITY gnome-shell-extensions-size          "224 KB">
    1313  <!ENTITY gnome-shell-extensions-buildsize     "3.7 MB">
    1414  <!ENTITY gnome-shell-extensions-time          "less than 0.1 SBU">
  • gnome/platform/gnome-shell.xml

    r8b152256 r29cefb8  
    99  <!ENTITY gnome-shell-download-ftp
    1010           "&gnome-download-ftp;/gnome-shell/&gnome-42;/gnome-shell-&gnome-shell-version;.tar.xz">
    11   <!ENTITY gnome-shell-md5sum        "01b7e75af1b563e007af31c8f0617b26">
     11  <!ENTITY gnome-shell-md5sum        "2a82fadbb47acdcb27f4b218403957ba">
    1212  <!ENTITY gnome-shell-size          "1.8 MB">
    13   <!ENTITY gnome-shell-buildsize     "46 MB (with tests)">
    14   <!ENTITY gnome-shell-time          "0.2 SBU (Using parallelism=4; with tests)">
     13  <!ENTITY gnome-shell-buildsize     "47 MB">
     14  <!ENTITY gnome-shell-time          "0.1 SBU (Using parallelism=4)">
     15  <!ENTITY gnome-shell-buildsize-systemd "47 MB (with tests)">
     16  <!ENTITY gnome-shell-time-systemd      "0.2 SBU (Using parallelism=4; with tests)">
    1517]>
    1618
     
    6062        </para>
    6163      </listitem>
    62       <listitem>
     64      <listitem revision='sysv'>
    6365        <para>
    6466          Estimated disk space required: &gnome-shell-buildsize;
    6567        </para>
    6668      </listitem>
    67       <listitem>
     69      <listitem revision='sysv'>
    6870        <para>
    6971          Estimated build time: &gnome-shell-time;
     72        </para>
     73      </listitem>
     74      <listitem revision='systemd'>
     75        <para>
     76          Estimated disk space required: &gnome-shell-buildsize-systemd;
     77        </para>
     78      </listitem>
     79      <listitem revision='systemd'>
     80        <para>
     81          Estimated build time: &gnome-shell-time-systemd;
    7082        </para>
    7183      </listitem>
     
    160172ninja</userinput></screen>
    161173
    162     <para>
     174    <para revision='sysv'>
     175      This package does not come with a working test suite in a
     176      SystemV environment.
     177    </para>
     178
     179    <para revision='systemd'>
    163180      To test the results, you need to remove the
    164181      <parameter>-Dtests=false</parameter> switch, and to have <xref
    165       linkend="mutter"/> compiled with tests too. Issue:
    166       <command>ninja test</command>. You must be
    167       running an X session to run the tests. Some will fail if
    168       <xref linkend="gdm"/> is not installed.
     182      linkend="mutter"/> compiled and installed with tests also.
     183
     184      To run the tests, issue: <command>ninja test</command>. You must be
     185      running an X session to run the tests. Some will fail if <xref
     186      linkend="gdm"/> is not installed. 
    169187    </para>
    170188
  • introduction/welcome/changelog.xml

    r8b152256 r29cefb8  
    4545      <para>July 15th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to gnome-shell-42.3.1 and gnome-shell-extensions-42.3. Fixes
     49          <ulink url="&blfs-ticket-root;16739">#16739</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to mutter-42.3. Fixes
Note: See TracChangeset for help on using the changeset viewer.