mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to mutter-3.32.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21784 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
741231deb8
commit
aa17ca873a
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2019">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "July 1st, &year;">
|
||||
<!ENTITY releasedate "July 2nd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -60,7 +60,7 @@
|
||||
<!ENTITY gnome-keyring-version "3.28.2">
|
||||
<!ENTITY gnome-settings-daemon-version "3.32.1">
|
||||
<!ENTITY gnome-control-center-version "3.32.2">
|
||||
<!ENTITY mutter-version "3.32.1">
|
||||
<!ENTITY mutter-version "3.32.2">
|
||||
<!ENTITY gnome-shell-version "3.32.1">
|
||||
<!ENTITY gnome-shell-extensions-version "3.32.1">
|
||||
<!ENTITY gnome-session-version "3.32.0">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-32;/mutter-&mutter-version;.tar.xz">
|
||||
<!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor-32;/mutter-&mutter-version;.tar.xz">
|
||||
<!ENTITY mutter-md5sum "6748ec4afdef5e06a9d5639cba3a5cdb">
|
||||
<!ENTITY mutter-md5sum "283c54e0f8a37dc54b99a1de0e0b2a2e">
|
||||
<!ENTITY mutter-size "2.7 MB">
|
||||
<!ENTITY mutter-buildsize "163 MB">
|
||||
<!ENTITY mutter-buildsize "183 MB">
|
||||
<!ENTITY mutter-time "2.2 SBU">
|
||||
]>
|
||||
|
||||
@ -72,6 +72,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/mutter-&mutter-version;-upstream_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -116,6 +126,12 @@
|
||||
<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
|
||||
commands:
|
||||
|
@ -41,6 +41,15 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>July 2nd, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to mutter-3.32.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;12079">#12079</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 1st, 2019</para>
|
||||
|
@ -105,7 +105,7 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --sysconfdir=/etc .. &&
|
||||
ninja</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user