[139231] trunk/dports/net/pidgin

devans at macports.org devans at macports.org
Sat Aug 8 05:21:31 PDT 2015


Revision: 139231
          https://trac.macports.org/changeset/139231
Author:   devans at macports.org
Date:     2015-08-08 05:21:31 -0700 (Sat, 08 Aug 2015)
Log Message:
-----------
pidgin: apply patch to fix +quartz status icon update issue, increment revision (#28069).

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Added Paths:
-----------
    trunk/dports/net/pidgin/files/patch-pidgin-gtkdocklet-gtk.c.diff

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2015-08-08 03:56:59 UTC (rev 139230)
+++ trunk/dports/net/pidgin/Portfile	2015-08-08 12:21:31 UTC (rev 139231)
@@ -5,7 +5,7 @@
 
 name                pidgin
 version             2.10.11
-revision            2
+revision            3
 categories          net
 platforms           darwin
 license             GPL-2+
@@ -73,7 +73,8 @@
 }
 
 patchfiles          patch-configure.ac.diff \
-                    patch-libpurple-internal.h.diff
+                    patch-libpurple-internal.h.diff \
+                    patch-pidgin-gtkdocklet-gtk.c.diff
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 

Added: trunk/dports/net/pidgin/files/patch-pidgin-gtkdocklet-gtk.c.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-pidgin-gtkdocklet-gtk.c.diff	                        (rev 0)
+++ trunk/dports/net/pidgin/files/patch-pidgin-gtkdocklet-gtk.c.diff	2015-08-08 12:21:31 UTC (rev 139231)
@@ -0,0 +1,18 @@
+--- pidgin/gtkdocklet-gtk.c.orig	2012-04-30 16:27:39.000000000 +0300
++++ pidgin/gtkdocklet-gtk.c	2012-04-30 17:27:58.000000000 +0300
+@@ -47,7 +47,6 @@
+ static gboolean
+ docklet_gtk_embed_timeout_cb(gpointer data)
+ {
+-#if !GTK_CHECK_VERSION(2,12,0)
+ 	if (gtk_status_icon_is_embedded(docklet)) {
+ 		/* Older GTK+ (<2.12) don't implement the embedded signal, but the
+ 		   information is still accessable through the above function. */
+@@ -57,7 +56,6 @@
+ 		purple_prefs_set_bool(PIDGIN_PREFS_ROOT "/docklet/gtk/embedded", TRUE);
+ 	}
+ 	else
+-#endif
+ 	{
+ 		/* The docklet was not embedded within the timeout.
+ 		 * Remove it as a visibility manager, but leave the plugin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150808/92bcbcbd/attachment.html>


More information about the macports-changes mailing list