diff --git a/9f436ce3734b889afcff1880f6fed884196b92c5.patch b/9f436ce3734b889afcff1880f6fed884196b92c5.patch new file mode 100644 index 0000000..757133e --- /dev/null +++ b/9f436ce3734b889afcff1880f6fed884196b92c5.patch @@ -0,0 +1,25 @@ +From 9f436ce3734b889afcff1880f6fed884196b92c5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Florian=20M=C3=BCllner?= +Date: Wed, 1 Aug 2018 20:03:03 +0200 +Subject: [PATCH] data: Fix comment in schema + +--- + data/org.gnome.shell.gschema.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in +index 4ec01a427..a7251cd06 100644 +--- a/data/org.gnome.shell.gschema.xml.in ++++ b/data/org.gnome.shell.gschema.xml.in +@@ -190,7 +190,7 @@ + + + +- ++ + + +-- +2.17.1 + diff --git a/gnome-shell.spec b/gnome-shell.spec index c907c6f..ea7c960 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -12,6 +12,8 @@ Source0: http://download.gnome.org/sources/gnome-shell/3.29/%{name}-%{ver # Replace Epiphany with Firefox in the default favourite apps list Patch1: gnome-shell-favourite-apps-firefox.patch +# fix typo +Patch2: 9f436ce3734b889afcff1880f6fed884196b92c5.patch %define libcroco_version 0.6.8 %define eds_version 3.17.2 @@ -177,6 +179,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_userunitdir}/gnome-shell.service %{_userunitdir}/gnome-shell-wayland.target %{_userunitdir}/gnome-shell-x11.target +%{_sysconfdir}/xdg/autostart/gnome-shell-overrides-migration.desktop # Co own directory instead of pulling in xdg-desktop-portal - we # are providing a backend to the portal, not depending on it %dir %{_datadir}/xdg-desktop-portal/portals/ @@ -187,6 +190,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_libexecdir}/gnome-shell-perf-helper %{_libexecdir}/gnome-shell-hotplug-sniffer %{_libexecdir}/gnome-shell-portal-helper +%{_libexecdir}/gnome-shell-overrides-migration.sh # Co own these directories instead of pulling in GConf # after all, we are trying to get rid of GConf with these files %dir %{_datadir}/GConf