[gnome-shell-extension-icon-manager/f15] Oups, sorry No spec file foundx

Guillaume Kulakowski llaumgui at fedoraproject.org
Sat Jun 25 13:49:01 UTC 2011


commit 80edefa6d4890cf8fa7a254bd48d5b30ec3133c6
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Sat Jun 25 15:48:43 2011 +0200

    Oups, sorry No spec file foundx

 gnome-shell-extension-icon-manager.spec |   63 +++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/gnome-shell-extension-icon-manager.spec b/gnome-shell-extension-icon-manager.spec
new file mode 100644
index 0000000..e736f4e
--- /dev/null
+++ b/gnome-shell-extension-icon-manager.spec
@@ -0,0 +1,63 @@
+%global git e9deb2b
+%global shortname icon-manager
+%global uuid %{shortname}@krajniak.info
+%global github MrTheodor-gnome-shell-ext-%{shortname}
+
+Name:           gnome-shell-extension-icon-manager
+Version:        0
+Release:        0.2.git%{git}%{?dist}
+Summary:        A gnome-shell extension to manage icons in top bar
+
+Group:          User Interface/Desktops
+License:        GPLv3+
+URL:            https://github.com/MrTheodor/gnome-shell-ext-icon-manager
+Source0:        https://github.com/MrTheodor/gnome-shell-ext-icon-manager/tarball/master/%{github}-%{git}.tar.gz
+BuildArch:      noarch
+Requires:       gnome-shell
+
+
+%description
+Add/remove icons from top bar panel by simple editing gsettings.
+
+
+%prep
+%setup -q -n %{github}-%{git}
+
+
+%build
+# Nothing to build
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
+install -Dp -m 0644 %{uuid}/{extension.js,metadata.json} \
+    %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/
+mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas/
+install -Dp -m 0644 org.gnome.shell.extensions.%{shortname}.gschema.xml \
+    %{buildroot}%{_datadir}/glib-2.0/schemas/
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+     glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{_datadir}/gnome-shell/extensions/%{uuid}/
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.%{shortname}.gschema.xml
+
+
+%changelog
+* Fri Jun 24 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 0-0.2.gite9deb2b
+* Upstream gite9deb2b
+
+* Sun Jun 12 2011 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 0-0.1.gited463a5
+- Initial package for Fedora


More information about the scm-commits mailing list