|
@@ -4,7 +4,7 @@ Summary: Metacity window manager
|
|
|
Summary(ja): Metacity ウインドウマネージャ
|
|
|
Name: metacity
|
|
|
Version: 2.34.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
|
|
License: GPL
|
|
|
Group: User Interface/Desktops
|
|
@@ -29,6 +29,9 @@ Patch10: metacity-2.30.3-enable-compositing-manager.patch
|
|
|
# change deafult (revert to 2.30 default)
|
|
|
Patch11: metacity-2.34.0-revert-default-setting.patch
|
|
|
|
|
|
+# revert patch to work with compiz
|
|
|
+# http://git.gnome.org/browse/metacity/commit/?id=6a52883c2b670ad645257373515d1e704408b93d
|
|
|
+Patch20: metacity-2.34.0-revert-6a5288.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: gtk2-devel >= 2.20
|
|
@@ -80,6 +83,8 @@ API. This package exists purely for technical reasons.
|
|
|
%patch10 -p1 -b .enable-compositing-manager
|
|
|
%patch11 -p1 -b .revert-default-settings
|
|
|
|
|
|
+%patch20 -p1 -b .revert-6a5288
|
|
|
+
|
|
|
cp -a %{SOURCE20} po/ja.po
|
|
|
|
|
|
%build
|
|
@@ -142,6 +147,10 @@ done
|
|
|
%{_mandir}/man1/metacity-window-demo.1.gz
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-3
|
|
|
+- add patch20 (revert patch)
|
|
|
+ - this commit breaks compiz window decoration.
|
|
|
+
|
|
|
* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-2
|
|
|
- update ja.po from git
|
|
|
|