]> git.pld-linux.org Git - packages/gnome-shell-extension-all-in-one-places.git/blob - gnome-shell-extension-all-in-one-places.spec
32f879a8c33a9f0613577a8f3d1c82d8300b09e6
[packages/gnome-shell-extension-all-in-one-places.git] / gnome-shell-extension-all-in-one-places.spec
1 %define         extname         all-in-one-places
2 Summary:        All-in-one quick navigation to places and devices
3 Name:           gnome-shell-extension-%{extname}
4 Version:        20121027
5 Release:        0.1
6 Group:          X11/Applications
7 License:        Unknown
8 # $ git clone git://github.com/jferrao/gtk.git
9 # $ cd gtk/gnome-shell/extensions/all-in-one-places@jofer
10 # $ git archive --format=tar --prefix=%{extname}-%{version}/ master | xz > ../../../../%{extname}-%{version}.tar.xz
11 Source0:        %{extname}-%{version}.tar.xz
12 # Source0-md5:  f68f81a93ddc2de4627c646e45a12698
13 URL:            http://markbokil.com/downloads/extensions/
14 Requires:       gnome-shell >= 3.4.0
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 All-in-one quick navigation to places and devices with a few extra
20 configuration options to customize and change the look and feel
21 of the extension.
22
23 %prep
24 %setup -q -n %{extname}-%{version}
25
26 %build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas \
31         $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/all-in-one-places@jofer
32
33 install schemas/org.gnome.shell.extensions.AllInOnePlaces.gschema.xml $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/
34 install *.js* $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/all-in-one-places@jofer
35 install *.css $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/all-in-one-places@jofer
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %post
41 %glib_compile_schemas
42
43 %postun
44 %glib_compile_schemas
45
46 %files
47 %defattr(644,root,root,755)
48 %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.AllInOnePlaces.gschema.xml
49 %{_datadir}/gnome-shell/extensions/all-in-one-places*
This page took 0.091835 seconds and 2 git commands to generate.