summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2009-02-19 06:01:18 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2009-02-19 06:01:18 +0000
commitb37c33798a38d433de5d8d769d252dad7d6a7e29 (patch)
tree5f4c8485d7a3f8836f79be937e33d824f52f1895
parent3176d3f333cb1b220ad936d83de52b784676fbf1 (diff)
downloadgnome-applets-b37c33798a38d433de5d8d769d252dad7d6a7e29.tar.gz
gnome-applets-b37c33798a38d433de5d8d769d252dad7d6a7e29.tar.xz
gnome-applets-b37c33798a38d433de5d8d769d252dad7d6a7e29.zip
make it build
-rw-r--r--gnome-applets-resizeable.patch12
-rw-r--r--gnome-applets.spec8
2 files changed, 18 insertions, 2 deletions
diff --git a/gnome-applets-resizeable.patch b/gnome-applets-resizeable.patch
new file mode 100644
index 0000000..b991070
--- /dev/null
+++ b/gnome-applets-resizeable.patch
@@ -0,0 +1,12 @@
+diff -up gnome-applets-2.25.91/mini-commander/src/command_line.c.resizeable gnome-applets-2.25.91/mini-commander/src/command_line.c
+--- gnome-applets-2.25.91/mini-commander/src/command_line.c.resizeable 2009-02-19 00:56:37.413737002 -0500
++++ gnome-applets-2.25.91/mini-commander/src/command_line.c 2009-02-19 00:56:46.276738256 -0500
+@@ -312,7 +312,7 @@ mc_show_history (GtkWidget *widget,
+ window = gtk_window_new(GTK_WINDOW_POPUP);
+ gtk_window_set_screen (GTK_WINDOW (window),
+ gtk_widget_get_screen (GTK_WIDGET (mc->applet)));
+- gtk_window_set_resizeable(GTK_WINDOW(window), FALSE);
++ gtk_window_set_resizable(GTK_WINDOW(window), FALSE);
+ gtk_window_set_type_hint(GTK_WINDOW(window), GDK_WINDOW_TYPE_HINT_COMBO);
+ /* cb */
+ g_signal_connect_after(GTK_OBJECT(window),
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 18ef601..d60a927 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -35,7 +35,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.25.91
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 1
License: GPLv2+ and GFDL
Group: User Interface/Desktops
@@ -61,6 +61,9 @@ Patch40: gnome-applets-null-battstat.patch
# and keep the mixer hidden away from the add to panel dialog
Patch41: gnome-applets-no-mixer-icon.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=572372
+Patch42: gnome-applets-resizeable.patch
+
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
@@ -144,6 +147,7 @@ and more.
%patch31 -p1 -b .fix-find
%patch40 -p1 -b .battstat-null
%patch41 -p1 -b .no-mixer-icon
+%patch42 -p1 -b .resizeable
# We don't ship gnome-system-tools
rm -rf modemlights
@@ -338,7 +342,7 @@ fi
%{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
%changelog
-* Thu Feb 19 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.91-1
+* Thu Feb 19 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.91-2
- Update to 2.25.91
* Fri Feb 6 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.90-3