Update to 3.29.90
This commit is contained in:
parent
4156f415e9
commit
44bf3a9d20
25
9f436ce3734b889afcff1880f6fed884196b92c5.patch
Normal file
25
9f436ce3734b889afcff1880f6fed884196b92c5.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 9f436ce3734b889afcff1880f6fed884196b92c5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||||||
|
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 @@
|
||||||
|
</key>
|
||||||
|
</schema>
|
||||||
|
|
||||||
|
- <!-- unused, change 00_org.gnome.shell.gschema.override instead --!>
|
||||||
|
+ <!-- unused, change 00_org.gnome.shell.gschema.override instead -->
|
||||||
|
<schema id="org.gnome.shell.overrides" path="/org/gnome/shell/overrides/"
|
||||||
|
gettext-domain="@GETTEXT_PACKAGE@">
|
||||||
|
<key name="attach-modal-dialogs" type="b">
|
||||||
|
--
|
||||||
|
2.17.1
|
||||||
|
|
@ -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
|
# Replace Epiphany with Firefox in the default favourite apps list
|
||||||
Patch1: gnome-shell-favourite-apps-firefox.patch
|
Patch1: gnome-shell-favourite-apps-firefox.patch
|
||||||
|
# fix typo
|
||||||
|
Patch2: 9f436ce3734b889afcff1880f6fed884196b92c5.patch
|
||||||
|
|
||||||
%define libcroco_version 0.6.8
|
%define libcroco_version 0.6.8
|
||||||
%define eds_version 3.17.2
|
%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.service
|
||||||
%{_userunitdir}/gnome-shell-wayland.target
|
%{_userunitdir}/gnome-shell-wayland.target
|
||||||
%{_userunitdir}/gnome-shell-x11.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
|
# Co own directory instead of pulling in xdg-desktop-portal - we
|
||||||
# are providing a backend to the portal, not depending on it
|
# are providing a backend to the portal, not depending on it
|
||||||
%dir %{_datadir}/xdg-desktop-portal/portals/
|
%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-perf-helper
|
||||||
%{_libexecdir}/gnome-shell-hotplug-sniffer
|
%{_libexecdir}/gnome-shell-hotplug-sniffer
|
||||||
%{_libexecdir}/gnome-shell-portal-helper
|
%{_libexecdir}/gnome-shell-portal-helper
|
||||||
|
%{_libexecdir}/gnome-shell-overrides-migration.sh
|
||||||
# Co own these directories instead of pulling in GConf
|
# Co own these directories instead of pulling in GConf
|
||||||
# after all, we are trying to get rid of GConf with these files
|
# after all, we are trying to get rid of GConf with these files
|
||||||
%dir %{_datadir}/GConf
|
%dir %{_datadir}/GConf
|
||||||
|
Loading…
Reference in New Issue
Block a user