diff --git a/.gitignore b/.gitignore index cccd68c..6242585 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ gnome-shell-2.31.5.tar.bz2 /gnome-shell-3.35.1.tar.xz /gnome-shell-3.35.2.tar.xz /gnome-shell-3.35.3.tar.xz +/gnome-shell-3.35.90.tar.xz diff --git a/0001-endSessionDialog-Immediately-add-buttons-to-the-dial.patch b/0001-endSessionDialog-Immediately-add-buttons-to-the-dial.patch index 3a3d28a..ac470b2 100644 --- a/0001-endSessionDialog-Immediately-add-buttons-to-the-dial.patch +++ b/0001-endSessionDialog-Immediately-add-buttons-to-the-dial.patch @@ -1,4 +1,4 @@ -From 0786d34664fdd58e31dad9f235b6f0f3ed393c30 Mon Sep 17 00:00:00 2001 +From c907dbe205257d29ca74d9e30cf2e100d85f277b Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 15 Aug 2018 14:26:19 +0200 Subject: [PATCH 1/2] endSessionDialog: Immediately add buttons to the dialog @@ -13,10 +13,10 @@ button into a "Boot Options" button when Alt is pressed. 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js -index f9dad5835..a30cd21a4 100644 +index ff1aa0ddf..27ddf6804 100644 --- a/js/ui/endSessionDialog.js +++ b/js/ui/endSessionDialog.js -@@ -440,15 +440,17 @@ class EndSessionDialog extends ModalDialog.ModalDialog { +@@ -369,15 +369,17 @@ class EndSessionDialog extends ModalDialog.ModalDialog { } _updateButtons() { @@ -38,7 +38,7 @@ index f9dad5835..a30cd21a4 100644 action: () => { this.close(true); let signalId = this.connect('closed', () => { -@@ -459,8 +461,6 @@ class EndSessionDialog extends ModalDialog.ModalDialog { +@@ -388,8 +390,6 @@ class EndSessionDialog extends ModalDialog.ModalDialog { label, }); } @@ -48,5 +48,5 @@ index f9dad5835..a30cd21a4 100644 close(skipSignal) { -- -2.23.0 +2.24.1 diff --git a/0001-magnifier-Use-own-showSystemCursor-instead-of-set_po.patch b/0001-magnifier-Use-own-showSystemCursor-instead-of-set_po.patch index ca146d5..ca5f8b2 100644 --- a/0001-magnifier-Use-own-showSystemCursor-instead-of-set_po.patch +++ b/0001-magnifier-Use-own-showSystemCursor-instead-of-set_po.patch @@ -1,4 +1,4 @@ -From 6bd7447b9b48a5d8db9d8648c71dbe699164579f Mon Sep 17 00:00:00 2001 +From 496b43f59928266822e465a7c086ba38a1da1bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Mon, 7 Oct 2019 15:00:19 +0200 Subject: [PATCH 1/2] magnifier: Use own showSystemCursor() instead of @@ -12,7 +12,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/754 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js -index 0ec30ee00..0a935edef 100644 +index d7d3506a5..e9fa4c5d0 100644 --- a/js/ui/magnifier.js +++ b/js/ui/magnifier.js @@ -169,7 +169,7 @@ var Magnifier = class Magnifier { @@ -25,5 +25,5 @@ index 0ec30ee00..0a935edef 100644 // Notify interested parties of this change this.emit('active-changed', activate); -- -2.23.0 +2.24.1 diff --git a/0002-endSessionDialog-Support-rebooting-into-the-bootload.patch b/0002-endSessionDialog-Support-rebooting-into-the-bootload.patch index a8da452..e646dff 100644 --- a/0002-endSessionDialog-Support-rebooting-into-the-bootload.patch +++ b/0002-endSessionDialog-Support-rebooting-into-the-bootload.patch @@ -1,4 +1,4 @@ -From de894d40a62b9eb2f542bbc2af3526b89a8a1471 Mon Sep 17 00:00:00 2001 +From f91a2109fb139131a5f4ba5d00fca043df82ba10 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 15 Aug 2018 15:03:56 +0200 Subject: [PATCH 2/2] endSessionDialog: Support rebooting into the bootloader @@ -21,10 +21,10 @@ and makes it have rounded corners on both of its bottom corners. 1 file changed, 52 insertions(+) diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js -index a30cd21a4..2ca843c71 100644 +index 27ddf6804..6cebf2a81 100644 --- a/js/ui/endSessionDialog.js +++ b/js/ui/endSessionDialog.js -@@ -254,6 +254,9 @@ class EndSessionDialog extends ModalDialog.ModalDialog { +@@ -239,6 +239,9 @@ class EndSessionDialog extends ModalDialog.ModalDialog { this._totalSecondsToStayOpen = 0; this._applications = []; this._sessions = []; @@ -34,8 +34,8 @@ index a30cd21a4..2ca843c71 100644 this.connect('destroy', this._onDestroy.bind(this)); -@@ -439,6 +442,26 @@ class EndSessionDialog extends ModalDialog.ModalDialog { - this._sessionHeader.visible = hasSessions; +@@ -368,6 +371,26 @@ class EndSessionDialog extends ModalDialog.ModalDialog { + this._sessionSection.visible = hasSessions; } + _onCapturedEvent(actor, event) { @@ -61,7 +61,7 @@ index a30cd21a4..2ca843c71 100644 _updateButtons() { this.clearButtons(); -@@ -460,7 +483,34 @@ class EndSessionDialog extends ModalDialog.ModalDialog { +@@ -389,7 +412,34 @@ class EndSessionDialog extends ModalDialog.ModalDialog { }, label, }); @@ -96,7 +96,7 @@ index a30cd21a4..2ca843c71 100644 } close(skipSignal) { -@@ -472,6 +522,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog { +@@ -401,6 +451,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog { cancel() { this._stopTimer(); @@ -104,7 +104,7 @@ index a30cd21a4..2ca843c71 100644 this._dbusImpl.emit_signal('Canceled', null); this.close(); } -@@ -480,6 +531,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog { +@@ -409,6 +460,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog { let callback = () => { this._fadeOutDialog(); this._stopTimer(); @@ -113,5 +113,5 @@ index a30cd21a4..2ca843c71 100644 }; -- -2.23.0 +2.24.1 diff --git a/0002-magnifier-Use-new-cursor-tracker-API-to-keep-wayland.patch b/0002-magnifier-Use-new-cursor-tracker-API-to-keep-wayland.patch index b58a4b8..413566e 100644 --- a/0002-magnifier-Use-new-cursor-tracker-API-to-keep-wayland.patch +++ b/0002-magnifier-Use-new-cursor-tracker-API-to-keep-wayland.patch @@ -1,4 +1,4 @@ -From d4e9d8cc28a43ee07ee609fccc5e6af173c7aa9b Mon Sep 17 00:00:00 2001 +From 39fe94ecf3221d60c0a1197e2aaaf904ee99fdb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Mon, 7 Oct 2019 15:02:17 +0200 Subject: [PATCH 2/2] magnifier: Use new cursor tracker API to keep wayland @@ -30,7 +30,7 @@ https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/754 1 file changed, 2 insertions(+) diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js -index 0a935edef..a410bbb13 100644 +index e9fa4c5d0..49fb321d3 100644 --- a/js/ui/magnifier.js +++ b/js/ui/magnifier.js @@ -127,6 +127,7 @@ var Magnifier = class Magnifier { @@ -50,5 +50,5 @@ index 0a935edef..a410bbb13 100644 } -- -2.23.0 +2.24.1 diff --git a/gnome-shell-favourite-apps-firefox.patch b/gnome-shell-favourite-apps-firefox.patch index af89e8f..cee7f0f 100644 --- a/gnome-shell-favourite-apps-firefox.patch +++ b/gnome-shell-favourite-apps-firefox.patch @@ -1,4 +1,4 @@ -From 385df79143e74b192eeb32502edecb68a6c60789 Mon Sep 17 00:00:00 2001 +From ecbdc8596190dd0b2686cbe75790ed01708bd2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 17 Sep 2014 07:11:12 +0200 Subject: [PATCH] Replace Web with Firefox in default favorites @@ -9,15 +9,15 @@ Subject: [PATCH] Replace Web with Firefox in default favorites 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in -index ab13703dc..36d9aa188 100644 +index 49d38d766..1433292e4 100644 --- a/data/org.gnome.shell.gschema.xml.in +++ b/data/org.gnome.shell.gschema.xml.in @@ -50,7 +50,7 @@ -- [ 'org.gnome.Epiphany.desktop', 'org.gnome.Evolution.desktop', 'rhythmbox.desktop', 'org.gnome.Shotwell.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' ] -+ [ 'firefox.desktop', 'org.gnome.Evolution.desktop', 'rhythmbox.desktop', 'org.gnome.Shotwell.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' ] +- [ 'org.gnome.Epiphany.desktop', 'org.gnome.Geary.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' ] ++ [ 'firefox.desktop', 'org.gnome.Geary.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop' ] List of desktop file IDs for favorite applications The applications corresponding to these identifiers diff --git a/gnome-shell.spec b/gnome-shell.spec index 3ead0c3..b70b170 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell -Version: 3.35.3 -Release: 3%{?dist} +Version: 3.35.90 +Release: 1%{?dist} Summary: Window management and application launching for GNOME License: GPLv2+ @@ -166,7 +166,7 @@ mkdir -p %{buildroot}%{_datadir}/gnome-shell/search-providers %check desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.desktop -desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-extension-prefs.desktop +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Extensions.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.desktop %files -f %{name}.lang @@ -180,7 +180,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/glib-2.0/schemas/00_org.gnome.shell.gschema.override %{_datadir}/applications/org.gnome.Shell.desktop -%{_datadir}/applications/gnome-shell-extension-prefs.desktop +%{_datadir}/applications/org.gnome.Extensions.desktop %{_datadir}/applications/evolution-calendar.desktop %{_datadir}/applications/org.gnome.Shell.PortalHelper.desktop %{_datadir}/bash-completion/completions/gnome-extensions @@ -221,6 +221,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/gnome-shell.1* %changelog +* Thu Feb 06 2020 Florian Müllner - 3.35.90-1 +- Update to 3.35.90 + * Tue Jan 28 2020 Fedora Release Engineering - 3.35.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 0dd25fd..a8b3158 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-3.35.3.tar.xz) = fff740be454ddb4b008d14a78c703c1c749226465f0cee479e1ebd60ff285593fa41bbf8f245cd5e9e0ba9748d22639328ea8b9448802fc7359cf4cb7b244b38 +SHA512 (gnome-shell-3.35.90.tar.xz) = 4a5a009ce501a0226254ef6ba98cf26be5510fd9eaeca0fd9d70b991fd547aa8bb9b91439e175a3ef4a3de198f26fb5d437f6cefc1006a71131dec492d2a63d0