diff --git a/desktop/gnome/base/evolution-data-server/pspec.xml b/desktop/gnome/base/evolution-data-server/pspec.xml
index 8f5c3611e5..b10077c515 100644
--- a/desktop/gnome/base/evolution-data-server/pspec.xml
+++ b/desktop/gnome/base/evolution-data-server/pspec.xml
@@ -35,7 +35,7 @@ such as a user's address book or calendar events.
vala
cmake
- https://download.gnome.org/sources/evolution-data-server/3.40/evolution-data-server-3.40.1.tar.xz
+ https://download.gnome.org/sources/evolution-data-server/3.40/evolution-data-server-3.40.2.tar.xz
@@ -116,6 +116,13 @@ such as a user's address book or calendar events.
+
+ 2021-06-14
+ 3.40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-27
3.40.1
@@ -124,4 +131,4 @@ such as a user's address book or calendar events.
berk2238@hotmail.com
-
\ No newline at end of file
+
diff --git a/desktop/gnome/base/gnome-desktop/pspec.xml b/desktop/gnome/base/gnome-desktop/pspec.xml
index 7e838f2df9..ed3a54f2d0 100644
--- a/desktop/gnome/base/gnome-desktop/pspec.xml
+++ b/desktop/gnome/base/gnome-desktop/pspec.xml
@@ -12,7 +12,7 @@
library
Library with common API for various GNOME modules
Library with common API for various GNOME modules
- https://download.gnome.org/sources/gnome-desktop/40/gnome-desktop-40.0.tar.xz
+ https://download.gnome.org/sources/gnome-desktop/40/gnome-desktop-40.2.tar.xz
meson
itstool
@@ -107,6 +107,13 @@
+
+ 2021-06-14
+ 40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-05
40.0
diff --git a/desktop/gnome/base/gnome-initial-setup/pspec.xml b/desktop/gnome/base/gnome-initial-setup/pspec.xml
index fff481185a..3efcf0a454 100644
--- a/desktop/gnome/base/gnome-initial-setup/pspec.xml
+++ b/desktop/gnome/base/gnome-initial-setup/pspec.xml
@@ -11,7 +11,7 @@
GPLv2
GNOME Initial Setup application.
After acquiring or installing a new system there are a few essential things to set up before use. gnome-initial-setup aims to provide a simple, easy, and safe way to prepare a new system.
- https://download.gnome.org/sources/gnome-initial-setup/40/gnome-initial-setup-40.1.tar.xz
+ https://download.gnome.org/sources/gnome-initial-setup/40/gnome-initial-setup-40.2.tar.xz
glib2-devel
gettext-devel
@@ -82,6 +82,13 @@
+
+ 2021-06-14
+ 40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-04-21
40.1
diff --git a/desktop/gnome/base/gnome-shell-extensions/pspec.xml b/desktop/gnome/base/gnome-shell-extensions/pspec.xml
index f84419d5f5..ddbeecc663 100644
--- a/desktop/gnome/base/gnome-shell-extensions/pspec.xml
+++ b/desktop/gnome/base/gnome-shell-extensions/pspec.xml
@@ -11,7 +11,7 @@
GPLv2
A collection of extensions providing additional and optional functionality to GNOME Shell
GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell
- https://download.gnome.org/sources/gnome-shell-extensions/40/gnome-shell-extensions-40.1.tar.xz
+ https://download.gnome.org/sources/gnome-shell-extensions/40/gnome-shell-extensions-40.2.tar.xz
libgtop-devel
sassc
@@ -31,6 +31,13 @@
+
+ 2021-06-14
+ 40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-27
40.1
diff --git a/desktop/gnome/base/gnome-shell/files/fix-xwayland.patch b/desktop/gnome/base/gnome-shell/files/fix-xwayland.patch
index d5788be1d0..a135e6781b 100644
--- a/desktop/gnome/base/gnome-shell/files/fix-xwayland.patch
+++ b/desktop/gnome/base/gnome-shell/files/fix-xwayland.patch
@@ -2,23 +2,23 @@ This reverts commit 019229c40efb67e3d26f14afa71bf926efeff3fb.
ref: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4284
-diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
-index 49d3dda22..5a3327b1b 100644
---- ./js/ui/windowManager.js
-+++ ./js/ui/windowManager.js
-@@ -973,7 +973,6 @@ var WindowManager = class {
+diff -Nuar a/js/ui/windowManager.js b/js/ui/windowManager.js
+--- a/js/ui/windowManager.js 2021-06-10 14:33:01.000000000 +0300
++++ b/js/ui/windowManager.js 2021-06-12 22:09:49.677943309 +0300
+@@ -973,7 +973,6 @@
}
-
+
async _startX11Services(task, cancellable) {
- let status = true;
try {
await Shell.util_start_systemd_unit(
'gnome-session-x11-services-ready.target', 'fail', cancellable);
-@@ -984,9 +983,8 @@ var WindowManager = class {
+@@ -984,10 +983,9 @@
// Note that we do log cancellation from here.
- if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_SUPPORTED))
+ if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_SUPPORTED)) {
log('Error starting X11 services: %s'.format(e.message));
-- status = false;
+- status = false;
+ }
} finally {
- task.return_boolean(status);
+ task.return_boolean(true);
diff --git a/desktop/gnome/base/gnome-shell/pspec.xml b/desktop/gnome/base/gnome-shell/pspec.xml
index 1b8f5a9497..841e9f992a 100644
--- a/desktop/gnome/base/gnome-shell/pspec.xml
+++ b/desktop/gnome/base/gnome-shell/pspec.xml
@@ -9,7 +9,7 @@
GPLv2
GNOME Shell is the defining technology of the GNOME40 user experience
GNOME Shell is the defining technology of the GNOME40 user experience. It provides core interface functions like switching to windows and launching applications.
- https://download.gnome.org/sources/gnome-shell/40/gnome-shell-40.1.tar.xz
+ https://download.gnome.org/sources/gnome-shell/40/gnome-shell-40.2.tar.xz
at-spi2-atk-devel
evolution-data-server-devel
@@ -110,6 +110,13 @@
+
+ 2021-06-12
+ 40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-26
40.1
@@ -118,4 +125,4 @@
berk2238@hotmail.com
-
\ No newline at end of file
+
diff --git a/desktop/gnome/base/mutter/pspec.xml b/desktop/gnome/base/mutter/pspec.xml
index 4eba30f686..9ff5ef700e 100644
--- a/desktop/gnome/base/mutter/pspec.xml
+++ b/desktop/gnome/base/mutter/pspec.xml
@@ -44,7 +44,7 @@
gtk3-devel
cogl-devel
- https://download.gnome.org/sources/mutter/40/mutter-40.1.tar.xz
+ https://download.gnome.org/sources/mutter/40/mutter-40.2.tar.xz
@@ -135,6 +135,13 @@
+
+ 2021-06-14
+ 40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-27
40.1
diff --git a/desktop/gnome/base/nautilus/pspec.xml b/desktop/gnome/base/nautilus/pspec.xml
index d7b60ff1a9..17ebfbe25e 100644
--- a/desktop/gnome/base/nautilus/pspec.xml
+++ b/desktop/gnome/base/nautilus/pspec.xml
@@ -12,7 +12,7 @@
app:gui
A file browser for GNOME
Nautilus is a file manager that allows to browse directories, preview files and launch applications.
- https://download.gnome.org/sources/nautilus/40/nautilus-40.1.tar.xz
+ https://download.gnome.org/sources/nautilus/40/nautilus-40.2.tar.xz
gettext-devel
glib2-devel
@@ -95,6 +95,13 @@
+
+ 2021-06-14
+ 40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-27
40.1
diff --git a/desktop/gnome/base/sushi/pspec.xml b/desktop/gnome/base/sushi/pspec.xml
index 0bca7f5aa1..137c545a04 100644
--- a/desktop/gnome/base/sushi/pspec.xml
+++ b/desktop/gnome/base/sushi/pspec.xml
@@ -11,7 +11,7 @@
GPLv2
A file previewer for the GNOME desktop environment.
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
- https://download.gnome.org/sources/sushi/3.38/sushi-3.38.0.tar.xz
+ https://download.gnome.org/sources/sushi/3.38/sushi-3.38.1.tar.xz
glib2-devel
intltool
@@ -58,6 +58,13 @@
+
+ 2021-06-14
+ 3.38.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-27
3.38.0
diff --git a/desktop/gnome/base/yelp/pspec.xml b/desktop/gnome/base/yelp/pspec.xml
index 1868522e8c..90b3770ebf 100755
--- a/desktop/gnome/base/yelp/pspec.xml
+++ b/desktop/gnome/base/yelp/pspec.xml
@@ -12,7 +12,7 @@
app:gui
Help viewer for GNOME desktop
Yelp is a help viewer which serves as a DocBook viewer, a man page viewer, and an info page viewer.
- mirrors://gnome/yelp/40/yelp-40.0.tar.xz
+ mirrors://gnome/yelp/40/yelp-40.2.tar.xz
itstool
gtk-doc
@@ -69,6 +69,13 @@
+
+ 2021-06-14
+ 40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-24
40.0