[blfs] 01/03: Update to GNOME 50.

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

commit edc0f6bd0fb3b5b365b499ab4773ae010ce11401
Author: Bruce Dubbs <[email protected]>
AuthorDate: Fri Apr 24 17:57:23 2026 -0500

    Update to GNOME 50.
    
    This commit updates a lot of gnome packages, but also updates glycin to use gtk4.
    This is now neeed for nautilus.
    
    It also updates pygobject3 to the latest version.
---
 general/graphlib/glycin.xml                  |  8 +--
 general/prog/python-modules/pygobject3.xml   |  6 +--
 gnome.ent                                    | 77 +++++++++++++++-------------
 gnome/applications/baobab.xml                |  6 +--
 gnome/applications/evolution.xml             |  8 +--
 gnome/applications/gnome-calculator.xml      |  6 +--
 gnome/applications/gnome-connections.xml     |  4 +-
 gnome/applications/gnome-maps.xml            |  6 +--
 gnome/applications/gnome-power-manager.xml   |  6 +--
 gnome/applications/gnome-system-monitor.xml  |  6 +--
 gnome/applications/gnome-terminal.xml        |  4 +-
 gnome/applications/gucharmap.xml             |  4 +-
 gnome/applications/snapshot.xml              | 10 ++--
 gnome/platform/evolution-data-server.xml     | 21 ++++----
 gnome/platform/gexiv2.xml                    |  8 +--
 gnome/platform/gnome-backgrounds.xml         |  8 +--
 gnome/platform/gnome-bluetooth.xml           | 10 ++--
 gnome/platform/gnome-control-center.xml      |  8 +--
 gnome/platform/gnome-keyring.xml             |  8 +--
 gnome/platform/gnome-online-accounts.xml     |  8 +--
 gnome/platform/gnome-session.xml             | 10 ++--
 gnome/platform/gnome-settings-daemon.xml     | 19 ++++---
 gnome/platform/gnome-shell-extensions.xml    |  6 +--
 gnome/platform/gnome-shell.xml               |  6 +--
 gnome/platform/gnome-user-docs.xml           | 10 ++--
 gnome/platform/gsettings-desktop-schemas.xml |  8 +--
 gnome/platform/gvfs.xml                      |  6 +--
 gnome/platform/libgweather.xml               | 17 +++---
 gnome/platform/libpeas.xml                   |  8 +--
 gnome/platform/libshumate.xml                | 10 ++--
 gnome/platform/localsearch.xml               | 20 +++++---
 gnome/platform/mutter.xml                    |  8 +--
 gnome/platform/nautilus.xml                  | 10 ++--
 gnome/platform/platform.xml                  |  1 +
 gnome/platform/tecla.xml                     |  6 +--
 gnome/platform/tinysparql.xml                | 15 +++---
 gnome/platform/vte.xml                       |  8 +--
 gnome/platform/xdg-desktop-portal-gnome.xml  |  6 +--
 38 files changed, 204 insertions(+), 192 deletions(-)

diff --git a/general/graphlib/glycin.xml b/general/graphlib/glycin.xml
index 0129e835d0..4f17cb1a2e 100644
--- a/general/graphlib/glycin.xml
+++ b/general/graphlib/glycin.xml
@@ -139,7 +139,8 @@ patch -Np1 -i ../glycin-&glycin-version;-xorg_prefix-1.patch</userinput></screen
       is not yet installed:
     </para>
 
-<screen><userinput>sed -i "s/get_option('libglycin-gtk4')/(&amp; or get_option('glycin-thumbnailer'))/" meson.build</userinput></screen>
+<screen><userinput>sed -e "s/get_option('libglycin-gtk4')/(&amp; or get_option('glycin-thumbnailer'))/" \
+    -i meson.build</userinput></screen>
 
     <para>
       Install <application>glycin</application> by running the following
@@ -151,7 +152,6 @@ cd    build &amp;&amp;
 
 meson setup --prefix=/usr           \
             --buildtype=release     \
-            -D libglycin-gtk4=false \
             -D tests=false ..       &amp;&amp;
 ninja</userinput></screen>
 
@@ -186,8 +186,8 @@ ninja</userinput></screen>
     <para>
       <parameter>-D glycin_gtk4=false</parameter>: This parameter disables
       the build of <systemitem class='library'>libglycin-gtk4</systemitem>
-      (which is not used by any BLFS packages yet) so this package can be
-      built without <xref linkend='gtk4'/> installed.
+      (which is needed by <xref linkend="nautilus"/>). If this is not needed
+      this package can be built without <xref linkend='gtk4'/> installed.
     </para>
 
     <para>
diff --git a/general/prog/python-modules/pygobject3.xml b/general/prog/python-modules/pygobject3.xml
index 5d4e9951a9..b8cb504ba5 100644
--- a/general/prog/python-modules/pygobject3.xml
+++ b/general/prog/python-modules/pygobject3.xml
@@ -8,9 +8,9 @@
            "&gnome-download-http;/pygobject/&gnome-minor-56;/pygobject-&pygobject3-version;.tar.gz">
   <!ENTITY pygobject3-download-ftp  " ">
   <!ENTITY pygobject3-md5sum        "02914b57ded9f3918476a935b39af017">
-  <!ENTITY pygobject3-size          "1.4 MB">
-  <!ENTITY pygobject3-buildsize     "15 MB (with tests)">
-  <!ENTITY pygobject3-time          "0.3 SBU (with tests)">
+  <!ENTITY pygobject3-size          "1.3 MB">
+  <!ENTITY pygobject3-buildsize     "13 MB (with tests)">
+  <!ENTITY pygobject3-time          "0.2 SBU (with tests)">
 ]>
 
  <!-- Begin PyGObject3 -->
diff --git a/gnome.ent b/gnome.ent
index 33f53b7749..77aa0f16b4 100644
--- a/gnome.ent
+++ b/gnome.ent
@@ -17,6 +17,7 @@
 <!ENTITY gnome-minor-54       "3.54">
 <!ENTITY gnome-minor-56       "3.56">
 <!ENTITY gnome-minor-58       "3.58">
+<!ENTITY gnome-minor-60       "3.60">
 <!ENTITY gnome-41             "41">
 <!ENTITY gnome-42             "42">
 <!ENTITY gnome-43             "43">
@@ -26,6 +27,7 @@
 <!ENTITY gnome-47             "47">
 <!ENTITY gnome-48             "48">
 <!ENTITY gnome-49             "49">
+<!ENTITY gnome-50             "50">
 <!-- See about removing some of the above entities after 40.0 is in. -->
 
 <!-- Chapter 30 -->
@@ -34,12 +36,12 @@
 <!ENTITY gcr-version                       "&gcr-minor;.2">
 <!ENTITY gcr4-minor                        "4.4">
 <!ENTITY gcr4-version                      "&gcr4-minor;.0.1">
-<!ENTITY gsettings-desktop-schemas-version "49.1">
+<!ENTITY gsettings-desktop-schemas-version "50.1">
 <!ENTITY libsecret-version                 "0.21.7">
 <!ENTITY librest-version                   "0.10.2">
 <!ENTITY totem-pl-parser-version           "3.26.7">
-<!ENTITY vte-minor                         "0.82">
-<!ENTITY vte-version                       "&vte-minor;.3">
+<!ENTITY vte-minor                         "0.84">
+<!ENTITY vte-version                       "&vte-minor;.0">
 <!ENTITY yelp-xsl-version                  "49.0">
 <!ENTITY GConf-version                     "3.2.6">
 <!ENTITY geocode-glib-version              "3.26.4">
@@ -48,47 +50,48 @@
 <!ENTITY gnome-desktop-version             "44.5">
 <!ENTITY gnome-menus-version               "3.38.1">
 <!--<!ENTITY gnome-video-effects-version       "0.6.0">-->
-<!ENTITY gnome-online-accounts-version     "3.56.4">
+<!ENTITY gnome-online-accounts-version     "3.58.1">
 <!--<!ENTITY grilo-version                     "0.3.16">-->
 <!--<!ENTITY libchamplain-version              "0.12.21">-->
 <!--<!ENTITY libgdata-version                  "0.18.1">-->
 <!ENTITY libgee-version                    "0.20.8">
 <!ENTITY libgtop-version                   "2.41.3">
-<!ENTITY libgweather-minor                 "4.4">
-<!ENTITY libgweather-version               "&libgweather-minor;.4">
-<!ENTITY libpeas-version                   "1.36.0">
-<!ENTITY libshumate-version                "1.5.3">
+<!ENTITY gweather-locations-version        "2026.2">
+<!ENTITY libgweather-minor                 "4.6">
+<!ENTITY libgweather-version               "&libgweather-minor;.0">
+<!ENTITY libpeas-version                   "1.38.1">
+<!ENTITY libshumate-version                "1.6.1">
 <!--<!ENTITY libwnck-version                   "43.1">-->
-<!ENTITY evolution-data-server-version     "3.58.3">
+<!ENTITY evolution-data-server-version     "3.60.1">
 <!--<!ENTITY folks-version                     "0.15.5">-->
 <!--<!ENTITY gfbgraph-version                  "0.2.5">-->
-<!ENTITY tinysparql-version                "3.10.1">
-<!ENTITY localsearch-version               "3.10.2">
+<!ENTITY tinysparql-version                "3.11.1">
+<!ENTITY localsearch-version               "3.11.1">
 <!ENTITY gsound-version                    "1.0.3">
-<!ENTITY xdg-desktop-portal-gnome-version  "49.0">
+<!ENTITY xdg-desktop-portal-gnome-version  "50.0">
 
 <!-- Runtime (sysv) and Desktop (systemd) -->
 <!--<!ENTITY caribou-version                   "0.4.21">-->
 <!ENTITY dconf-version                     "0.49.0">
 <!ENTITY dconf-editor-version              "49.0">
-<!ENTITY gnome-backgrounds-version         "49.0">
-<!ENTITY gvfs-version                      "1.58.2">
-<!ENTITY gexiv2-minor                      "0.14">
-<!ENTITY gexiv2-version                    "&gexiv2-minor;.6">
-<!ENTITY nautilus-version                  "49.4">
+<!ENTITY gnome-backgrounds-version         "50.0">
+<!ENTITY gvfs-version                      "1.60.0">
+<!ENTITY gexiv2-minor                      "0.16">
+<!ENTITY gexiv2-version                    "&gexiv2-minor;.0">
+<!ENTITY nautilus-version                  "50.1">
 <!--<!ENTITY zenity-version                    "3.42.1">-->
-<!ENTITY gnome-bluetooth-version           "47.1">
-<!ENTITY gnome-keyring-version             "48.0">
-<!ENTITY gnome-settings-daemon-version     "49.1">
-<!ENTITY tecla-version                     "49.0">
-<!ENTITY gnome-control-center-version      "49.5">
-<!ENTITY mutter-version                    "49.4">
-<!ENTITY gnome-shell-version               "49.4">
-<!ENTITY gnome-shell-extensions-version    "49.0">
-<!ENTITY gnome-session-version             "49.2">
+<!ENTITY gnome-bluetooth-version           "47.2">
+<!ENTITY gnome-keyring-version             "50.0">
+<!ENTITY gnome-settings-daemon-version     "50.1">
+<!ENTITY tecla-version                     "50.0">
+<!ENTITY gnome-control-center-version      "50.1">
+<!ENTITY mutter-version                    "50.1">
+<!ENTITY gnome-shell-version               "50.1">
+<!ENTITY gnome-shell-extensions-version    "50.1">
+<!ENTITY gnome-session-version             "50.0">
 <!-- GDM Moved to display managers -->
 <!--<!ENTITY gdm-version                       "43.0">-->
-<!ENTITY gnome-user-docs-version           "49.4">
+<!ENTITY gnome-user-docs-version           "50.0">
 <!-- Icons moved to packages.ent, since they're now in the Icons chapter.-->
 <!ENTITY yelp-version                      "49.0">
 <!-- notification-daemon moved to System Utilities, so it's now in packages.ent -->
@@ -96,35 +99,35 @@
 
 <!-- Chapter 31 -->
 <!-- Applications -->
-<!ENTITY baobab-version                    "49.1">
+<!ENTITY baobab-version                    "50.0">
 <!ENTITY brasero-version                   "3.12.3">
 <!--<!ENTITY cheese-version                    "44.1">-->
 <!--<!ENTITY eog-version                       "47.0">-->
 <!ENTITY evince-version                    "48.1">
-<!ENTITY evolution-version                 "3.58.3">
+<!ENTITY evolution-version                 "3.60.1">
 <!ENTITY file-roller-version               "44.6">
 <!-- gedit moved to Editors, so it's now in packages.ent -->
-<!ENTITY gnome-calculator-version          "49.2">
+<!ENTITY gnome-calculator-version          "50.0">
 <!ENTITY gnome-color-manager-version       "3.36.2">
-<!ENTITY gnome-connections-version         "49.0">
+<!ENTITY gnome-connections-version         "50.0">
 <!ENTITY gnome-disk-utility-version        "46.1">
 <!ENTITY gnome-logs-version                "45.0">
-<!ENTITY gnome-maps-version                "49.4">
+<!ENTITY gnome-maps-version                "50.1">
 <!ENTITY gnome-nettool-version             "42.0">
-<!ENTITY gnome-power-manager-version       "43.0">
+<!ENTITY gnome-power-manager-version       "50.0">
 <!--<!ENTITY gnome-screenshot-version          "41.0">-->
 
-<!ENTITY gnome-system-monitor-version      "49.1">
-<!ENTITY gnome-terminal-version            "3.58.1">
+<!ENTITY gnome-system-monitor-version      "50.0">
+<!ENTITY gnome-terminal-version            "3.60.0">
 <!ENTITY gnome-tweaks-version              "49.0">
 <!ENTITY gnome-weather-version             "48.0">
 <!-- "major" version also used for links to unicode downloads -->
 <!ENTITY gucharmap-major-version         "17.0">
-<!ENTITY gucharmap-version               "&gucharmap-major-version;.1">
+<!ENTITY gucharmap-version               "&gucharmap-major-version;.2">
 <!ENTITY loupe-version                     "49.2">
 <!-- nm-applet moved to Networking Utilities, so it's now in packages.ent -->
 <!ENTITY seahorse-version                  "47.0.1">
 <!ENTITY showtime-version                  "49.1">
-<!ENTITY snapshot-version                  "49.1">
+<!ENTITY snapshot-version                  "50.0">
 <!--<!ENTITY vinagre-version                   "3.22.0">-->
 <!--<!ENTITY vino-version                      "3.22.0">-->
diff --git a/gnome/applications/baobab.xml b/gnome/applications/baobab.xml
index 76797f7efa..f5d7c63eb7 100644
--- a/gnome/applications/baobab.xml
+++ b/gnome/applications/baobab.xml
@@ -4,10 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY baobab-download-http "&gnome-download-http;/baobab/&gnome-49;/baobab-&baobab-version;.tar.xz">
+  <!ENTITY baobab-download-http "&gnome-download-http;/baobab/&gnome-50;/baobab-&baobab-version;.tar.xz">
   <!ENTITY baobab-download-ftp  " ">
-  <!ENTITY baobab-md5sum        "a042f032b6a448ebe082f304d045eaaf">
-  <!ENTITY baobab-size          "600 KB">
+  <!ENTITY baobab-md5sum        "f6f4649a945ca419d8261236fa2c7de2">
+  <!ENTITY baobab-size          "604 KB">
   <!ENTITY baobab-buildsize     "10 MB">
   <!ENTITY baobab-time          "less than 0.1 SBU (Using parallelism=4)">
 ]>
diff --git a/gnome/applications/evolution.xml b/gnome/applications/evolution.xml
index 16c4c772c1..3b2bb3af88 100644
--- a/gnome/applications/evolution.xml
+++ b/gnome/applications/evolution.xml
@@ -6,12 +6,12 @@
 
   <!-- Editors: Make sure directory is correct when updating -->
 
-  <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor-58;/evolution-&evolution-version;.tar.xz">
+  <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor-60;/evolution-&evolution-version;.tar.xz">
   <!ENTITY evolution-download-ftp  " ">
-  <!ENTITY evolution-md5sum        "6aadbf29727f671c66fb9d7100a3f058">
+  <!ENTITY evolution-md5sum        "1e3f5c5133dd9f6cee5987999dcc868f">
   <!ENTITY evolution-size          "13 MB">
-  <!ENTITY evolution-buildsize     "386 MB">
-  <!ENTITY evolution-time          "0.8 SBU (Using parallelism=4)">
+  <!ENTITY evolution-buildsize     "297 MB">
+  <!ENTITY evolution-time          "0.6 SBU (Using parallelism=4)">
 ]>
 
 <sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
diff --git a/gnome/applications/gnome-calculator.xml b/gnome/applications/gnome-calculator.xml
index 791442cc6b..9422fa274d 100644
--- a/gnome/applications/gnome-calculator.xml
+++ b/gnome/applications/gnome-calculator.xml
@@ -5,11 +5,11 @@
   %general-entities;
 
   <!ENTITY gnome-calculator-download-http
-           "&gnome-download-http;/gnome-calculator/&gnome-49;/gnome-calculator-&gnome-calculator-version;.tar.xz">
+           "&gnome-download-http;/gnome-calculator/&gnome-50;/gnome-calculator-&gnome-calculator-version;.tar.xz">
   <!ENTITY gnome-calculator-download-ftp  " ">
-  <!ENTITY gnome-calculator-md5sum        "d40e3b8069b7af21294edd955e460907">
+  <!ENTITY gnome-calculator-md5sum        "db7f8f49762a51c5c658f1b4c0ed74d8">
   <!ENTITY gnome-calculator-size          "1.2 MB">
-  <!ENTITY gnome-calculator-buildsize     "48 MB (with tests)">
+  <!ENTITY gnome-calculator-buildsize     "44 MB (with tests)">
   <!ENTITY gnome-calculator-time          "0.4 SBU (with tests)">
 ]>
 
diff --git a/gnome/applications/gnome-connections.xml b/gnome/applications/gnome-connections.xml
index 3e61ca2495..fa0eb22a52 100644
--- a/gnome/applications/gnome-connections.xml
+++ b/gnome/applications/gnome-connections.xml
@@ -4,9 +4,9 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gnome-connections-download-http "&gnome-download-http;/gnome-connections/&gnome-49;/gnome-connections-&gnome-connections-version;.tar.xz">
+  <!ENTITY gnome-connections-download-http "&gnome-download-http;/gnome-connections/&gnome-50;/gnome-connections-&gnome-connections-version;.tar.xz">
   <!ENTITY gnome-connections-download-ftp  " ">
-  <!ENTITY gnome-connections-md5sum        "27a6ab606f446264db42f74d13d3eb06">
+  <!ENTITY gnome-connections-md5sum        "8c39ecc6125b8b15e4190aa839d2abbd">
   <!ENTITY gnome-connections-size          "3.9 MB">
   <!ENTITY gnome-connections-buildsize     "14 MB">
   <!ENTITY gnome-connections-time          "0.1 SBU">
diff --git a/gnome/applications/gnome-maps.xml b/gnome/applications/gnome-maps.xml
index 603f225949..b642e0bcfa 100644
--- a/gnome/applications/gnome-maps.xml
+++ b/gnome/applications/gnome-maps.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY gnome-maps-download-http
-           "&gnome-download-http;/gnome-maps/&gnome-49;/gnome-maps-&gnome-maps-version;.tar.xz">
+           "&gnome-download-http;/gnome-maps/&gnome-50;/gnome-maps-&gnome-maps-version;.tar.xz">
   <!ENTITY gnome-maps-download-ftp  " ">
-  <!ENTITY gnome-maps-md5sum        "6669c7117a5acb374627afbe5f712dda">
+  <!ENTITY gnome-maps-md5sum        "060157a736d1966af0e1f893957d3437">
   <!ENTITY gnome-maps-size          "1.2 MB">
   <!ENTITY gnome-maps-buildsize     "18 MB">
-  <!ENTITY gnome-maps-time          "0.2 SBU">
+  <!ENTITY gnome-maps-time          "less than 0.1 SBU">
 ]>
 
 <sect1 id="gnome-maps" xreflabel="gnome-maps-&gnome-maps-version;">
diff --git a/gnome/applications/gnome-power-manager.xml b/gnome/applications/gnome-power-manager.xml
index 26e336807b..4c75938c72 100644
--- a/gnome/applications/gnome-power-manager.xml
+++ b/gnome/applications/gnome-power-manager.xml
@@ -5,11 +5,11 @@
   %general-entities;
 
   <!ENTITY gnome-power-manager-download-http
-           "&gnome-download-http;/gnome-power-manager/&gnome-43;/gnome-power-manager-&gnome-power-manager-version;.tar.xz">
+           "&gnome-download-http;/gnome-power-manager/&gnome-50;/gnome-power-manager-&gnome-power-manager-version;.tar.xz">
   <!ENTITY gnome-power-manager-download-ftp  " ">
-  <!ENTITY gnome-power-manager-md5sum        "c7e33249b59c6082312909f65739912e">
+  <!ENTITY gnome-power-manager-md5sum        "541c76d6000fced2a3cc6bcc88f1d860">
   <!ENTITY gnome-power-manager-size          "376 KB">
-  <!ENTITY gnome-power-manager-buildsize     "7.0 MB">
+  <!ENTITY gnome-power-manager-buildsize     "5.2 MB">
   <!ENTITY gnome-power-manager-time          "less than 0.1 SBU (with tests)">
 ]>
 
diff --git a/gnome/applications/gnome-system-monitor.xml b/gnome/applications/gnome-system-monitor.xml
index 48d45efcfc..60caa75583 100644
--- a/gnome/applications/gnome-system-monitor.xml
+++ b/gnome/applications/gnome-system-monitor.xml
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!ENTITY gnome-system-monitor-download-http
-           "&gnome-download-http;/gnome-system-monitor/&gnome-49;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
+           "&gnome-download-http;/gnome-system-monitor/&gnome-50;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
   <!ENTITY gnome-system-monitor-download-ftp  " ">
-  <!ENTITY gnome-system-monitor-md5sum        "2a16034441daa07aa900936475c603db">
+  <!ENTITY gnome-system-monitor-md5sum        "24c73cd65f22e53bc82bef32a79a3ce3">
   <!ENTITY gnome-system-monitor-size          "1.1 MB">
   <!ENTITY gnome-system-monitor-buildsize     "24 MB">
   <!ENTITY gnome-system-monitor-time          "0.1 SBU (with parallelism=4)">
@@ -99,7 +99,7 @@
     </para>
 
 <screen><userinput remap="pre">find . -name meson.build | xargs sed -i -e '/catch2/d' &amp;&amp;
-sed -i '145,155d' src/meson.build</userinput></screen>
+sed -i '141,151d' src/meson.build</userinput></screen>
 
     <para>
       Install <application>GNOME System Monitor</application> by running
diff --git a/gnome/applications/gnome-terminal.xml b/gnome/applications/gnome-terminal.xml
index 67cf07c5d2..2810615c94 100644
--- a/gnome/applications/gnome-terminal.xml
+++ b/gnome/applications/gnome-terminal.xml
@@ -8,10 +8,10 @@
            "https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/&gnome-terminal-version;/gnome-terminal-&gnome-terminal-version;.tar.gz">
   <!ENTITY gnome-terminal-download-ftp
            " ">
-  <!ENTITY gnome-terminal-md5sum        "4278e0110e7d7b0c6cc910084144c0fb">
+  <!ENTITY gnome-terminal-md5sum        "fed6d01626aa09f320e806d4347d4fe6">
   <!ENTITY gnome-terminal-size          "2.9 MB">
   <!ENTITY gnome-terminal-buildsize     "33 MB">
-  <!ENTITY gnome-terminal-time          "0.3 SBU">
+  <!ENTITY gnome-terminal-time          "0.2 SBU (With tests)">
 ]>
 
 <sect1 id="gnome-terminal" xreflabel="gnome-terminal-&gnome-terminal-version;">
diff --git a/gnome/applications/gucharmap.xml b/gnome/applications/gucharmap.xml
index bf1c4fe77d..4abaf7afc6 100644
--- a/gnome/applications/gucharmap.xml
+++ b/gnome/applications/gucharmap.xml
@@ -9,9 +9,9 @@
    onto it -->
   <!ENTITY gucharmap-download-http "https://gitlab.gnome.org/GNOME/gucharmap/-/archive/&gucharmap-version;/gucharmap-&gucharmap-version;.tar.bz2">
   <!ENTITY gucharmap-download-ftp  " ">
-  <!ENTITY gucharmap-md5sum        "6b49d0b35cb30e4498b8333d08590992">
+  <!ENTITY gucharmap-md5sum        "eb7a254cebe0650f41281a270846afb5">
   <!ENTITY gucharmap-size          "1.4 MB">
-  <!ENTITY gucharmap-buildsize     "79 MB">
+  <!ENTITY gucharmap-buildsize     "80 MB">
   <!ENTITY gucharmap-time          "0.1 SBU">
 ]>
 
diff --git a/gnome/applications/snapshot.xml b/gnome/applications/snapshot.xml
index 1edb6a8874..edf157bb0d 100644
--- a/gnome/applications/snapshot.xml
+++ b/gnome/applications/snapshot.xml
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY snapshot-download-http "&gnome-download-http;/snapshot/&gnome-49;/snapshot-&snapshot-version;.tar.xz">
+  <!ENTITY snapshot-download-http "&gnome-download-http;/snapshot/&gnome-50;/snapshot-&snapshot-version;.tar.xz">
   <!ENTITY snapshot-download-ftp  " ">
-  <!ENTITY snapshot-md5sum        "6d310e4765e3dec248ead643843aa6ee">
-  <!ENTITY snapshot-size          "10 MB">
-  <!ENTITY snapshot-buildsize     "1.3 GB (6.1 MB installed)">
-  <!ENTITY snapshot-time          "4.5 SBU">
+  <!ENTITY snapshot-md5sum        "e3f37e058449601e2813e91b486c307f">
+  <!ENTITY snapshot-size          "7.9 MB">
+  <!ENTITY snapshot-buildsize     "1.0 GB (5.6 MB installed)">
+  <!ENTITY snapshot-time          "1.1 SBU (Using parallelism-4)">
 ]>
 
 <sect1 id="snapshot" xreflabel="Snapshot-&snapshot-version;">
diff --git a/gnome/platform/evolution-data-server.xml b/gnome/platform/evolution-data-server.xml
index 14002f8ddd..22cb776f00 100644
--- a/gnome/platform/evolution-data-server.xml
+++ b/gnome/platform/evolution-data-server.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY evolution-data-server-download-http
-           "&gnome-download-http;/evolution-data-server/&gnome-minor-58;/evolution-data-server-&evolution-data-server-version;.tar.xz">
+           "&gnome-download-http;/evolution-data-server/&gnome-minor-60;/evolution-data-server-&evolution-data-server-version;.tar.xz">
   <!ENTITY evolution-data-server-download-ftp  " ">
-  <!ENTITY evolution-data-server-md5sum        "18fe93605d5034b5e754abd88e0a4d86">
-  <!ENTITY evolution-data-server-size          "4.9 MB">
-  <!ENTITY evolution-data-server-buildsize     "147 (with tests)">
-  <!ENTITY evolution-data-server-time          "1.4 SBU (using parallelism=4)">
+  <!ENTITY evolution-data-server-md5sum        "831f458e85da998fef6647beb830c091">
+  <!ENTITY evolution-data-server-size          "5.0 MB">
+  <!ENTITY evolution-data-server-buildsize     "150 (with tests)">
+  <!ENTITY evolution-data-server-time          "1.1 SBU (With tests; both using parallelism=4)">
 ]>
 
 <sect1 id="evolution-data-server"
@@ -70,7 +70,7 @@ xreflabel="evolution-data-server-&evolution-data-server-version;">
         </para>
       </listitem>
     </itemizedlist>
-
+<!--
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -80,7 +80,7 @@ xreflabel="evolution-data-server-&evolution-data-server-version;">
         </para>
       </listitem>
     </itemizedlist>
-
+-->
     <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -123,14 +123,14 @@ xreflabel="evolution-data-server-&evolution-data-server-version;">
 
   <sect2 role="installation">
     <title>Installation of Evolution Data Server</title>
-
+<!--
     <para>
       First, fix three security vulnerabilities that could lead to crashes and
       arbitrary file deletion:
     </para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../evolution-data-server-&evolution-data-server-version;-security_fixes-1.patch</userinput></screen>
-
+-->
     <para>
       Install <application>Evolution Data Server</application> by running
       the following commands:
@@ -174,7 +174,8 @@ ninja</userinput></screen>
 <screen role="root"><userinput>ninja install</userinput></screen>
 
     <para>
-      To test the results, issue: <command>ninja test</command>.
+      To test the results, issue: <command>ninja test</command>.  One test,
+      test-book-client-custom-summary, is known to fail.
     </para>
 
     <!-- The tests need to be run after the package is installed due to
diff --git a/gnome/platform/gexiv2.xml b/gnome/platform/gexiv2.xml
index b366d8689a..9ea17fac22 100644
--- a/gnome/platform/gexiv2.xml
+++ b/gnome/platform/gexiv2.xml
@@ -6,10 +6,10 @@
 
   <!ENTITY gexiv2-download-http "&gnome-download-http;/gexiv2/&gexiv2-minor;/gexiv2-&gexiv2-version;.tar.xz">
   <!ENTITY gexiv2-download-ftp  " ">
-  <!ENTITY gexiv2-md5sum        "4139dfeca8e30288969233568c72e06e">
-  <!ENTITY gexiv2-size          "384 KB">
-  <!ENTITY gexiv2-buildsize     "3.3 MB (with tests)">
-  <!ENTITY gexiv2-time          "0.1 SBU (with tests; both with parallelism=4)">
+  <!ENTITY gexiv2-md5sum        "0cb9fbd499f4aca2f976948395b465ee">
+  <!ENTITY gexiv2-size          "424 KB">
+  <!ENTITY gexiv2-buildsize     "5.5 MB (with tests)">
+  <!ENTITY gexiv2-time          "less than 0.1 SBU (with tests; both with parallelism=4)">
 ]>
 
 <sect1 id="gexiv2" xreflabel="gexiv2-&gexiv2-version;">
diff --git a/gnome/platform/gnome-backgrounds.xml b/gnome/platform/gnome-backgrounds.xml
index 189b44690f..6898552622 100644
--- a/gnome/platform/gnome-backgrounds.xml
+++ b/gnome/platform/gnome-backgrounds.xml
@@ -5,11 +5,11 @@
   %general-entities;
 
   <!ENTITY gnome-backgrounds-download-http
-           "&gnome-download-http;/gnome-backgrounds/&gnome-49;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
+           "&gnome-download-http;/gnome-backgrounds/&gnome-50;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
   <!ENTITY gnome-backgrounds-download-ftp  " ">
-  <!ENTITY gnome-backgrounds-md5sum        "e38bf197b9c71b1523dd901624440230">
-  <!ENTITY gnome-backgrounds-size          "23 MB">
-  <!ENTITY gnome-backgrounds-buildsize     "39 MB">
+  <!ENTITY gnome-backgrounds-md5sum        "d44377b504366839bc17a70820d78413">
+  <!ENTITY gnome-backgrounds-size          "38 MB">
+  <!ENTITY gnome-backgrounds-buildsize     "41 MB">
   <!ENTITY gnome-backgrounds-time          "less than 0.1 SBU">
 ]>
 
diff --git a/gnome/platform/gnome-bluetooth.xml b/gnome/platform/gnome-bluetooth.xml
index 6a0fea5d34..226f4d8cfd 100644
--- a/gnome/platform/gnome-bluetooth.xml
+++ b/gnome/platform/gnome-bluetooth.xml
@@ -7,7 +7,7 @@
   <!ENTITY gnome-bluetooth-download-http
            "&gnome-download-http;/gnome-bluetooth/&gnome-47;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
   <!ENTITY gnome-bluetooth-download-ftp  " ">
-  <!ENTITY gnome-bluetooth-md5sum        "715b4767b46b4c4b24a231358d0de83e">
+  <!ENTITY gnome-bluetooth-md5sum        "8b4677d6693a6619f28d97a895f1b3be">
   <!ENTITY gnome-bluetooth-size          "292 KB">
   <!ENTITY gnome-bluetooth-buildsize     "12 MB (with tests)">
   <!ENTITY gnome-bluetooth-time          "0.1 SBU (Using parallelism=4, with tests)">
@@ -67,7 +67,7 @@
         </para>
       </listitem>
     </itemizedlist>
-
+<!--
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -77,7 +77,7 @@
         </para>
       </listitem>
     </itemizedlist>
-
+-->
     <bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -109,13 +109,13 @@
 
   <sect2 role="installation">
     <title>Installation of GNOME Bluetooth</title>
-
+<!--
     <para>
       First, fix a build failure that happens with pygobject-3.52.0 and later:
     </para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../gnome-bluetooth-&gnome-bluetooth-version;-build_fix-1.patch</userinput></screen>
-
+-->
     <para>
       Install <application>GNOME Bluetooth</application> by running the
       following commands:
diff --git a/gnome/platform/gnome-control-center.xml b/gnome/platform/gnome-control-center.xml
index d8f65dc633..dde1db924d 100644
--- a/gnome/platform/gnome-control-center.xml
+++ b/gnome/platform/gnome-control-center.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY gnome-control-center-download-http
-           "&gnome-download-http;/gnome-control-center/&gnome-49;/gnome-control-center-&gnome-control-center-version;.tar.xz">
+           "&gnome-download-http;/gnome-control-center/&gnome-50;/gnome-control-center-&gnome-control-center-version;.tar.xz">
   <!ENTITY gnome-control-center-download-ftp  " ">
-  <!ENTITY gnome-control-center-md5sum        "c9e00b5eae3a3778fd05166427a772f0">
+  <!ENTITY gnome-control-center-md5sum        "dd425bdbab61b908e1e1830d38e75e10">
   <!ENTITY gnome-control-center-size          "6.8 MB">
-  <!ENTITY gnome-control-center-buildsize     "111 MB (with tests)">
-  <!ENTITY gnome-control-center-time          "0.4 SBU (Using parallelism=4; with tests)">
+  <!ENTITY gnome-control-center-buildsize     "113 MB (with tests)">
+  <!ENTITY gnome-control-center-time          "0.7 SBU (Using parallelism=4; with tests)">
 ]>
 
 <sect1 id="gnome-control-center" xreflabel="gnome-control-center-&gnome-control-center-version;">
diff --git a/gnome/platform/gnome-keyring.xml b/gnome/platform/gnome-keyring.xml
index 512da26ed8..fbdd45835c 100644
--- a/gnome/platform/gnome-keyring.xml
+++ b/gnome/platform/gnome-keyring.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY gnome-keyring-download-http
-           "&gnome-download-http;/gnome-keyring/&gnome-48;/gnome-keyring-&gnome-keyring-version;.tar.xz">
+           "&gnome-download-http;/gnome-keyring/&gnome-50;/gnome-keyring-&gnome-keyring-version;.tar.xz">
   <!ENTITY gnome-keyring-download-ftp  " ">
-  <!ENTITY gnome-keyring-md5sum        "d19a99eadeb5d92774b7960c51d1c5dc">
+  <!ENTITY gnome-keyring-md5sum        "406fb764c664de580a091527af059750">
   <!ENTITY gnome-keyring-size          "752 KB">
-  <!ENTITY gnome-keyring-buildsize     "44 MB">
-  <!ENTITY gnome-keyring-time          "0.2 SBU (Using parallelism=4; add 0.2 SBU for tests)">
+  <!ENTITY gnome-keyring-buildsize     "38 MB">
+  <!ENTITY gnome-keyring-time          "0.1 SBU (Using parallelism=4; add 0.2 SBU for tests)">
 ]>
 
 <sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">
diff --git a/gnome/platform/gnome-online-accounts.xml b/gnome/platform/gnome-online-accounts.xml
index df45d69709..eede9803fe 100644
--- a/gnome/platform/gnome-online-accounts.xml
+++ b/gnome/platform/gnome-online-accounts.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY gnome-online-accounts-download-http
-           "&gnome-download-http;/gnome-online-accounts/&gnome-minor-56;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
+           "&gnome-download-http;/gnome-online-accounts/&gnome-minor-58;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
   <!ENTITY gnome-online-accounts-download-ftp  " ">
-  <!ENTITY gnome-online-accounts-md5sum        "c6432bca0ecb63b94ac4652f8e6f8998">
+  <!ENTITY gnome-online-accounts-md5sum        "9942aa191d657f7c39d3b5ec28b74f61">
   <!ENTITY gnome-online-accounts-size          "488 KB">
-  <!ENTITY gnome-online-accounts-buildsize     "24 MB">
-  <!ENTITY gnome-online-accounts-time          "0.3 SBU">
+  <!ENTITY gnome-online-accounts-buildsize     "12 MB">
+  <!ENTITY gnome-online-accounts-time          "0.1 SBU">
 ]>
 
 <sect1 id="gnome-online-accounts" xreflabel="gnome-online-accounts-&gnome-online-accounts-version;">
diff --git a/gnome/platform/gnome-session.xml b/gnome/platform/gnome-session.xml
index ac87355803..c135c219b8 100644
--- a/gnome/platform/gnome-session.xml
+++ b/gnome/platform/gnome-session.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY gnome-session-download-http
-           "&gnome-download-http;/gnome-session/&gnome-49;/gnome-session-&gnome-session-version;.tar.xz">
+           "&gnome-download-http;/gnome-session/&gnome-50;/gnome-session-&gnome-session-version;.tar.xz">
   <!ENTITY gnome-session-download-ftp  " ">
-  <!ENTITY gnome-session-md5sum        "14d0c1ab840ff8a86348e333cd7835ec">
-  <!ENTITY gnome-session-size          "388 KB">
-  <!ENTITY gnome-session-buildsize     "7.5 MB">
-  <!ENTITY gnome-session-time          "0.1 SBU">
+  <!ENTITY gnome-session-md5sum        "9c14ac6880cbc6ebaf8f573e25d94c35">
+  <!ENTITY gnome-session-size          "392 KB">
+  <!ENTITY gnome-session-buildsize     "7.6 MB">
+  <!ENTITY gnome-session-time          "less than 0.1 SBU">
 ]>
 
 <sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;">
diff --git a/gnome/platform/gnome-settings-daemon.xml b/gnome/platform/gnome-settings-daemon.xml
index d71e02f2e8..590f6d2b06 100644
--- a/gnome/platform/gnome-settings-daemon.xml
+++ b/gnome/platform/gnome-settings-daemon.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY gnome-settings-daemon-download-http
-           "&gnome-download-http;/gnome-settings-daemon/&gnome-49;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
+           "&gnome-download-http;/gnome-settings-daemon/&gnome-50;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
   <!ENTITY gnome-settings-daemon-download-ftp  " ">
-  <!ENTITY gnome-settings-daemon-md5sum        "054a3deb8d4e1a0a854b62938ec0bcee">
+  <!ENTITY gnome-settings-daemon-md5sum        "76c9f7b0a9ef25a3ade1afc77b32e04b">
   <!ENTITY gnome-settings-daemon-size          "1.4 MB">
-  <!ENTITY gnome-settings-daemon-buildsize     "32 MB">
-  <!ENTITY gnome-settings-daemon-time          "0.1 SBU (using parallelism=4, add 0.5 SBU for tests)">
+  <!ENTITY gnome-settings-daemon-buildsize     "29 MB">
+  <!ENTITY gnome-settings-daemon-time          "0.1 SBU (using parallelism=4, add 1.7 SBU for tests)">
 ]>
 
 <sect1 id="gnome-settings-daemon" xreflabel="gnome-settings-daemon-&gnome-settings-daemon-version;">
@@ -167,20 +167,19 @@ ninja</userinput></screen>
          [pierre, July 31st, 2020]: only one test passed on elogind. I
          have umockdev, but it does not look like it is used. Adding the
          sed allows 9 tests out of 10 to pass. -->
-    <!--
+
     <para>
       To check the results, execute: <command>ninja test</command>. Note that
       you must have <application>python-dbusmock</application> installed in
-      order for the tests to complete successfully. Some tests
-      may fail depending on the init system in use.
+      order for the tests to complete successfully. 
     </para>
-    -->
+
     <!-- The tests do not work because gnome-session 49 has removed the built-in
-         session manager. -->
+         session manager. 
     <para>
       This package does not come with a working test suite.
     </para>
-
+-->
     <para>
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
diff --git a/gnome/platform/gnome-shell-extensions.xml b/gnome/platform/gnome-shell-extensions.xml
index 666df49e80..814748c13e 100644
--- a/gnome/platform/gnome-shell-extensions.xml
+++ b/gnome/platform/gnome-shell-extensions.xml
@@ -5,10 +5,10 @@
   %general-entities;
 
   <!ENTITY gnome-shell-extensions-download-http
-           "&gnome-download-http;/gnome-shell-extensions/&gnome-49;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
+           "&gnome-download-http;/gnome-shell-extensions/&gnome-50;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">
   <!ENTITY gnome-shell-extensions-download-ftp  " ">
-  <!ENTITY gnome-shell-extensions-md5sum        "0635d37a79c26232cf9157620f1d9a36">
-  <!ENTITY gnome-shell-extensions-size          "244 KB">
+  <!ENTITY gnome-shell-extensions-md5sum        "b8cf4a3e95511c4eeb3fabbb03dcb109">
+  <!ENTITY gnome-shell-extensions-size          "240 KB">
   <!ENTITY gnome-shell-extensions-buildsize     "4.0 MB">
   <!ENTITY gnome-shell-extensions-time          "less than 0.1 SBU">
 ]>
diff --git a/gnome/platform/gnome-shell.xml b/gnome/platform/gnome-shell.xml
index c5e7443b22..1b6f669893 100644
--- a/gnome/platform/gnome-shell.xml
+++ b/gnome/platform/gnome-shell.xml
@@ -5,11 +5,11 @@
   %general-entities;
 
   <!ENTITY gnome-shell-download-http
-           "&gnome-download-http;/gnome-shell/&gnome-49;/gnome-shell-&gnome-shell-version;.tar.xz">
+           "&gnome-download-http;/gnome-shell/&gnome-50;/gnome-shell-&gnome-shell-version;.tar.xz">
   <!ENTITY gnome-shell-download-ftp  " ">
-  <!ENTITY gnome-shell-md5sum        "408cfd73d6e321bf0273dfb074ffb3e1">
+  <!ENTITY gnome-shell-md5sum        "13d63cd5e0bbdd2e43034b9b906c711e">
   <!ENTITY gnome-shell-size          "2.2 MB">
-  <!ENTITY gnome-shell-buildsize     "67 MB (with tests)">
+  <!ENTITY gnome-shell-buildsize     "61 MB (with tests)">
   <!ENTITY gnome-shell-time          "0.2 SBU (Using parallelism=4; with tests)">
 ]>
 
diff --git a/gnome/platform/gnome-user-docs.xml b/gnome/platform/gnome-user-docs.xml
index 07890f919f..5601c61d35 100644
--- a/gnome/platform/gnome-user-docs.xml
+++ b/gnome/platform/gnome-user-docs.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY gnome-user-docs-download-http
-           "&gnome-download-http;/gnome-user-docs/&gnome-49;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
+           "&gnome-download-http;/gnome-user-docs/&gnome-50;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">
   <!ENTITY gnome-user-docs-download-ftp  " ">
-  <!ENTITY gnome-user-docs-md5sum        "355920d008cfd98fb70c6191d97ed344">
-  <!ENTITY gnome-user-docs-size          "15 MB">
-  <!ENTITY gnome-user-docs-buildsize     "174 MB">
-  <!ENTITY gnome-user-docs-time          "1.6 SBU (using parallelism=4)">
+  <!ENTITY gnome-user-docs-md5sum        "0879e3047249e0ff65fc45691850eca3">
+  <!ENTITY gnome-user-docs-size          "16 MB">
+  <!ENTITY gnome-user-docs-buildsize     "176 MB">
+  <!ENTITY gnome-user-docs-time          "0.4 SBU (using parallelism=4)">
 ]>
 
 <sect1 id="gnome-user-docs" xreflabel="gnome-user-docs-&gnome-user-docs-version;">
diff --git a/gnome/platform/gsettings-desktop-schemas.xml b/gnome/platform/gsettings-desktop-schemas.xml
index 2aadacc4ba..6b9eca4e66 100644
--- a/gnome/platform/gsettings-desktop-schemas.xml
+++ b/gnome/platform/gsettings-desktop-schemas.xml
@@ -5,11 +5,11 @@
   %general-entities;
 
   <!ENTITY gsettings-desktop-schemas-download-http
-           "&gnome-download-http;/gsettings-desktop-schemas/&gnome-49;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
+           "&gnome-download-http;/gsettings-desktop-schemas/&gnome-50;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
   <!ENTITY gsettings-desktop-schemas-download-ftp  " ">
-  <!ENTITY gsettings-desktop-schemas-md5sum        "644a8c27506105eef4ae170eb83f7963">
-  <!ENTITY gsettings-desktop-schemas-size          "836 KB">
-  <!ENTITY gsettings-desktop-schemas-buildsize     "16 MB">
+  <!ENTITY gsettings-desktop-schemas-md5sum        "b3851a1d2dd684f7ea1a1d032e2a7dfb">
+  <!ENTITY gsettings-desktop-schemas-size          "876 KB">
+  <!ENTITY gsettings-desktop-schemas-buildsize     "17 MB">
   <!ENTITY gsettings-desktop-schemas-time          "less than 0.1 SBU">
 ]>
 
diff --git a/gnome/platform/gvfs.xml b/gnome/platform/gvfs.xml
index 114060cdd4..b4f273f391 100644
--- a/gnome/platform/gvfs.xml
+++ b/gnome/platform/gvfs.xml
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.58/gvfs-&gvfs-version;.tar.xz">
+  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.60/gvfs-&gvfs-version;.tar.xz">
   <!ENTITY gvfs-download-ftp  " ">
-  <!ENTITY gvfs-md5sum        "fdd065fdbf906af5511fd07cb6029c91">
+  <!ENTITY gvfs-md5sum        "36e8616c3d315cde92d2560f99f7c5c8">
   <!ENTITY gvfs-size          "1.2 MB">
-  <!ENTITY gvfs-buildsize     "52 MB">
+  <!ENTITY gvfs-buildsize     "27 MB">
   <!ENTITY gvfs-time          "0.1 SBU (using parallelism=4)">
 ]>
 
diff --git a/gnome/platform/libgweather.xml b/gnome/platform/libgweather.xml
index 53bd947395..7b38b0344c 100644
--- a/gnome/platform/libgweather.xml
+++ b/gnome/platform/libgweather.xml
@@ -7,10 +7,10 @@
   <!ENTITY libgweather-download-http
            "&gnome-download-http;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
   <!ENTITY libgweather-download-ftp  " ">
-  <!ENTITY libgweather-md5sum        "42c548a6d45f79c2120b0a0df8a74e68">
-  <!ENTITY libgweather-size          "2.7 MB">
-  <!ENTITY libgweather-buildsize     "77 MB (with tests)">
-  <!ENTITY libgweather-time          "0.2 SBU (with tests)">
+  <!ENTITY libgweather-md5sum        "c52f40f2e6d6708763f15eb17ce45b97">
+  <!ENTITY libgweather-size          "340 KB">
+  <!ENTITY libgweather-buildsize     "13 MB (with tests)">
+  <!ENTITY libgweather-time          "0.1 SBU (with tests)">
 ]>
 
 <sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
@@ -67,7 +67,7 @@
         </para>
       </listitem>
     </itemizedlist>
-
+<!--
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -77,12 +77,13 @@
         </para>
       </listitem>
     </itemizedlist>
-
+-->
     <bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="geocode-glib"/>,
+      <xref linkend="gweather-locations"/>,
       <xref linkend="libsoup3"/>, and
       <xref linkend="pygobject3"/>
     </para>
@@ -109,13 +110,13 @@
 
   <sect2 role="installation">
     <title>Installation of libgweather</title>
-
+<!--
     <para>
       Fix an issue in the shipped geolocation data:
     </para>
 
     <screen><userinput>patch -Np1 -i ../libgweather-&libgweather-version;-upstream_fix-1.patch</userinput></screen>
-
+-->
     <para>
       Install <application>libgweather</application> by running the following
       commands:
diff --git a/gnome/platform/libpeas.xml b/gnome/platform/libpeas.xml
index 666099f9ed..2d23926463 100644
--- a/gnome/platform/libpeas.xml
+++ b/gnome/platform/libpeas.xml
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.36/libpeas-&libpeas-version;.tar.xz">
+  <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.38/libpeas-&libpeas-version;.tar.xz">
   <!ENTITY libpeas-download-ftp  " ">
-  <!ENTITY libpeas-md5sum        "b3dd31a79c47af0cbf22f2d6bf52bc7d">
+  <!ENTITY libpeas-md5sum        "5e2388cd39322cd121be67ef398297d6">
   <!ENTITY libpeas-size          "192 KB">
-  <!ENTITY libpeas-buildsize     "10 MB (with tests)">
-  <!ENTITY libpeas-time          "0.2 SBU (with tests)">
+  <!ENTITY libpeas-buildsize     "13 MB (with tests)">
+  <!ENTITY libpeas-time          "0.1 SBU (with tests)">
 ]>
 
 <sect1 id="libpeas" xreflabel="libpeas-&libpeas-version;">
diff --git a/gnome/platform/libshumate.xml b/gnome/platform/libshumate.xml
index 7898d61c95..92606168e9 100644
--- a/gnome/platform/libshumate.xml
+++ b/gnome/platform/libshumate.xml
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY libshumate-download-http "&gnome-download-http;/libshumate/1.5/libshumate-&libshumate-version;.tar.xz">
+  <!ENTITY libshumate-download-http "&gnome-download-http;/libshumate/1.6/libshumate-&libshumate-version;.tar.xz">
   <!ENTITY libshumate-download-ftp  " ">
-  <!ENTITY libshumate-md5sum        "1b87c80f97f10efa77b2edfe16f10676">
-  <!ENTITY libshumate-size          "5.7 MB">
-  <!ENTITY libshumate-buildsize     "40 MB">
-  <!ENTITY libshumate-time          "0.3 SBU">
+  <!ENTITY libshumate-md5sum        "358252b2ff6de445515b1d6175121526">
+  <!ENTITY libshumate-size          "5.6 MB">
+  <!ENTITY libshumate-buildsize     "15 MB">
+  <!ENTITY libshumate-time          "0.2 SBU">
 ]>
 
 <sect1 id="libshumate" xreflabel="libshumate-&libshumate-version;">
diff --git a/gnome/platform/localsearch.xml b/gnome/platform/localsearch.xml
index f58b95c960..474629d20c 100644
--- a/gnome/platform/localsearch.xml
+++ b/gnome/platform/localsearch.xml
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY localsearch-download-http "&gnome-download-http;/localsearch/3.10/localsearch-&localsearch-version;.tar.xz">
+  <!ENTITY localsearch-download-http "&gnome-download-http;/localsearch/3.11/localsearch-&localsearch-version;.tar.xz">
   <!ENTITY localsearch-download-ftp  " ">
-  <!ENTITY localsearch-md5sum        "7d625f99a4e9e1ef80d314793ff7b8c7">
+  <!ENTITY localsearch-md5sum        "1406955c072af72776fdcbb9b12dc103">
   <!ENTITY localsearch-size          "4.3 MB">
-  <!ENTITY localsearch-buildsize     "35 MB (with tests)">
+  <!ENTITY localsearch-buildsize     "79 MB">
   <!ENTITY localsearch-time          "0.2 SBU (with parallelism=4; add as much as 1.3 SBU for tests, dependent on disk speed)">
 ]>
 
@@ -65,7 +65,7 @@
         </para>
       </listitem>
     </itemizedlist>
-
+<!--
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -75,7 +75,7 @@
         </para>
       </listitem>
     </itemizedlist>
-
+-->
     <bridgehead renderas="sect3">Localsearch Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -167,14 +167,14 @@ rm -fv /usr/share/dbus-1/services/org.freedesktop.Tracker3.Miner.Files.Control.s
 
 <screen remap="test"><userinput>sed -i s/120/<replaceable>200</replaceable>/ tests/functional-tests/meson.build</userinput></screen>
     </note>
-
+<!--
     <para>
       First, apply a patch to fix five security vulnerabilities in the MP3
       parser:
     </para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../localsearch-&localsearch-version;-security_fixes-1.patch</userinput></screen>
-
+-->
     <para>
       Install <application>Localsearch</application> by running the following
       commands:
@@ -207,7 +207,11 @@ ninja</userinput></screen>
       adjust the individual test timeout to a value suitable for your machine,
       please read the note above for more details.<!--One test,
       <filename>test_cli_inhibit</filename>, is known to fail.
-      Seem to pass if man pages are built (pierre)-->
+      Seem to pass if man pages are built (pierre)
+
+      The tests for 3.11.1 need to be revisited.  I had 109 tests pass and
+      12 tests fail.  
+      -->
     </para>
 
 <screen remap="test"><userinput>meson configure -D man=true -D functional_tests=true &amp;&amp;
diff --git a/gnome/platform/mutter.xml b/gnome/platform/mutter.xml
index 89e8459d3c..73bf2114e6 100644
--- a/gnome/platform/mutter.xml
+++ b/gnome/platform/mutter.xml
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-49;/mutter-&mutter-version;.tar.xz">
+  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-50;/mutter-&mutter-version;.tar.xz">
   <!ENTITY mutter-download-ftp  " ">
-  <!ENTITY mutter-md5sum        "b3196923a5c29018e8839d4950d7c8ae">
+  <!ENTITY mutter-md5sum        "5e4147170db223878e2845c2ae695640">
   <!ENTITY mutter-size          "8.1 MB">
-  <!ENTITY mutter-buildsize     "103 MB (with tests)">
-  <!ENTITY mutter-time          "0.5 SBU (Using parallelism=4; add 1.4 SBU for tests)">
+  <!ENTITY mutter-buildsize     "90 MB">
+  <!ENTITY mutter-time          "0.4 SBU (Using parallelism=4; add 1.4 SBU for tests)">
 ]>
 
 <sect1 id="mutter" xreflabel="Mutter-&mutter-version;">
diff --git a/gnome/platform/nautilus.xml b/gnome/platform/nautilus.xml
index 317308ada9..e301d611d5 100644
--- a/gnome/platform/nautilus.xml
+++ b/gnome/platform/nautilus.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY nautilus-download-http
-           "&gnome-download-http;/nautilus/&gnome-49;/nautilus-&nautilus-version;.tar.xz">
+           "&gnome-download-http;/nautilus/&gnome-50;/nautilus-&nautilus-version;.tar.xz">
   <!ENTITY nautilus-download-ftp  " ">
-  <!ENTITY nautilus-md5sum        "b224beebd96e7c17680a13de99a5be4d">
+  <!ENTITY nautilus-md5sum        "6ffc8e83c46f040f5340f75dc4cb6173">
   <!ENTITY nautilus-size          "3.2 MB">
-  <!ENTITY nautilus-buildsize     "94 MB (with tests)">
-  <!ENTITY nautilus-time          "0.3 SBU (with tests, both using parallelism=4)">
+  <!ENTITY nautilus-buildsize     "95 MB (with tests)">
+  <!ENTITY nautilus-time          "0.4 SBU (with tests, both using parallelism=4)">
 ]>
 
 <sect1 id="nautilus" xreflabel="Nautilus-&nautilus-version;">
@@ -71,7 +71,9 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
+      <xref linkend="blueprint-compiler"/>,
       <xref linkend="gexiv2"/>,
+      <xref linkend="glycin"/> (built with gtk4),
       <xref linkend="gnome-autoar"/>,
       <xref linkend="gnome-desktop"/>,
       <xref linkend="libadwaita1"/>,
diff --git a/gnome/platform/platform.xml b/gnome/platform/platform.xml
index 5fac199d32..c28b487b53 100644
--- a/gnome/platform/platform.xml
+++ b/gnome/platform/platform.xml
@@ -45,6 +45,7 @@
 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgdata.xml"/>-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgee.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgtop.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gweather-locations.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgweather.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpeas.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libshumate.xml"/>
diff --git a/gnome/platform/tecla.xml b/gnome/platform/tecla.xml
index cef075e3d7..c7d322ac40 100644
--- a/gnome/platform/tecla.xml
+++ b/gnome/platform/tecla.xml
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY tecla-download-http "&gnome-download-http;/tecla/&gnome-49;/tecla-&tecla-version;.tar.xz">
+  <!ENTITY tecla-download-http "&gnome-download-http;/tecla/&gnome-50;/tecla-&tecla-version;.tar.xz">
   <!ENTITY tecla-download-ftp  " ">
-  <!ENTITY tecla-md5sum        "55e67d463a742c49dc6c85fb2e8b63ab">
+  <!ENTITY tecla-md5sum        "cc5ae49bae10abcb02040a20e63ef26b">
   <!ENTITY tecla-size          "84 KB">
-  <!ENTITY tecla-buildsize     "2.0 MB">
+  <!ENTITY tecla-buildsize     "2.1 MB">
   <!ENTITY tecla-time          "less than 0.1 SBU">
 ]>
 
diff --git a/gnome/platform/tinysparql.xml b/gnome/platform/tinysparql.xml
index fabce63016..728b6866b3 100644
--- a/gnome/platform/tinysparql.xml
+++ b/gnome/platform/tinysparql.xml
@@ -5,12 +5,12 @@
   %general-entities;
 
   <!ENTITY tinysparql-download-http
-           "&gnome-download-http;/tinysparql/3.10/tinysparql-&tinysparql-version;.tar.xz">
+           "&gnome-download-http;/tinysparql/3.11/tinysparql-&tinysparql-version;.tar.xz">
   <!ENTITY tinysparql-download-ftp  " ">
-  <!ENTITY tinysparql-md5sum        "63c2aba38f21ff0c60805a443aa9ec7c">
+  <!ENTITY tinysparql-md5sum        "aa793424c64c06b50248969f3e9d553d">
   <!ENTITY tinysparql-size          "2.3 MB">
-  <!ENTITY tinysparql-buildsize     "71 MB (with tests)">
-  <!ENTITY tinysparql-time          "0.5 SBU (with tests)">
+  <!ENTITY tinysparql-buildsize     "61 MB (with tests)">
+  <!ENTITY tinysparql-time          "0.4 SBU (with tests)">
 ]>
 
 <sect1 id="tinysparql" xreflabel="tinysparql-&tinysparql-version;">
@@ -153,9 +153,10 @@ ninja</userinput></screen>
     <para>
       To test the results, issue: <command>meson configure -D debug=true
       &amp;&amp; LC_ALL=C.UTF-8 ninja test</command>.
-      The test suite should be run from a graphical session. One test is known
-      to fail due to the manual pages not being generated, but will pass if
-      "-D man=false" is omitted when configuring the package.
+      The test suite should be run from a graphical session. One test, test_cli, 
+      is known to fail due to the manual pages not being generated, but will pass if
+      "-D man=false" is omitted when configuring the package.  One other test,
+      resource, is also known to fail.
     </para>
 
   </sect2>
diff --git a/gnome/platform/vte.xml b/gnome/platform/vte.xml
index e654130e50..05ff0fd7ab 100644
--- a/gnome/platform/vte.xml
+++ b/gnome/platform/vte.xml
@@ -6,10 +6,10 @@
 
   <!ENTITY vte-download-http "https://gitlab.gnome.org/GNOME/vte/-/archive/&vte-version;/vte-&vte-version;.tar.gz">
   <!ENTITY vte-download-ftp  " ">
-  <!ENTITY vte-md5sum        "091dc398af1e61383ebf9f1c7fd57823">
-  <!ENTITY vte-size          "828 KB">
-  <!ENTITY vte-buildsize     "32 MB (with tests)">
-  <!ENTITY vte-time          "0.8 SBU (using parallelism=4; with tests)">
+  <!ENTITY vte-md5sum        "08b2325001d5ad09f8dd63201abfee7c">
+  <!ENTITY vte-size          "856 KB">
+  <!ENTITY vte-buildsize     "31 MB (with tests)">
+  <!ENTITY vte-time          "0.7 SBU (using parallelism=4; with tests)">
 
   <!-- For "Contents" and "Short Descriptions" sections -->
   <!ENTITY vte-nano          "91">
diff --git a/gnome/platform/xdg-desktop-portal-gnome.xml b/gnome/platform/xdg-desktop-portal-gnome.xml
index 751c1ac7ee..06404bf9ae 100644
--- a/gnome/platform/xdg-desktop-portal-gnome.xml
+++ b/gnome/platform/xdg-desktop-portal-gnome.xml
@@ -4,10 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY xdg-desktop-portal-gnome-download-http "https://download.gnome.org/sources/xdg-desktop-portal-gnome/&gnome-49;/xdg-desktop-portal-gnome-&xdg-desktop-portal-gnome-version;.tar.xz">
+  <!ENTITY xdg-desktop-portal-gnome-download-http "https://download.gnome.org/sources/xdg-desktop-portal-gnome/&gnome-50;/xdg-desktop-portal-gnome-&xdg-desktop-portal-gnome-version;.tar.xz">
   <!ENTITY xdg-desktop-portal-gnome-download-ftp  " ">
-  <!ENTITY xdg-desktop-portal-gnome-md5sum        "0578b793246e6752e7ab26e6cce42db6">
-  <!ENTITY xdg-desktop-portal-gnome-size          "192 KB">
+  <!ENTITY xdg-desktop-portal-gnome-md5sum        "6ef350f31272babbb536cc745746adad">
+  <!ENTITY xdg-desktop-portal-gnome-size          "196 KB">
   <!ENTITY xdg-desktop-portal-gnome-buildsize     "11 MB">
   <!ENTITY xdg-desktop-portal-gnome-time          "0.2 SBU">
 ]>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.