[packages/gnome-shell-extension-workspaces-to-dock] - new

baggins baggins at pld-linux.org
Sat Oct 27 17:34:57 CEST 2012


commit dd27cdcfca574b66f4d3a13eaaccaec662cad1c6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Oct 27 17:34:40 2012 +0200

    - new

 gnome-shell-extension-workspaces-to-dock.spec | 54 +++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
---
diff --git a/gnome-shell-extension-workspaces-to-dock.spec b/gnome-shell-extension-workspaces-to-dock.spec
new file mode 100644
index 0000000..42f8ad1
--- /dev/null
+++ b/gnome-shell-extension-workspaces-to-dock.spec
@@ -0,0 +1,54 @@
+%define		extname		workspaces-to-dock
+Summary:	Transform the workspaces of the overview mode into an intellihide dock
+Name:		gnome-shell-extension-%{extname}
+Version:	20121027
+Release:	1
+Group:		X11/Applications
+# parts of code comes from gnome-shell-extensions which is GPLv2, assume GPL virality
+# as there is no information about license
+License:	GPLv2
+URL:		https://extensions.gnome.org/extension/427/workspaces-to-dock/
+# $ git clone git://github.com/passingthru67/workspaces-to-dock.git
+# $ cd workspaces-to-dock/
+# $ git archive --format=tar --prefix=%{name}-%{version}/ master | xz > ../%{name}-%{version}.tar.xz
+Source0:	%{extname}-%{version}.tar.xz
+# Source0-md5:	233e9924159d3fc29d375a4f8c16f6af
+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 Gnome Shell extension that transforms the workspaces of the overview
+mode into an intellihide dock.  The dock is positioned and sized to
+maintain tight integration with the Gnome Shell.
+
+%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/workspaces-to-dock at passingthru67.gmail.com
+
+install schemas/org.gnome.shell.extensions.workspaces-to-dock.gschema.xml $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/
+install *.js* $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/workspaces-to-dock at passingthru67.gmail.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.workspaces-to-dock.gschema.xml
+%{_datadir}/gnome-shell/extensions/workspaces-to-dock*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-shell-extension-workspaces-to-dock.git/commitdiff/dd27cdcfca574b66f4d3a13eaaccaec662cad1c6



More information about the pld-cvs-commit mailing list