[packages/gnome-shell-extension-all-in-one-places] - new, does not work with gnome-shell 3.6 yet

baggins baggins at pld-linux.org
Sat Oct 27 23:58:14 CEST 2012


commit f6b1e9874d0c0c7ec33b8f6656b1113979519ce8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Oct 27 23:58:00 2012 +0200

    - new, does not work with gnome-shell 3.6 yet

 gnome-shell-extension-all-in-one-places.spec | 53 ++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
---
diff --git a/gnome-shell-extension-all-in-one-places.spec b/gnome-shell-extension-all-in-one-places.spec
new file mode 100644
index 0000000..5fa99fb
--- /dev/null
+++ b/gnome-shell-extension-all-in-one-places.spec
@@ -0,0 +1,53 @@
+%define		extname		all-in-one-places
+Summary:	All-in-one quick navigation to places and devices
+Name:		gnome-shell-extension-%{extname}
+Version:	20121027
+Release:	0.1
+Group:		X11/Applications
+License:	Unknown
+# $ git clone git://github.com/jferrao/gtk.git
+# $ cd gtk/gnome-shell/extensions/all-in-one-places at jofer
+# $ git archive --format=tar --prefix=%{extname}-%{version}/ master | xz > ../../../../%{extname}-%{version}.tar.xz
+Source0:	%{extname}-%{version}.tar.xz
+# Source0-md5:	f68f81a93ddc2de4627c646e45a12698
+URL:		http://markbokil.com/downloads/extensions/
+BuildRequires:	gnome-common
+BuildRequires:	intltool
+BuildRequires:	gnome-desktop-devel
+BuildRequires:	libgtop-devel
+Requires:	gnome-shell >= 3.4.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+All-in-one quick navigation to places and devices with a few extra
+configuration options to customize and change the look and feel
+of the extension.
+
+%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/all-in-one-places at jofer
+
+install schemas/org.gnome.shell.extensions.AllInOnePlaces.gschema.xml $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/
+install *.js* $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/all-in-one-places at jofer
+install *.css $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/all-in-one-places at jofer
+
+%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.AllInOnePlaces.gschema.xml
+%{_datadir}/gnome-shell/extensions/all-in-one-places*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-shell-extension-all-in-one-places.git/commitdiff/f6b1e9874d0c0c7ec33b8f6656b1113979519ce8



More information about the pld-cvs-commit mailing list