[gnome-shell-extension-remove-accessibility-icon] Initial import

Fabian Affolter fab at fedoraproject.org
Mon Jun 6 16:34:25 UTC 2011


commit 4c2649997e0b5d339a7a0c4a0e2f40d2ee37470c
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Mon Jun 6 18:34:02 2011 +0200

    Initial import

 .gitignore                                         |    1 +
 ...-shell-extension-remove-accessibility-icon.spec |   49 ++++++++++++++++++++
 sources                                            |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..13c9d17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/remove-accessibility-icon20110603-2236.tar.gz
diff --git a/gnome-shell-extension-remove-accessibility-icon.spec b/gnome-shell-extension-remove-accessibility-icon.spec
new file mode 100644
index 0000000..fdfa4d5
--- /dev/null
+++ b/gnome-shell-extension-remove-accessibility-icon.spec
@@ -0,0 +1,49 @@
+%global uuid remove-accessibility-icon at martin-weusten.de
+
+Name:           gnome-shell-extension-remove-accessibility-icon
+Version:        20110603
+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
+BuildArch:      noarch
+
+Requires:       gnome-shell >= 3.0.1
+
+
+%description
+This simple extension does nothing more than to remove the accessibility
+icon in the top right corner of the GNOME panel. 
+
+
+%prep
+%setup -q -n remove-accessibility-icon at martin-weusten.de
+
+
+%build
+# Nothing to build
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
+install -Dp -m 0644 {extension.js,metadata.json,stylesheet.css} \
+  %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING README
+%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%changelog
+* Sat Jun 04 2011 Fabian Affolter <fabian at bernewireless.net> - 20110603-1
+- README and COPYING added
+- License is Modified BSD License
+
+* Thu Jun 02 2011 Fabian Affolter <fabian at bernewireless.net> - 20110529-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..62833f5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8776a4e6bb7e74a1f13d1088c34085bd  remove-accessibility-icon20110603-2236.tar.gz


More information about the scm-commits mailing list