[gnome-shell-extension-remove-accessibility-icon] Update to work with gnome-shell >= 3.2.0

Elder Marco eldermarco at fedoraproject.org
Tue Nov 8 00:47:13 UTC 2011


commit 1a6822e5a21ab09868321d303b23870d4162fbae
Author: Elder Marco <eldermarco at gmail.com>
Date:   Mon Nov 7 22:47:22 2011 -0200

    Update to work with gnome-shell >= 3.2.0

 .gitignore                                         |    1 +
 ...-shell-extension-remove-accessibility-icon.spec |   15 ++++++++-------
 sources                                            |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13c9d17..36eb6cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /remove-accessibility-icon20110603-2236.tar.gz
+/remove-accessibility-icon20111008-1019.tar.gz
diff --git a/gnome-shell-extension-remove-accessibility-icon.spec b/gnome-shell-extension-remove-accessibility-icon.spec
index fdfa4d5..fe9c1d6 100644
--- a/gnome-shell-extension-remove-accessibility-icon.spec
+++ b/gnome-shell-extension-remove-accessibility-icon.spec
@@ -1,32 +1,30 @@
 %global uuid remove-accessibility-icon at martin-weusten.de
 
 Name:           gnome-shell-extension-remove-accessibility-icon
-Version:        20110603
+Version:        20111008
 Release:        1%{?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}-2236.tar.gz
+Source0:        http://martin-weusten.de/wp-content/uploads/2011/05/remove-accessibility-icon%{version}-1019.tar.gz
 BuildArch:      noarch
 
-Requires:       gnome-shell >= 3.0.1
-
+Requires:       gnome-shell >= 3.2.0
 
 %description
 This simple extension does nothing more than to remove the accessibility
-icon in the top right corner of the GNOME panel. 
+icon in the top right corner of the GNOME panel.
 
 
 %prep
-%setup -q -n remove-accessibility-icon at martin-weusten.de
+%setup -q -n %{uuid}
 
 
 %build
 # Nothing to build
 
-
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
@@ -41,6 +39,9 @@ install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
 
 
 %changelog
+* Mon Nov 07 2011 Elder Marco <eldermarco at fedoraproject.org> - 20111008-1
+- Update to work with gnome-shell >= 3.2.0
+
 * Sat Jun 04 2011 Fabian Affolter <fabian at bernewireless.net> - 20110603-1
 - README and COPYING added
 - License is Modified BSD License
diff --git a/sources b/sources
index 62833f5..094af9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8776a4e6bb7e74a1f13d1088c34085bd  remove-accessibility-icon20110603-2236.tar.gz
+4c1721c13fcb45594b1007690c4eba68  remove-accessibility-icon20111008-1019.tar.gz


More information about the scm-commits mailing list