- Add patch to fix focus of keep-above windows
http://bugzilla.gnome.org/show_bug.cgi?id=519188
This commit is contained in:
parent
8b03e67982
commit
ab5f0a00b3
@ -1,7 +1,7 @@
|
|||||||
Summary: Metacity window manager
|
Summary: Metacity window manager
|
||||||
Name: metacity
|
Name: metacity
|
||||||
Version: 2.22.0
|
Version: 2.22.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://download.gnome.org/sources/metacity/
|
URL: http://download.gnome.org/sources/metacity/
|
||||||
Source0: http://download.gnome.org/sources/metacity/2.22/metacity-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/metacity/2.22/metacity-%{version}.tar.bz2
|
||||||
Patch0: default-theme.patch
|
Patch0: default-theme.patch
|
||||||
@ -9,6 +9,8 @@ Patch0: default-theme.patch
|
|||||||
Patch2: skip-taskbar-tab.patch
|
Patch2: skip-taskbar-tab.patch
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=482354
|
# http://bugzilla.gnome.org/show_bug.cgi?id=482354
|
||||||
Patch3: metacity-2.21.13-dont-move-windows.patch
|
Patch3: metacity-2.21.13-dont-move-windows.patch
|
||||||
|
# http://bugzilla.gnome.org/show_bug.cgi?id=519188
|
||||||
|
Patch4: metacity-2.22.0-keepabove.patch
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -65,6 +67,7 @@ API. This package exists purely for technical reasons.
|
|||||||
%patch0 -p1 -b .default-theme
|
%patch0 -p1 -b .default-theme
|
||||||
%patch2 -p1 -b .skip-taskbar-tab
|
%patch2 -p1 -b .skip-taskbar-tab
|
||||||
%patch3 -p0 -b .dont-move-windows
|
%patch3 -p0 -b .dont-move-windows
|
||||||
|
%patch4 -p0 -b .keepabove
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -151,6 +154,10 @@ fi
|
|||||||
%{_mandir}/man1/metacity-window-demo.1.gz
|
%{_mandir}/man1/metacity-window-demo.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 12 2008 Marco Pesenti Gritti <mpg@redhat.com> - 2.22.0-2
|
||||||
|
- Add patch to fix focus of keep-above windows
|
||||||
|
http://bugzilla.gnome.org/show_bug.cgi?id=519188
|
||||||
|
|
||||||
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
||||||
- Update to 2.22.0
|
- Update to 2.22.0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user