[gnome-shell-extension-noripple] Initial import

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


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

    Initial import

 .gitignore                          |    1 +
 gnome-shell-extension-noripple.spec |   45 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a254908 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/noripple-1.0.tar.gz
diff --git a/gnome-shell-extension-noripple.spec b/gnome-shell-extension-noripple.spec
new file mode 100644
index 0000000..bc52940
--- /dev/null
+++ b/gnome-shell-extension-noripple.spec
@@ -0,0 +1,45 @@
+%global uuid noripple at fpmurphy.com
+%global shortname noripple
+
+Name:           gnome-shell-extension-%{shortname}
+Version:        1.0
+Release:        1%{?dist}
+Summary:        A gnome-shell extension to disable hot corner ripple effects
+
+Group:          User Interface/Desktops
+License:        GPLv2
+URL:            http://www.fpmurphy.com/gnome-shell-extensions/
+Source0:        http://www.fpmurphy.com/gnome-shell-extensions/%{shortname}-%{version}.tar.gz
+BuildArch:      noarch
+
+Requires:       gnome-shell >= 3.0.1
+
+
+%description
+This Gnome Shell extension disables Activities hot corner ripple effects.
+
+
+%prep
+%setup -q -n %{uuid}
+
+
+%build
+# Nothing to build
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
+install -Dp -m 0644 {extension.js,metadata.json} \
+  %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{_datadir}/gnome-shell/extensions/%{uuid}/
+
+
+%changelog
+* Thu Jun 02 2011 Fabian Affolter <fabian at bernewireless.net> - 1.0-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..4492fe2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ac511b583889c5a83110e2c2363561f8  noripple-1.0.tar.gz


More information about the scm-commits mailing list