Author: renodr
Date: Mon Oct 14 19:19:42 2019
New Revision: 22249
Log:
Update to gnome-desktop-3.34.1
Update to gcr-3.34.0
Update to vte-0.58.2
upower: Add kernel configuration to allow it to function under systemd.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/sysutils/upower.xml
trunk/BOOK/gnome.ent
trunk/BOOK/gnome/platform/gcr.xml
trunk/BOOK/gnome/platform/gnome-desktop.xml
trunk/BOOK/gnome/platform/vte.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Oct 13 11:25:31 2019 (r22248)
+++ trunk/BOOK/general.ent Mon Oct 14 19:19:42 2019 (r22249)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2019">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "October 13th, &year;">
+<!ENTITY releasedate "October 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/general/sysutils/upower.xml
==============================================================================
--- trunk/BOOK/general/sysutils/upower.xml Sun Oct 13 11:25:31 2019
(r22248)
+++ trunk/BOOK/general/sysutils/upower.xml Mon Oct 14 19:19:42 2019
(r22249)
@@ -101,6 +101,26 @@
</para>
</sect2>
+ <sect2 role="kernel" id="upower-kernel" revision="systemd">
+ <!-- With UPower-0.9.11's hardening of the systemd unit file,
+ User Namespace Support is now required. Without this, you get
+ "ERROR 213/USER" out of a 'systemctl start upower'. -->
+ <title>Kernel Configuration</title>
+
+ <para>
+ Enable the following options in the kernel configuration and recompile
the
+ kernel if necessary:
+ </para>
+
+ <screen><literal>General Setup --->
+ [*] Namespaces support ---> [CONFIG_NAMESPACES]
+ [*] User namespace [CONFIG_USER_NS]</literal></screen>
+
+ <indexterm zone="upower upower-kernel">
+ <primary sortas="d-upower">upower</primary>
+ </indexterm>
+ </sect2>
+
<sect2 role="installation">
<title>Installation of UPower</title>
Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent Sun Oct 13 11:25:31 2019 (r22248)
+++ trunk/BOOK/gnome.ent Mon Oct 14 19:19:42 2019 (r22249)
@@ -14,18 +14,18 @@
<!-- Chapter 30 -->
<!-- Platform -->
-<!ENTITY gcr-version "3.28.1">
+<!ENTITY gcr-version "3.34.0">
<!ENTITY gsettings-desktop-schemas-version "3.34.0">
<!ENTITY libsecret-version "0.19.1">
<!ENTITY rest-version "0.8.1">
<!ENTITY totem-pl-parser-version "3.26.3">
-<!ENTITY vte-version "0.58.0">
+<!ENTITY vte-version "0.58.2">
<!ENTITY yelp-xsl-version "3.34.0">
<!ENTITY GConf-version "3.2.6">
<!ENTITY geocode-glib-version "3.26.1">
<!ENTITY gjs-version "1.58.1">
<!ENTITY gnome-autoar-version "0.2.3">
-<!ENTITY gnome-desktop-version "3.34.0">
+<!ENTITY gnome-desktop-version "3.34.1">
<!ENTITY gnome-menus-version "3.32.0">
<!ENTITY gnome-online-accounts-version "3.34.0">
<!ENTITY gnome-video-effects-version "0.5.0">
Modified: trunk/BOOK/gnome/platform/gcr.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gcr.xml Sun Oct 13 11:25:31 2019 (r22248)
+++ trunk/BOOK/gnome/platform/gcr.xml Mon Oct 14 19:19:42 2019 (r22249)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY gcr-download-http
"&gnome-download-http;/gcr/&gnome-minor-28;/gcr-&gcr-version;.tar.xz">
- <!ENTITY gcr-download-ftp
"&gnome-download-ftp;/gcr/&gnome-minor-28;/gcr-&gcr-version;.tar.xz">
- <!ENTITY gcr-md5sum "afd88cacfd54c1ac5b3e0eb35e3aa674">
- <!ENTITY gcr-size "1.3 MB">
- <!ENTITY gcr-buildsize "86 MB (with tests)">
- <!ENTITY gcr-time "0.9 SBU (with tests)">
+ <!ENTITY gcr-download-http
"&gnome-download-http;/gcr/&gnome-minor-34;/gcr-&gcr-version;.tar.xz">
+ <!ENTITY gcr-download-ftp
"&gnome-download-ftp;/gcr/&gnome-minor-34;/gcr-&gcr-version;.tar.xz">
+ <!ENTITY gcr-md5sum "4af28919fb1dd36d93603e8230283b6f">
+ <!ENTITY gcr-size "1.4 MB">
+ <!ENTITY gcr-buildsize "88 MB (with tests)">
+ <!ENTITY gcr-time "0.6 SBU (with tests)">
]>
<sect1 id="gcr" xreflabel="Gcr-&gcr-version;">
@@ -118,8 +118,8 @@
<para>
To test the results, issue: <command>make -k check</command>.
- The tests must be run from an X Terminal or similar. One test,
- "test-openssl 3", is known to fail.
+ The tests must be run from an X Terminal or similar. <!-- One test,
+ "test-openssl 3", is known to fail. -->
</para>
<para>
@@ -166,7 +166,7 @@
</seg>
<seg>
/usr/include/gck-1,
- /usr/{include,share,share/gtk-doc/html}/gcr-3, and
+ /usr/{include,share/gtk-doc/html}/gcr-3, and
/usr/share/gtk-doc/html/gck
</seg>
</seglistitem>
Modified: trunk/BOOK/gnome/platform/gnome-desktop.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-desktop.xml Sun Oct 13 11:25:31 2019
(r22248)
+++ trunk/BOOK/gnome/platform/gnome-desktop.xml Mon Oct 14 19:19:42 2019
(r22249)
@@ -8,10 +8,10 @@
"&gnome-download-http;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
<!ENTITY gnome-desktop-download-ftp
"&gnome-download-ftp;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
- <!ENTITY gnome-desktop-md5sum "3149bbd12eaf6f4420b1a999131ec470">
+ <!ENTITY gnome-desktop-md5sum "357b4e63960830c1399d3341d05746ea">
<!ENTITY gnome-desktop-size "696 KB">
- <!ENTITY gnome-desktop-buildsize "14 MB (with tests)">
- <!ENTITY gnome-desktop-time "0.1 SBU (using parallelism=4; with
tests)">
+ <!ENTITY gnome-desktop-buildsize "19 MB (with tests)">
+ <!ENTITY gnome-desktop-time "0.1 SBU (with tests)">
]>
<sect1 id="gnome-desktop" xreflabel="gnome-desktop-&gnome-desktop-version;">
@@ -110,25 +110,16 @@
running the following commands:
</para>
-<screen revision="sysv"><userinput>mkdir build &&
-cd build &&
-
-meson --prefix=/usr .. &&
-ninja</userinput></screen>
-
-<screen revision="systemd"><userinput>mkdir build &&
+<screen><userinput>mkdir build &&
cd build &&
meson --prefix=/usr \
-Dgnome_distributor="BLFS" .. &&
ninja</userinput></screen>
- <para revision="sysv">
- This package does not come with a functioning test suite.
- <!-- NOTE: On my elogind system, all tests passed. Please verify -renodr
-->
- </para>
-
- <para revision="systemd">
+ <!-- Previously, there was a note here on SysV about the Wall Clock tests
+ failing. Since we symlinked the timezones, it works okay now. -->
+ <para>
To test the results, run <command>ninja test</command> from a X Terminal
or similar.
</para>
@@ -160,9 +151,6 @@
parameter you wish to enable the installed tests.
</para>
- <!-- When elogind drops into mainline, we need to add that option
- to gnome-desktop, otherwise there's no distributor noted. -->
-
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/gnome/platform/vte.xml
==============================================================================
--- trunk/BOOK/gnome/platform/vte.xml Sun Oct 13 11:25:31 2019 (r22248)
+++ trunk/BOOK/gnome/platform/vte.xml Mon Oct 14 19:19:42 2019 (r22249)
@@ -6,10 +6,10 @@
<!ENTITY vte-download-http
"&gnome-download-http;/vte/0.58/vte-&vte-version;.tar.xz">
<!ENTITY vte-download-ftp
"&gnome-download-ftp;/vte/0.58/vte-&vte-version;.tar.xz">
- <!ENTITY vte-md5sum "36ecd9e0f2d4859bf15af89c3f777561">
+ <!ENTITY vte-md5sum "dadbf2c1d9864d3ea185738f97ab63af">
<!ENTITY vte-size "504 KB">
<!ENTITY vte-buildsize "11 MB (with tests)">
- <!ENTITY vte-time "0.3 SBU (using parallelism=4; with tests)">
+ <!ENTITY vte-time "0.4 SBU (using parallelism=4; with tests)">
<!-- Consolidating Tests/No Tests in GNOME sections for consistency. -->
<!-- For "Contents" and "Short Descriptions" sections -->
@@ -92,8 +92,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="fribidi"/> and
- <xref linkend="gtk-doc"/>
+ <xref linkend="fribidi"/>,
+ <xref linkend="gtk-doc"/>, and
+ <ulink
url="https://wiki.gnome.org/Projects/GTK/Roadmap/GTK4">GTK+-4</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Oct 13 11:25:31
2019 (r22248)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Oct 14 19:19:42
2019 (r22249)
@@ -42,6 +42,28 @@
</listitem>
-->
<listitem>
+ <para>October 14th, 2019</para>
+ <itemizedlist>
+ <listitem revision="systemd">
+ <para>[renodr] - Fix the initialization of UPower by adding required
+ kernel configuration to the page.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to gnome-desktop-3.34.1. Part of
+ <ulink url="&blfs-ticket-root;12617">#12617</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to VTE-0.58.2. Part of
+ <ulink url="&blfs-ticket-root;12617">#12617</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to gcr-3.34.0. Part of
+ <ulink url="&blfs-ticket-root;12617">#12617</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 13th, 2019</para>
<itemizedlist>
<listitem>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page