[gnome-shell-extension-righthotcorner] Initial import

Fabian Affolter fab at fedoraproject.org
Mon Jul 18 19:49:52 UTC 2011


commit a627d6f13b1e2163c0296ebc88e3cc777b4b16ed
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Mon Jul 18 21:49:21 2011 +0200

    Initial import

 .gitignore                                |    1 +
 gnome-shell-extension-righthotcorner.spec |   45 +++++++++++++++++++++++++++++
 sources                                   |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..84b234e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/righthotcorner-1.0.tar.gz
diff --git a/gnome-shell-extension-righthotcorner.spec b/gnome-shell-extension-righthotcorner.spec
new file mode 100644
index 0000000..d751d75
--- /dev/null
+++ b/gnome-shell-extension-righthotcorner.spec
@@ -0,0 +1,45 @@
+%global uuid righthotcorner at fpmurphy.com
+%global shortname righthotcorner
+
+Name:           gnome-shell-extension-%{shortname}
+Version:        1.0
+Release:        1%{?dist}
+Summary:        A gnome-shell extension for an additional hot corner
+
+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 extension adds a new to upper right of monitor.
+
+
+%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,stylesheet.css} \
+  %{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..072212a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ff64aa340bb01b1ba5a537714da6fe52  righthotcorner-1.0.tar.gz


More information about the scm-commits mailing list