diff --git a/control-center.spec b/control-center.spec index 8602cf3..e24a6ea 100644 --- a/control-center.spec +++ b/control-center.spec @@ -24,7 +24,7 @@ Summary: Utilities to configure the GNOME desktop Name: control-center Version: 2.28.0 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: User Interface/Desktops @@ -89,7 +89,6 @@ Requires: libXrandr >= %{libXrandr_version} # for /usr/share/pkgconfig Requires: pkgconfig -BuildRequires: autoconf automake libtool BuildRequires: pango-devel BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gtk2-devel >= %{gtk2_version} @@ -130,6 +129,7 @@ BuildRequires: dbus-glib-devel >= 0.70 BuildRequires: scrollkeeper BuildRequires: libcanberra-devel BuildRequires: unique-devel +BuildRequires: gnome-common Requires(preun): GConf2 Requires(pre): GConf2 @@ -184,7 +184,6 @@ for the GNOME desktop. %prep %setup -q -n gnome-control-center-%{version} -%patch3 -p1 -b .no-gnome-common %patch10 -p0 -b .pam-fprintd %patch22 -p0 -b .slab-icon-names %patch30 -p1 -b .default-layout-toggle @@ -194,14 +193,12 @@ for the GNOME desktop. # vendor configuration patches %patch95 -p1 -b .passwd -#%patch96 -p1 -b .gecos +##%patch96 -p1 -b .gecos %patch99 -p1 -b .default-apps %patch100 -p1 -b .common-tasks %patch7 -p1 -b .make-default -#autoreconf -f -i - %build # Work-around http://bugzilla.gnome.org/show_bug.cgi?id=427939 @@ -380,6 +377,9 @@ fi %changelog +* Thu Sep 24 2009 Matthias Clasen 2.28.0-2 +- Fix appearance capplet tabs + * Tue Sep 22 2009 Matthias Clasen 2.28.0-1 - Update to 2.28.0 diff --git a/no-tweaks.patch b/no-tweaks.patch index 58684bb..1a8b624 100644 --- a/no-tweaks.patch +++ b/no-tweaks.patch @@ -1,6 +1,6 @@ diff -up gnome-control-center-2.28.0/capplets/appearance/appearance-main.c.no-tweaks gnome-control-center-2.28.0/capplets/appearance/appearance-main.c --- gnome-control-center-2.28.0/capplets/appearance/appearance-main.c.no-tweaks 2009-08-24 06:54:41.000000000 -0400 -+++ gnome-control-center-2.28.0/capplets/appearance/appearance-main.c 2009-09-23 16:46:07.350650695 -0400 ++++ gnome-control-center-2.28.0/capplets/appearance/appearance-main.c 2009-09-24 16:43:11.954319878 -0400 @@ -165,7 +165,6 @@ main (int argc, char **argv) desktop_init (data, (const gchar **) wallpaper_files); g_strfreev (wallpaper_files); @@ -10,9 +10,17 @@ diff -up gnome-control-center-2.28.0/capplets/appearance/appearance-main.c.no-tw /* prepare the main window */ w = appearance_capplet_get_widget (data, "appearance_window"); diff -up gnome-control-center-2.28.0/capplets/appearance/data/appearance.ui.no-tweaks gnome-control-center-2.28.0/capplets/appearance/data/appearance.ui ---- gnome-control-center-2.28.0/capplets/appearance/data/appearance.ui.no-tweaks 2009-09-23 16:46:29.131395991 -0400 -+++ gnome-control-center-2.28.0/capplets/appearance/data/appearance.ui 2009-09-23 16:46:41.859650290 -0400 -@@ -1549,359 +1549,6 @@ +--- gnome-control-center-2.28.0/capplets/appearance/data/appearance.ui.no-tweaks 2009-09-21 06:44:55.000000000 -0400 ++++ gnome-control-center-2.28.0/capplets/appearance/data/appearance.ui 2009-09-24 16:45:09.691322901 -0400 +@@ -745,6 +745,7 @@ + True + False + True ++ True + False + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + True +@@ -1549,370 +1550,6 @@ False @@ -369,12 +377,23 @@ diff -up gnome-control-center-2.28.0/capplets/appearance/data/appearance.ui.no-t - 3 - - - - - True +- +- +- True +- GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK +- Interface +- +- +- 3 +- False +- +- + + + 1 diff -up gnome-control-center-2.28.0/capplets/appearance/Makefile.am.no-tweaks gnome-control-center-2.28.0/capplets/appearance/Makefile.am --- gnome-control-center-2.28.0/capplets/appearance/Makefile.am.no-tweaks 2009-07-16 10:33:13.000000000 -0400 -+++ gnome-control-center-2.28.0/capplets/appearance/Makefile.am 2009-09-23 16:46:14.108648780 -0400 ++++ gnome-control-center-2.28.0/capplets/appearance/Makefile.am 2009-09-24 16:43:11.961075277 -0400 @@ -16,8 +16,6 @@ gnome_appearance_properties_SOURCES = \ appearance-themes.h \ appearance-style.c \