[gnome-shell-extension-remove-accessibility-icon] Workaround to fix problem with gnome-shell 3.4

Elder Marco eldermarco at fedoraproject.org
Sun Apr 1 20:28:33 UTC 2012


commit 0355f5a55db02d0231fc8c4840d09d20e4da1d4a
Author: Elder Marco <eldermarco at gmail.com>
Date:   Sun Apr 1 17:28:35 2012 -0300

    Workaround to fix problem with gnome-shell 3.4

 gnome-3.4.patch                                    |   11 ++++++++
 ...-shell-extension-remove-accessibility-icon.spec |   26 ++++++++++---------
 2 files changed, 25 insertions(+), 12 deletions(-)
---
diff --git a/gnome-3.4.patch b/gnome-3.4.patch
new file mode 100644
index 0000000..4ae4092
--- /dev/null
+++ b/gnome-3.4.patch
@@ -0,0 +1,11 @@
+diff --git a/metadata.json b/metadata.json
+index 6791d02..6e91ee2 100644
+--- a/metadata.json
++++ b/metadata.json
+@@ -4,5 +4,5 @@
+ "description": "Removes the accessibility icon from the panel.",
+ "url": "http://martin-weusten.de/gnomeshell-extensions/",
+ "original-author": "martin at martin-weusten.de",
+-"shell-version": [ "3.2.0", "3.2" ]
++"shell-version": [ "3.2.0", "3.2", "3.3", "3.4" ]
+ }
diff --git a/gnome-shell-extension-remove-accessibility-icon.spec b/gnome-shell-extension-remove-accessibility-icon.spec
index 1324e45..0434868 100644
--- a/gnome-shell-extension-remove-accessibility-icon.spec
+++ b/gnome-shell-extension-remove-accessibility-icon.spec
@@ -1,17 +1,18 @@
 %global uuid remove-accessibility-icon at martin-weusten.de
 
-Name:           gnome-shell-extension-remove-accessibility-icon
-Version:        20111008
-Release:        2%{?dist}
-Summary:        A gnome-shell extensions for removing the accessibility icon
+Name:      gnome-shell-extension-remove-accessibility-icon
+Version:   20111008
+Release:   2%{?dist}
+Summary:   A gnome-shell extensions for removing the accessibility icon
 
-Group:          User Interface/Desktops
-License:        BSD
-URL:            http://martin-weusten.de/projects/gnomeshell-extensions/remove-accessibility-icon/
-Source0:        http://martin-weusten.de/wp-content/uploads/2011/05/remove-accessibility-icon%{version}-1019.tar.gz
-BuildArch:      noarch
+Group:     User Interface/Desktops
+License:   BSD
+URL:       http://martin-weusten.de/projects/gnomeshell-extensions/remove-accessibility-icon/
+Source0:   http://martin-weusten.de/wp-content/uploads/2011/05/remove-accessibility-icon%{version}-1019.tar.gz
+Patch0:    gnome-3.4.patch
+BuildArch: noarch
 
-Requires:       gnome-shell >= 3.2.0
+Requires:  gnome-shell >= 3.2.0
 
 %description
 This simple extension does nothing more than to remove the accessibility
@@ -21,6 +22,7 @@ icon in the top right corner of the GNOME panel.
 %prep
 %setup -q -n %{uuid}
 
+%patch0 -p1
 
 %build
 # Nothing to build
@@ -39,8 +41,8 @@ install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
 
 
 %changelog
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20111008-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Sun Apr 01 2012 Elder Marco <eldermarco at fedoraproject.org> - 20111008-2
+- Workaround to fix problem with gnome-shell 3.4
 
 * Mon Nov 07 2011 Elder Marco <eldermarco at fedoraproject.org> - 20111008-1
 - Update to work with gnome-shell >= 3.2.0


More information about the scm-commits mailing list