- Add a patch to fix confusion between windows (rhbz #533066)
- Add additional tweeks no_focus_windows and new_windows_always_on_top
preferences (gnome bz 599248, gnome bz 599261)
This commit is contained in:
parent
ca37292633
commit
c6c59931d3
@ -3,7 +3,7 @@
|
||||
Summary: Unobtrusive window manager
|
||||
Name: metacity
|
||||
Version: 2.30.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
URL: http://download.gnome.org/sources/metacity/
|
||||
Source0: http://download.gnome.org/sources/metacity/2.30/metacity-%{version}.tar.bz2
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
|
||||
@ -29,8 +29,10 @@ Patch16: Dont-focus-ancestor-window-on-a-different-workspac.patch
|
||||
Patch18: For-mouse-and-sloppy-focus-return-to-mouse-mode-on.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=599248
|
||||
Patch19: Add-nofocuswindows-preference-to-list-windows-that.patch
|
||||
Patch119: Exclude-the-current-application-from-no_focus_window.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=599261
|
||||
Patch20: Add-a-newwindowsalwaysontop-preference.patch
|
||||
Patch120: Apply-new_windows_always_on_top-to-newly-raised-acti.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=577576
|
||||
Patch21: Dont-warn-about-a-missing-session-file.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=559816
|
||||
@ -41,6 +43,8 @@ Patch25: metacity-2.28-xioerror-unknown-display.patch
|
||||
Patch26: libs.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=614592
|
||||
Patch27: title-click.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=599181
|
||||
Patch28: Stop-confusing-GDK-s-grab-tracking.patch
|
||||
|
||||
# default window icon: https://bugzilla.gnome.org/show_bug.cgi?id=616246
|
||||
Patch30: default-window-icon.patch
|
||||
@ -117,12 +121,15 @@ API. This package exists purely for technical reasons.
|
||||
%patch16 -p1 -b .focus-different-workspace
|
||||
%patch18 -p1 -b .focus-on-motion
|
||||
%patch19 -p1 -b .no-focus-windows
|
||||
%patch119 -p1 -b .no-focus-windows-current-app
|
||||
%patch20 -p1 -b .always-on-top
|
||||
%patch120 -p1 -b .always-on-top-activate
|
||||
%patch21 -p1 -b .missing-session
|
||||
%patch24 -p1 -b .empty-keybindings
|
||||
%patch25 -p1 -b .xioerror-unknown-display
|
||||
%patch26 -p1 -b .libs
|
||||
%patch27 -p1 -b .title-click
|
||||
%patch28 -p1 -b .grab-tracking
|
||||
|
||||
%patch30 -p1 -b .window-icon
|
||||
cp %{SOURCE1} %{SOURCE2} src/
|
||||
@ -233,6 +240,11 @@ fi
|
||||
%{_mandir}/man1/metacity-window-demo.1.gz
|
||||
|
||||
%changelog
|
||||
* Wed Jun 9 2010 Owen Taylor <otaylor@redhat.com> - 2.30.0-4
|
||||
- Add a patch to fix confusion between windows (rhbz #533066)
|
||||
- Add additional tweeks no_focus_windows and new_windows_always_on_top
|
||||
preferences (gnome bz 599248, gnome bz 599261)
|
||||
|
||||
* Tue Apr 20 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-3
|
||||
- Include the default window icon
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user