This commit is contained in:
Matthias Clasen 2007-07-24 02:36:02 +00:00
parent 40370253f4
commit 0b192930b9
4 changed files with 15 additions and 8 deletions

View File

@ -1 +1 @@
metacity-2.19.21.tar.bz2
metacity-2.19.34.tar.bz2

View File

@ -1,11 +1,15 @@
diff -up metacity-2.19.21/configure.in.keysdir metacity-2.19.21/configure.in
--- metacity-2.19.21/configure.in.keysdir 2007-06-10 23:34:39.000000000 -0400
+++ metacity-2.19.21/configure.in 2007-07-05 16:50:29.000000000 -0400
@@ -176,6 +176,9 @@ else
+++ metacity-2.19.21/configure.in 2007-07-09 11:08:26.000000000 -0400
@@ -176,6 +176,13 @@ else
AC_MSG_ERROR("Pango 1.2.0 or greater based on Xft2 is required")
fi
+GNOME_KEYBINDINGS_KEYSDIR=$($PKG_CONFIG --variable keysdir gnome-keybindings)
+if $PKG_CONFIG --exists gnome-keybindings; then
+ GNOME_KEYBINDINGS_KEYSDIR=$($PKG_CONFIG --variable keysdir gnome-keybindings)
+else
+ GNOME_KEYBINDINGS_KEYSDIR="${datadir}/gnome-control-center/keybindings"
+fi
+AC_SUBST(GNOME_KEYBINDINGS_KEYSDIR)
+
STARTUP_NOTIFICATION_VERSION=0.7
@ -13,7 +17,7 @@ diff -up metacity-2.19.21/configure.in.keysdir metacity-2.19.21/configure.in
if $PKG_CONFIG --atleast-version $STARTUP_NOTIFICATION_VERSION libstartup-notification-1.0; then
diff -up metacity-2.19.21/src/Makefile.am.keysdir metacity-2.19.21/src/Makefile.am
--- metacity-2.19.21/src/Makefile.am.keysdir 2007-04-05 14:45:12.000000000 -0400
+++ metacity-2.19.21/src/Makefile.am 2007-07-05 16:51:07.000000000 -0400
+++ metacity-2.19.21/src/Makefile.am 2007-07-09 11:06:41.000000000 -0400
@@ -163,7 +163,7 @@ schema_DATA = $(schema_in_files:.schemas
@INTLTOOL_XML_NOMERGE_RULE@

View File

@ -1,13 +1,13 @@
%define gettext_package metacity
%define metacity_version 2.19.21
%define metacity_version 2.19.34
%define metacity_filename metacity-%{metacity_version}
Summary: Metacity window manager
Name: metacity
Version: %{metacity_version}
Release: 3%{?dist}
Release: 1%{?dist}
URL: http://download.gnome.org/sources/metacity/
Source0: http://download.gnome.org/sources/metacity/2.19/%{metacity_filename}.tar.bz2
Patch0: keysdir.patch
@ -149,6 +149,9 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.34-1
- Update to 2.19.34
* Fri Jul 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.21-3
- Require control-center-filesystem

View File

@ -1 +1 @@
bed83833d0be0478dcaa240d48e480b4 metacity-2.19.21.tar.bz2
180f629ca3663be081ac492aab9cc699 metacity-2.19.34.tar.bz2