[packages/gnome-shell-extension-workspacebar] - new

baggins baggins at pld-linux.org
Sat Oct 27 23:56:55 CEST 2012


commit 6cba9ec25809ade634d7b7c7388f3e7089911c4b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Oct 27 23:56:39 2012 +0200

    - new

 gnome-shell-extension-workspacebar.spec | 54 +++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
---
diff --git a/gnome-shell-extension-workspacebar.spec b/gnome-shell-extension-workspacebar.spec
new file mode 100644
index 0000000..4681553
--- /dev/null
+++ b/gnome-shell-extension-workspacebar.spec
@@ -0,0 +1,54 @@
+%define		extname		workspacebar
+Summary:	A toolbar for your panel that allows you to switch workspaces
+Name:		gnome-shell-extension-%{extname}
+Version:	20121027
+Release:	1
+Group:		X11/Applications
+License:	GPLv2
+# $ git clone git://github.com/mbokil/workspacebar.git
+# $ cd workspacebar/
+# $ git archive --format=tar --prefix=%{name}-%{version}/ master | xz > ../%{name}-%{version}.tar.xz
+Source0:	%{extname}-%{version}.tar.xz
+# Source0-md5:	17535842481ad8d699c977eff06345af
+URL:		http://markbokil.com/downloads/extensions/
+BuildRequires:	gnome-common
+BuildRequires:	intltool
+BuildRequires:	gnome-desktop-devel
+BuildRequires:	libgtop-devel
+Requires:	gnome-shell >= 3.6.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A toolbar for your panel that allows you to switch workspaces.
+Latest update includes a panel position option of left, center,
+and right. Also there is an option to display the Overview on mouse
+entry.
+
+%prep
+%setup -q -n %{extname}-%{version}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas \
+	$RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar at markbokil.com
+
+install schemas/org.gnome.shell.extensions.workspacebar.gschema.xml $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/
+install *.js* $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar at markbokil.com/
+install *.css $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar at markbokil.com/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%glib_compile_schemas
+
+%postun
+%glib_compile_schemas
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.workspacebar.gschema.xml
+%{_datadir}/gnome-shell/extensions/workspace-bar*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-shell-extension-workspacebar.git/commitdiff/6cba9ec25809ade634d7b7c7388f3e7089911c4b



More information about the pld-cvs-commit mailing list