diff --git a/button-images.patch b/button-images.patch new file mode 100644 index 0000000..6072c92 --- /dev/null +++ b/button-images.patch @@ -0,0 +1,88 @@ +--- totem-2.27.2/data/plugins.ui 2009-04-17 08:56:43.000000000 -0400 ++++ hacked/data/plugins.ui 2009-08-22 20:03:01.281431488 -0400 +@@ -3,6 +3,10 @@ + SYSTEM 'http://glade.gnome.org/glade-2.0.dtd'> + + ++ ++ gtk-preferences ++ 4 ++ + + True + False +@@ -378,71 +382,10 @@ + True + GTK_RELIEF_NORMAL + True ++ configure_button_image ++ C_onfigure... ++ True + +- +- +- +- True +- 0.5 +- 0.5 +- 0 +- 0 +- 0 +- 0 +- 0 +- 0 +- +- +- +- True +- False +- 2 +- +- +- +- True +- gtk-preferences +- 4 +- 0.5 +- 0.5 +- 0 +- 0 +- +- +- 0 +- False +- False +- +- +- +- +- +- True +- C_onfigure... +- True +- False +- GTK_JUSTIFY_LEFT +- False +- False +- 0.5 +- 0.5 +- 0 +- 0 +- PANGO_ELLIPSIZE_NONE +- -1 +- False +- 0 +- +- +- 0 +- False +- False +- +- +- +- +- +- + + + 0 diff --git a/totem.spec b/totem.spec index e55d19e..d343c96 100644 --- a/totem.spec +++ b/totem.spec @@ -6,13 +6,16 @@ Summary: Movie player for GNOME Name: totem Version: 2.27.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ with exceptions Group: Applications/Multimedia URL: http://projects.gnome.org/totem/ Source0: http://download.gnome.org/sources/totem/2.27/totem-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# http://bugzilla.gnome.org/show_bug.cgi?id=592760 +Patch0: button-images.patch + Requires(pre): GConf2 >= 2.14 Requires(preun): GConf2 >= 2.14 Requires(post): GConf2 >= 2.14 @@ -181,6 +184,7 @@ audio and video files in the properties dialog. %prep %setup -q +%patch0 -p1 -b .button-images %build @@ -193,7 +197,8 @@ export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins --enable-mozilla \ --enable-nautilus \ --disable-scrollkeeper \ - --disable-nvtv + --disable-nvtv \ + --disable-vala make %{?_smp_mflags} @@ -376,6 +381,9 @@ fi %{_libdir}/totem/plugins/publish %changelog +* Sat Aug 22 2009 Matthias Clasen - 2.27.2-6 +- Respect the button-images setting better + * Fri Aug 21 2009 Tomas Mraz - 2.27.2-5 - rebuilt with new openssl