[Midnightbsd-cvs] mports: gtk20/files: oops

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 18 00:44:14 EDT 2009


Log Message:
-----------
oops

Added Files:
-----------
    mports/x11-toolkits/gtk20/files:
        patch-gtk-561583 (r1.1)
        patch-gtk_gtksignal.h (r1.1)
        patch-gtk_updateiconcache.c (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c
@@ -0,0 +1,11 @@
+--- gtk/updateiconcache.c.orig	2008-02-16 11:33:25.000000000 -0500
++++ gtk/updateiconcache.c	2008-02-16 11:33:33.000000000 -0500
+@@ -1477,7 +1477,7 @@ build_cache (const gchar *path)
+   if (!validate_file (tmp_cache_path))
+     {
+       g_printerr (_("The generated cache was invalid.\n"));
+-      //g_unlink (tmp_cache_path);
++      g_unlink (tmp_cache_path);
+       exit (1);
+     }
+ 
--- /dev/null
+++ x11-toolkits/gtk20/files/patch-gtk-561583
@@ -0,0 +1,16 @@
+--- gdk/x11/gdkscreen-x11.orig	2009-02-18 15:29:15.000000000 -0500
++++ gdk/x11/gdkscreen-x11.c	2009-02-18 15:30:03.000000000 -0500
+@@ -915,11 +915,12 @@
+     return;
+ #endif
+ 
++  _gdk_x11_screen_process_monitors_change (screen);
++
+   if (width == gdk_screen_get_width (screen) && 
+       height == gdk_screen_get_height (screen))
+     return;
+ 
+-  _gdk_x11_screen_process_monitors_change (screen);
+   g_signal_emit_by_name (screen, "size_changed");
+ }
+ 
--- /dev/null
+++ x11-toolkits/gtk20/files/patch-gtk_gtksignal.h
@@ -0,0 +1,13 @@
+--- gtk/gtksignal.h.orig	2008-06-12 01:40:59.000000000 -0400
++++ gtk/gtksignal.h	2008-06-11 18:21:47.000000000 -0400
+@@ -29,7 +29,9 @@
+ #ifndef __GTK_SIGNAL_H__
+ #define __GTK_SIGNAL_H__
+ 
+-#include <gtk/gtk.h>
++#include <gtk/gtkenums.h>
++#include <gtk/gtktypeutils.h>
++#include <gtk/gtkobject.h>
+ #include <gtk/gtkmarshal.h>
+ 
+ G_BEGIN_DECLS


More information about the Midnightbsd-cvs mailing list