From 24f36ef4c149514a963849af9b5549a47ac5b42a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 14 Jun 2012 20:16:00 +0100 Subject: Add options to disable mouse button modifers --- metacity.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'metacity.spec') diff --git a/metacity.spec b/metacity.spec index e75847b..ba2c9bc 100644 --- a/metacity.spec +++ b/metacity.spec @@ -32,6 +32,8 @@ Patch25: metacity-2.28-xioerror-unknown-display.patch Patch28: Stop-confusing-GDK-s-grab-tracking.patch # https://bugzilla.gnome.org/show_bug.cgi?id=622517 Patch29: Allow-breaking-out-from-maximization-during-mouse.patch +# https://bugzilla.gnome.org/show_bug.cgi?id=677115 +Patch30: disable-mouse-button-modifiers.patch Source1: window.png Source2: mini-window.png @@ -101,6 +103,7 @@ API. This package exists purely for technical reasons. %patch25 -p1 -b .xioerror-unknown-display %patch28 -p1 -b .grab-tracking %patch29 -p1 -b .mouse-unmaximize +%patch30 -p1 -b .button-modifiers cp -p %{SOURCE1} %{SOURCE2} src/ @@ -183,6 +186,9 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Thu Jun 14 2012 Peter Robinson - 2.34.3-2 +- Add options to disable mouse button modifers + * Tue Mar 20 2012 Florian Müllner - 2.34.3-1 - Update to new upstream version -- cgit