Author: renodr
Date: Mon Dec 14 12:29:57 2020
New Revision: 23979
Log:
Update to mutter-3.38.2
Update to gnome-shell-3.38.2
Update to gnome-shell-extensions-3.38.2
Update to gnome-tweaks-3.34.1
Adapt gnome-session to changes in systemd-247
Modified:
trunk/BOOK/general.ent
trunk/BOOK/gnome.ent
trunk/BOOK/gnome/applications/gnome-tweaks.xml
trunk/BOOK/gnome/platform/gnome-session.xml
trunk/BOOK/gnome/platform/gnome-shell-extensions.xml
trunk/BOOK/gnome/platform/gnome-shell.xml
trunk/BOOK/gnome/platform/mutter.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Dec 14 05:45:11 2020 (r23978)
+++ trunk/BOOK/general.ent Mon Dec 14 12:29:57 2020 (r23979)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "December 13th, &year;">
+<!ENTITY releasedate "December 14th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent Mon Dec 14 05:45:11 2020 (r23978)
+++ trunk/BOOK/gnome.ent Mon Dec 14 12:29:57 2020 (r23979)
@@ -61,9 +61,9 @@
<!ENTITY gnome-keyring-version "3.36.0">
<!ENTITY gnome-settings-daemon-version "3.38.1">
<!ENTITY gnome-control-center-version "3.38.2">
-<!ENTITY mutter-version "3.38.1">
-<!ENTITY gnome-shell-version "3.38.1">
-<!ENTITY gnome-shell-extensions-version "3.38.1">
+<!ENTITY mutter-version "3.38.2">
+<!ENTITY gnome-shell-version "3.38.2">
+<!ENTITY gnome-shell-extensions-version "3.38.2">
<!ENTITY gnome-session-version "3.38.0">
<!ENTITY gdm-version "3.38.2">
<!ENTITY gnome-user-docs-version "3.38.2">
@@ -92,7 +92,7 @@
<!ENTITY gnome-screenshot-version "3.38.0">
<!ENTITY gnome-system-monitor-version "3.38.0">
<!ENTITY gnome-terminal-version "3.38.1">
-<!ENTITY gnome-tweaks-version "3.34.0">
+<!ENTITY gnome-tweaks-version "3.34.1">
<!ENTITY gnome-weather-version "3.36.1">
<!ENTITY gucharmap-version "12.0.1">
<!-- nm-applet moved to Networking Utilities, so it's now in packages.ent -->
Modified: trunk/BOOK/gnome/applications/gnome-tweaks.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gnome-tweaks.xml Mon Dec 14 05:45:11
2020 (r23978)
+++ trunk/BOOK/gnome/applications/gnome-tweaks.xml Mon Dec 14 12:29:57
2020 (r23979)
@@ -8,9 +8,9 @@
"&gnome-download-http;/gnome-tweaks/&gnome-minor-34;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
<!ENTITY gnome-tweaks-download-ftp
"&gnome-download-ftp;/gnome-tweaks/&gnome-minor-34;/gnome-tweaks-&gnome-tweaks-version;.tar.xz">
- <!ENTITY gnome-tweaks-md5sum "a625d8b167c5549c68e1c6ac7a87d369">
+ <!ENTITY gnome-tweaks-md5sum "34136ab30594546889d7c32ed8b13aba">
<!ENTITY gnome-tweaks-size "244 KB">
- <!ENTITY gnome-tweaks-buildsize "3.2 MB">
+ <!ENTITY gnome-tweaks-buildsize "5.2 MB">
<!ENTITY gnome-tweaks-time "less than 0.1 SBU">
]>
Modified: trunk/BOOK/gnome/platform/gnome-session.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-session.xml Mon Dec 14 05:45:11 2020
(r23978)
+++ trunk/BOOK/gnome/platform/gnome-session.xml Mon Dec 14 12:29:57 2020
(r23979)
@@ -113,6 +113,12 @@
<screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i
gnome-session/gnome-session.in</userinput></screen>
+ <para revision="systemd">
+ Adapt gnome-session to changes in systemd-247:
+ </para>
+
+<screen revision="systemd"><userinput remap="pre">echo 'Slice=.slice' >>
data/gnome-session-restart-dbus.service.in</userinput></screen>
+
<para revision="sysv">
Adapt meson.build so that gnome-session can build without systemd:
</para>
Modified: trunk/BOOK/gnome/platform/gnome-shell-extensions.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-shell-extensions.xml Mon Dec 14
05:45:11 2020 (r23978)
+++ trunk/BOOK/gnome/platform/gnome-shell-extensions.xml Mon Dec 14
12:29:57 2020 (r23979)
@@ -8,7 +8,7 @@
"&gnome-download-http;/gnome-shell-extensions/&gnome-minor-38;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
<!ENTITY gnome-shell-extensions-download-ftp
"&gnome-download-ftp;/gnome-shell-extensions/&gnome-minor-38;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
- <!ENTITY gnome-shell-extensions-md5sum
"717e1b7f04cdb0bac27fd509c3128801">
+ <!ENTITY gnome-shell-extensions-md5sum
"527017400c2a22748f97f0603f070dda">
<!ENTITY gnome-shell-extensions-size "208 KB">
<!ENTITY gnome-shell-extensions-buildsize "4.4 MB">
<!ENTITY gnome-shell-extensions-time "less than 0.1 SBU">
Modified: trunk/BOOK/gnome/platform/gnome-shell.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-shell.xml Mon Dec 14 05:45:11 2020
(r23978)
+++ trunk/BOOK/gnome/platform/gnome-shell.xml Mon Dec 14 12:29:57 2020
(r23979)
@@ -8,7 +8,7 @@
"&gnome-download-http;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz">
<!ENTITY gnome-shell-download-ftp
"&gnome-download-ftp;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz">
- <!ENTITY gnome-shell-md5sum "a12f98e36f4cfc4b4f968c35edc6f778">
+ <!ENTITY gnome-shell-md5sum "069511072eedd1934b762320467c0ab7">
<!ENTITY gnome-shell-size "1.7 MB">
<!ENTITY gnome-shell-buildsize "72 MB (including tests)">
<!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4, with
tests)">
Modified: trunk/BOOK/gnome/platform/mutter.xml
==============================================================================
--- trunk/BOOK/gnome/platform/mutter.xml Mon Dec 14 05:45:11 2020
(r23978)
+++ trunk/BOOK/gnome/platform/mutter.xml Mon Dec 14 12:29:57 2020
(r23979)
@@ -6,9 +6,9 @@
<!ENTITY mutter-download-http
"&gnome-download-http;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
<!ENTITY mutter-download-ftp
"&gnome-download-ftp;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz">
- <!ENTITY mutter-md5sum "df053c03ed2264e7b6dfd453ed5103ea">
+ <!ENTITY mutter-md5sum "07307571f9f2bdb433894741222773e1">
<!ENTITY mutter-size "2.5 MB">
- <!ENTITY mutter-buildsize "139 MB">
+ <!ENTITY mutter-buildsize "140 MB">
<!ENTITY mutter-time "1.3 SBU (Using parallelism=4)">
]>
@@ -71,7 +71,7 @@
</para>
</listitem>
</itemizedlist>
-
+<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -81,7 +81,7 @@
</para>
</listitem>
</itemizedlist>
-
+-->
<bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -137,11 +137,13 @@
<sect2 role="installation">
<title>Installation of Mutter</title>
+<!--
<para>
First, fix a problem with the build system and bugs with wayland
sessions:
</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
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Dec 14 05:45:11
2020 (r23978)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Dec 14 12:29:57
2020 (r23979)
@@ -42,7 +42,33 @@
</listitem>
-->
<listitem>
- <para>December 12th, 2020</para>
+ <para>December 14th, 2020</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Update to mutter-3.38.2. Fixes
+ <ulink url="&blfs-ticket-root;14334">#14334</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to gnome-shell-3.38.2. Fixes
+ <ulink url="&blfs-ticket-root;14333">#14333</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to gnome-shell-extensions-3.38.2. Fixes
+ <ulink url="&blfs-ticket-root;14333">#14333</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to gnome-tweaks-3.34.1. Fixes
+ <ulink url="&blfs-ticket-root;14369">#14369</ulink>.</para>
+ </listitem>
+ <listitem revision="systemd">
+ <para>[renodr] - Adapt gnome-session to changes in systemd-247. Fixes
+ <ulink url="&blfs-ticket-root;14341">#14341</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>December 13th, 2020</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add inih-r52. Required for xfsprogs-5.10.0.</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page