mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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
This commit is contained in:
parent
57b3c45c82
commit
bc0d10e0c4
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2020">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "January 23rd, &year;">
|
||||
<!ENTITY releasedate "January 24th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -75,9 +75,9 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libxml2"/>,
|
||||
<xref linkend="lzo"/>,
|
||||
<xref linkend="nettle"/>, and
|
||||
<ulink url="https://facebook.github.io/zstd/">zstd</ulink>
|
||||
<xref linkend="lzo"/>, and
|
||||
<xref linkend="nettle"/>
|
||||
<!-- <ulink url="https://facebook.github.io/zstd/">zstd</ulink> Now in LFS -->
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -57,7 +57,7 @@
|
||||
<!ENTITY gnome-keyring-version "3.34.0">
|
||||
<!ENTITY gnome-settings-daemon-version "3.34.2">
|
||||
<!ENTITY gnome-control-center-version "3.34.2">
|
||||
<!ENTITY mutter-version "3.34.1">
|
||||
<!ENTITY mutter-version "3.34.3">
|
||||
<!ENTITY gnome-shell-version "3.34.3">
|
||||
<!ENTITY gnome-shell-extensions-version "3.34.2">
|
||||
<!ENTITY gnome-session-version "3.34.2">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-34;/mutter-&mutter-version;.tar.xz">
|
||||
<!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor-34;/mutter-&mutter-version;.tar.xz">
|
||||
<!ENTITY mutter-md5sum "4d7b67471fa4177e5ff0357e1f1736fb">
|
||||
<!ENTITY mutter-size "2.7 MB">
|
||||
<!ENTITY mutter-buildsize "487 MB">
|
||||
<!ENTITY mutter-time "0.7 SBU (Using parallelism=4)">
|
||||
<!ENTITY mutter-md5sum "c3ee46ae7b84d9d0e8dd3f9e04a61ab1">
|
||||
<!ENTITY mutter-size "2.6 MB">
|
||||
<!ENTITY mutter-buildsize "614 MB">
|
||||
<!ENTITY mutter-time "1.1 SBU (Using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="mutter" xreflabel="Mutter-&mutter-version;">
|
||||
@ -72,6 +72,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!--
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -81,6 +82,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
-->
|
||||
|
||||
<bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
|
||||
|
||||
@ -132,12 +134,13 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Mutter</title>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
First, apply a patch to Mutter to fix some upstream bugs:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-upstream_fixes-1.patch</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Install <application>Mutter</application> by running the following
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>January 24th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to mutter-3.34.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;12631">#12631</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>January 23rd, 2020</para>
|
||||
<itemizedlist>
|
||||
|
@ -78,6 +78,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="dosfstools"/>,
|
||||
<xref linkend="pth"/>,
|
||||
<xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
|
||||
<ulink url="https://metacpan.org/pod/Digest::CRC">Digest::CRC</ulink> (for tests)
|
||||
|
Loading…
Reference in New Issue
Block a user