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

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


commit 357a2030f00f3b32b3be9b517db72bd87799ab2c
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Mon Jun 6 18:33:59 2011 +0200

    Initial import

 .gitignore                                       |    1 +
 gnome-shell-extension-remove-bluetooth-icon.spec |   44 ++++++++++++++++++++++
 sources                                          |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5833815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/remove-bluetooth-icon-0.1.tar.bz2
diff --git a/gnome-shell-extension-remove-bluetooth-icon.spec b/gnome-shell-extension-remove-bluetooth-icon.spec
new file mode 100644
index 0000000..6459a55
--- /dev/null
+++ b/gnome-shell-extension-remove-bluetooth-icon.spec
@@ -0,0 +1,44 @@
+%global uuid remove-bluetooth-icon at affolter-engineering.ch
+%global shortname remove-bluetooth-icon
+
+Name:           gnome-shell-extension-remove-bluetooth-icon
+Version:        0.1
+Release:        1%{?dist}
+Summary:        A gnome-shell extension for removing the bluetooth icon
+
+Group:          User Interface/Desktops
+License:        GPLv3+
+URL:            http://www.affolter-engineering.ch/index.php?page=remove-bluetooth-icon
+Source0:        http://www.affolter-engineering.ch/uploads/remove-bluetooth-icon/%{shortname}-%{version}.tar.bz2
+BuildArch:      noarch
+
+Requires:       gnome-shell >= 3.0.1
+
+
+%description
+This simple extension does nothing more than to remove the bluetooth
+icon from the GNOME panel. 
+
+
+%prep
+%setup -q -n %{shortname}-%{version}
+
+
+%build
+# Nothing to build
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README
+%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%changelog
+* Thu Jun 02 2011 Fabian Affolter <fabian at bernewireless.net> - 0.1-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..851b2e5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+787c580ab13944c1b65faf4920ff3c79  remove-bluetooth-icon-0.1.tar.bz2


More information about the scm-commits mailing list