commit:     ed386bd733cbc0c2be46b441a89868444536d171
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jan  6 10:32:07 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 12:06:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed386bd7

dev-libs/libdbusmenu: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10751
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../libdbusmenu-12.10.2-gtk2-signal-fix.patch      | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git 
a/dev-libs/libdbusmenu/files/libdbusmenu-12.10.2-gtk2-signal-fix.patch 
b/dev-libs/libdbusmenu/files/libdbusmenu-12.10.2-gtk2-signal-fix.patch
deleted file mode 100644
index 6d270f1370b..00000000000
--- a/dev-libs/libdbusmenu/files/libdbusmenu-12.10.2-gtk2-signal-fix.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-=== modified file 'libdbusmenu-gtk/parser.c'
---- libdbusmenu-gtk/parser.c   2013-06-18 19:59:44 +0000
-+++ libdbusmenu-gtk/parser.c   2013-11-03 02:46:23 +0000
-@@ -97,9 +97,7 @@
-                                                 gpointer            data);
- static void           item_inserted_cb         (GtkContainer *      menu,
-                                                 GtkWidget *         widget,
--#ifdef HAVE_GTK3
-                                                 gint                position,
--#endif
-                                                 gpointer            data);
- static void           item_removed_cb          (GtkContainer *      menu,
-                                                 GtkWidget *         widget,
-@@ -431,11 +429,7 @@
- 
-       pdata->shell = menu;
-       pdata->item_inserted_handler_id = g_signal_connect (G_OBJECT (menu),
--#ifdef HAVE_GTK3
-                           "insert",
--#else
--                          "child-added",
--#endif
-                         G_CALLBACK (item_inserted_cb),
-                         mi);
-       pdata->item_removed_handler_id = g_signal_connect (G_OBJECT (menu),
-@@ -1394,9 +1388,7 @@
- static void
- item_inserted_cb (GtkContainer *menu,
-                   GtkWidget    *widget,
--#ifdef HAVE_GTK3
-                   gint          position,
--#endif
-                   gpointer      data)
- {
-       DbusmenuMenuitem *menuitem = (DbusmenuMenuitem *)data;
-

Reply via email to