Changeset bc0d10e


Ignore:
Timestamp:
01/24/2020 10:59:11 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
a6ea526
Parents:
57b3c45
Message:

Update to mutter-3.34.3
libarchive: Remove dependency on zstd
parted: Add optional dependency on dosfstools

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22598 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r57b3c45 rbc0d10e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 23rd, &year;">
     9<!ENTITY releasedate  "January 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libarchive.xml

    r57b3c45 rbc0d10e  
    7676    <para role="optional">
    7777      <xref linkend="libxml2"/>,
    78       <xref linkend="lzo"/>,
    79       <xref linkend="nettle"/>, and
    80       <ulink url="https://facebook.github.io/zstd/">zstd</ulink>
     78      <xref linkend="lzo"/>, and
     79      <xref linkend="nettle"/>
     80      <!-- <ulink url="https://facebook.github.io/zstd/">zstd</ulink> Now in LFS -->
    8181    </para>
    8282
  • gnome.ent

    r57b3c45 rbc0d10e  
    5858<!ENTITY gnome-settings-daemon-version     "3.34.2">
    5959<!ENTITY gnome-control-center-version      "3.34.2">
    60 <!ENTITY mutter-version                    "3.34.1">
     60<!ENTITY mutter-version                    "3.34.3">
    6161<!ENTITY gnome-shell-version               "3.34.3">
    6262<!ENTITY gnome-shell-extensions-version    "3.34.2">
  • gnome/platform/mutter.xml

    r57b3c45 rbc0d10e  
    77  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-34;/mutter-&mutter-version;.tar.xz">
    88  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-34;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "4d7b67471fa4177e5ff0357e1f1736fb">
    10   <!ENTITY mutter-size          "2.7 MB">
    11   <!ENTITY mutter-buildsize     "487 MB">
    12   <!ENTITY mutter-time          "0.7 SBU (Using parallelism=4)">
     9  <!ENTITY mutter-md5sum        "c3ee46ae7b84d9d0e8dd3f9e04a61ab1">
     10  <!ENTITY mutter-size          "2.6 MB">
     11  <!ENTITY mutter-buildsize     "614 MB">
     12  <!ENTITY mutter-time          "1.1 SBU (Using parallelism=4)">
    1313]>
    1414
     
    7373    </itemizedlist>
    7474
     75    <!--
    7576    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7677    <itemizedlist spacing="compact">
     
    8283      </listitem>
    8384    </itemizedlist>
     85    -->
    8486
    8587    <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
     
    133135  <sect2 role="installation">
    134136    <title>Installation of Mutter</title>
    135 
     137    <!--
    136138    <para>
    137139      First, apply a patch to Mutter to fix some upstream bugs:
     
    139141
    140142<screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-upstream_fixes-1.patch</userinput></screen>
     143    -->
    141144
    142145    <para>
  • introduction/welcome/changelog.xml

    r57b3c45 rbc0d10e  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>January 24th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to mutter-3.34.3. Fixes
     49          <ulink url="&blfs-ticket-root;12631">#12631</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>January 23rd, 2020</para>
  • postlfs/filesystems/parted.xml

    r57b3c45 rbc0d10e  
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
     81      <xref linkend="dosfstools"/>,
    8182      <xref linkend="pth"/>,
    8283      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
Note: See TracChangeset for help on using the changeset viewer.