[35153] trunk/dports/gnome/gail

gui_dos at macports.org gui_dos at macports.org
Tue Mar 18 10:10:00 PDT 2008


Revision: 35153
          http://trac.macosforge.org/projects/macports/changeset/35153
Author:   gui_dos at macports.org
Date:     2008-03-18 10:09:58 -0700 (Tue, 18 Mar 2008)

Log Message:
-----------
gail: remove the first two patches applied upstream:
http://svn.gnome.org/viewvc/gail/trunk/gail/gailtreeview.c?r1=1300&r2=1308
http://svn.gnome.org/viewvc/gail/trunk/gail/gailwidget.c?r1=1272&r2=1308

Modified Paths:
--------------
    trunk/dports/gnome/gail/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gail/files/patch-gail-gailwindow.c.diff

Removed Paths:
-------------
    trunk/dports/gnome/gail/files/patch-quartz-support.diff

Modified: trunk/dports/gnome/gail/Portfile
===================================================================
--- trunk/dports/gnome/gail/Portfile	2008-03-18 16:43:18 UTC (rev 35152)
+++ trunk/dports/gnome/gail/Portfile	2008-03-18 17:09:58 UTC (rev 35153)
@@ -34,7 +34,7 @@
 configure.cppflags-append   -L${prefix}/lib
 
 variant quartz description {Enable Quartz support} {
-    patchfiles-append   patch-quartz-support.diff
+    patchfiles-append   patch-gail-gailwindow.c.diff
 }
 
 livecheck.check regex

Added: trunk/dports/gnome/gail/files/patch-gail-gailwindow.c.diff
===================================================================
--- trunk/dports/gnome/gail/files/patch-gail-gailwindow.c.diff	                        (rev 0)
+++ trunk/dports/gnome/gail/files/patch-gail-gailwindow.c.diff	2008-03-18 17:09:58 UTC (rev 35153)
@@ -0,0 +1,11 @@
+--- gail/gailwindow.c.orig	2007-12-17 17:33:41.000000000 +0100
++++ gail/gailwindow.c	2008-03-18 17:31:00.000000000 +0100
+@@ -1071,7 +1071,7 @@
+   return get_window_zorder (widget->window);
+ }
+ 
+-#elif defined (GDK_WINDOWING_WIN32)
++#elif defined (GDK_WINDOWING_WIN32) || defined (GDK_WINDOWING_QUARTZ)
+ 
+ static gint
+ gail_window_get_mdi_zorder (AtkComponent *component)

Deleted: trunk/dports/gnome/gail/files/patch-quartz-support.diff
===================================================================
--- trunk/dports/gnome/gail/files/patch-quartz-support.diff	2008-03-18 16:43:18 UTC (rev 35152)
+++ trunk/dports/gnome/gail/files/patch-quartz-support.diff	2008-03-18 17:09:58 UTC (rev 35153)
@@ -1,49 +0,0 @@
---- gail/gailtreeview.c.orig	2007-10-05 23:23:28.000000000 -0400
-+++ gail/gailtreeview.c	2007-10-05 23:23:51.000000000 -0400
-@@ -19,7 +19,6 @@
- 
- #include <string.h>
- #include <gtk/gtk.h>
--#include <gdk/gdkx.h>
- #include <gtk/gtktreeviewcolumn.h>
- #include "gailtreeview.h"
- #include "gailrenderercell.h"
-@@ -2228,7 +2227,7 @@
-       gtk_widget_grab_focus (widget);
-       toplevel = gtk_widget_get_toplevel (widget);
-       if (GTK_WIDGET_TOPLEVEL (toplevel))
--        gtk_window_present_with_time (GTK_WINDOW (toplevel), gdk_x11_get_server_time (widget->window));
-+        gtk_window_present (GTK_WINDOW (toplevel));
- 
-       return TRUE;
-     }
---- gail/gailwidget.c.orig	2007-10-05 23:43:43.000000000 -0400
-+++ gail/gailwidget.c	2007-10-05 23:43:58.000000000 -0400
-@@ -19,7 +19,6 @@
- 
- #include <string.h>
- #include <gtk/gtk.h>
--#include <gdk/gdkx.h>
- #include "gailwidget.h"
- #include "gailnotebookpage.h"
- #include "gail-private-macros.h"
-@@ -772,7 +771,7 @@
-       gtk_widget_grab_focus (widget);
-       toplevel = gtk_widget_get_toplevel (widget);
-       if (GTK_WIDGET_TOPLEVEL (toplevel))
--        gtk_window_present_with_time (GTK_WINDOW (toplevel), gdk_x11_get_server_time (widget->window));
-+        gtk_window_present (GTK_WINDOW (toplevel));
-       return TRUE;
-     }
-   else
---- gail/gailwindow.c.orig	2007-10-05 23:48:16.000000000 -0400
-+++ gail/gailwindow.c	2007-10-05 23:49:10.000000000 -0400
-@@ -1051,7 +1051,7 @@
-   return get_window_zorder (widget->window);
- }
- 
--#elif defined (GDK_WINDOWING_WIN32)
-+#elif defined (GDK_WINDOWING_WIN32) || defined (GDK_WINDOWING_QUARTZ)
- 
- static gint
- gail_window_get_mdi_zorder (AtkComponent *component)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080318/82e91a30/attachment.html 


More information about the macports-changes mailing list