From a89a7d131cadb115d8d66a4327ea1fc032948485 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Jul 2007 21:08:54 +0000 Subject: fix keybindings --- metacity.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'metacity.spec') diff --git a/metacity.spec b/metacity.spec index 2fc25f2..8cdbbcd 100644 --- a/metacity.spec +++ b/metacity.spec @@ -7,9 +7,10 @@ Summary: Metacity window manager Name: metacity Version: %{metacity_version} -Release: 1%{?dist} +Release: 2%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.19/%{metacity_filename}.tar.bz2 +Patch0: keysdir.patch License: GPL Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,6 +27,8 @@ BuildRequires: xorg-x11-proto-devel >= 7.0-13 BuildRequires: libSM-devel, libICE-devel, libX11-devel BuildRequires: libXext-devel, libXinerama-devel, libXrandr-devel, libXrender-devel BuildRequires: libXcursor-devel +# for gnome-keybindings.pc +BuildRequires: control-center >= 2.19.4 Requires: startup-notification >= 0.7 Requires: redhat-artwork >= 0.62 @@ -62,7 +65,7 @@ API. This package exists purely for technical reasons. %prep %setup -q -n %{metacity_filename} - +%patch0 -p1 -b .keysdir %build rm -rf $RPM_BUILD_ROOT @@ -133,7 +136,7 @@ fi %{_sysconfdir}/gconf/schemas/*.schemas %{_datadir}/metacity %{_datadir}/themes/* -%{_datadir}/control-center/keybindings/* +%{_datadir}/gnome-control-center/keybindings/* %{_libdir}/lib*.so.* %{_mandir}/man1/metacity.1.gz @@ -148,6 +151,9 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Thu Jul 5 2007 Matthias Clasen - 2.19.21-2 +- Fix keybindings + * Mon Jun 18 2007 Matthias Clasen - 2.19.21-1 - Update to 2.19.21 -- cgit