[packages/gnome-shell-extension-workspaces-to-dock] - disable debug log flood - rel 2

baggins baggins at pld-linux.org
Tue Nov 6 19:12:57 CET 2012


commit f05021b5f6385a78275d504d5e99b40f5a6101fb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Nov 6 19:12:38 2012 +0100

    - disable debug log flood
    - rel 2

 gnome-shell-extension-workspaces-to-dock.spec |  4 +++-
 no-debug.patch                                | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/gnome-shell-extension-workspaces-to-dock.spec b/gnome-shell-extension-workspaces-to-dock.spec
index 053ac13..d579972 100644
--- a/gnome-shell-extension-workspaces-to-dock.spec
+++ b/gnome-shell-extension-workspaces-to-dock.spec
@@ -2,7 +2,7 @@
 Summary:	Transform the workspaces of the overview mode into an intellihide dock
 Name:		gnome-shell-extension-%{extname}
 Version:	20121027
-Release:	1
+Release:	2
 Group:		X11/Applications
 # parts of code comes from gnome-shell-extensions which is GPLv2, assume GPL virality
 # as there is no information about license
@@ -13,6 +13,7 @@ URL:		https://extensions.gnome.org/extension/427/workspaces-to-dock/
 # $ git archive --format=tar --prefix=%{name}-%{version}/ master | xz > ../%{name}-%{version}.tar.xz
 Source0:	%{extname}-%{version}.tar.xz
 # Source0-md5:	233e9924159d3fc29d375a4f8c16f6af
+Patch0:		no-debug.patch
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
 Requires:	gnome-shell >= 3.6.0
@@ -26,6 +27,7 @@ maintain tight integration with the Gnome Shell.
 
 %prep
 %setup -q -n %{extname}-%{version}
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/no-debug.patch b/no-debug.patch
new file mode 100644
index 0000000..8b9ffd7
--- /dev/null
+++ b/no-debug.patch
@@ -0,0 +1,22 @@
+--- workspaces-to-dock-20121027/dockedWorkspaces.js~	2012-10-27 04:55:21.000000000 +0200
++++ workspaces-to-dock-20121027/dockedWorkspaces.js	2012-11-06 19:05:28.508057891 +0100
+@@ -9,7 +9,7 @@
+  * ========================================================================================================
+  */
+ 
+-const _DEBUG_ = true;
++const _DEBUG_ = false;
+ 
+ const Clutter = imports.gi.Clutter;
+ const Lang = imports.lang;
+--- workspaces-to-dock-20121027/intellihide.js~	2012-10-27 04:55:21.000000000 +0200
++++ workspaces-to-dock-20121027/intellihide.js	2012-11-06 19:06:01.658056711 +0100
+@@ -6,7 +6,7 @@
+  * ========================================================================================================
+  */
+ 
+-const _DEBUG_ = true;
++const _DEBUG_ = false;
+ 
+ const Lang = imports.lang;
+ const Meta = imports.gi.Meta;
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list