summaryrefslogtreecommitdiffstats
path: root/metacity.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2008-02-03 06:28:38 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2008-02-03 06:28:38 +0000
commit7275b1bccfce2c59c7710b4d0774d64d7fc1ef5c (patch)
tree823efdeac2b015ad8295cf24ab0be3c316ba0a66 /metacity.spec
parentc659e03ad255e9d500f75756fde76a174fa63d90 (diff)
downloadmetacity-7275b1bccfce2c59c7710b4d0774d64d7fc1ef5c.tar.gz
metacity-7275b1bccfce2c59c7710b4d0774d64d7fc1ef5c.tar.xz
metacity-7275b1bccfce2c59c7710b4d0774d64d7fc1ef5c.zip
Make skip-taskbar windows appear in the ctrl-alt-tab listmetacity-2_21_5-3_fc9
Diffstat (limited to 'metacity.spec')
-rw-r--r--metacity.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/metacity.spec b/metacity.spec
index 17da321..a6af625 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -7,12 +7,14 @@
Summary: Metacity window manager
Name: metacity
Version: %{metacity_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: http://download.gnome.org/sources/metacity/
Source0: http://download.gnome.org/sources/metacity/2.21/%{metacity_filename}.tar.bz2
Patch0: default-theme.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=482354
Patch1: metacity-2.20.1-dont-move-windows.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=106249
+Patch2: skip-taskbar-tab.patch
License: GPLv2+
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -68,6 +70,7 @@ API. This package exists purely for technical reasons.
%setup -q -n %{metacity_filename}
%patch0 -p1 -b .default-theme
%patch1 -p1 -b .dont-move-windows
+%patch2 -p1 -b .skip-taskbar-tab
%build
rm -rf $RPM_BUILD_ROOT
@@ -154,6 +157,9 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Sun Feb 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-3
+- Make skip-taskbar windows appear in the ctrl-alt-tab list
+
* Thu Dec 20 2007 Colin Walters <walters@redhat.com> - 2.21.5-2
- Add patch for avoiding moving windows across workspaces
This makes clicking on links in firefox do what you want.