]> git.pld-linux.org Git - packages/gnome-shell-extension-workspacebar.git/blame - gnome-shell-extension-workspacebar.spec
- no BRs needed
[packages/gnome-shell-extension-workspacebar.git] / gnome-shell-extension-workspacebar.spec
CommitLineData
6cba9ec2
JR
1%define extname workspacebar
2Summary: A toolbar for your panel that allows you to switch workspaces
3Name: gnome-shell-extension-%{extname}
4Version: 20121027
5Release: 1
6Group: X11/Applications
7License: GPLv2
8# $ git clone git://github.com/mbokil/workspacebar.git
9# $ cd workspacebar/
10# $ git archive --format=tar --prefix=%{name}-%{version}/ master | xz > ../%{name}-%{version}.tar.xz
11Source0: %{extname}-%{version}.tar.xz
12# Source0-md5: 17535842481ad8d699c977eff06345af
13URL: http://markbokil.com/downloads/extensions/
6cba9ec2
JR
14Requires: gnome-shell >= 3.6.0
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19A toolbar for your panel that allows you to switch workspaces.
20Latest update includes a panel position option of left, center,
21and right. Also there is an option to display the Overview on mouse
22entry.
23
24%prep
25%setup -q -n %{extname}-%{version}
26
27%build
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas \
32 $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com
33
34install schemas/org.gnome.shell.extensions.workspacebar.gschema.xml $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/
35install *.js* $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com/
36install *.css $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspace-bar@markbokil.com/
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%post
42%glib_compile_schemas
43
44%postun
45%glib_compile_schemas
46
47%files
48%defattr(644,root,root,755)
49%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.workspacebar.gschema.xml
50%{_datadir}/gnome-shell/extensions/workspace-bar*
This page took 0.656957 seconds and 4 git commands to generate.