From e5fb3872b1d4ef3639f07348e9a1e970c573f439 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Sun, 27 Nov 2016 11:30:09 +0100 Subject: gnome-extra/gnome-do: remove unused patches. Closes: https://github.com/gentoo/gentoo/pull/2929 Signed-off-by: Patrice Clement --- .../gnome-do/files/gnome-do-0.8.3.1-gtk-2.22.patch | 17 ------ .../gnome-do/files/gnome-do-0.8.3.1-mono-2.8.patch | 70 ---------------------- .../gnome-do/files/gnome-do-0.8.4-mono-2.8.patch | 48 --------------- .../gnome-do/files/gnome-do-0.8.5-glib-2.32.patch | 16 ----- 4 files changed, 151 deletions(-) delete mode 100644 gnome-extra/gnome-do/files/gnome-do-0.8.3.1-gtk-2.22.patch delete mode 100644 gnome-extra/gnome-do/files/gnome-do-0.8.3.1-mono-2.8.patch delete mode 100644 gnome-extra/gnome-do/files/gnome-do-0.8.4-mono-2.8.patch delete mode 100644 gnome-extra/gnome-do/files/gnome-do-0.8.5-glib-2.32.patch (limited to 'gnome-extra') diff --git a/gnome-extra/gnome-do/files/gnome-do-0.8.3.1-gtk-2.22.patch b/gnome-extra/gnome-do/files/gnome-do-0.8.3.1-gtk-2.22.patch deleted file mode 100644 index 02d973aa1e3a..000000000000 --- a/gnome-extra/gnome-do/files/gnome-do-0.8.3.1-gtk-2.22.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=346123 - -Removes depracted use of gdk_display. - -=== modified file 'libdo/keybinder.c' ---- libdo/keybinder.c 2009-07-23 07:17:00 +0000 -+++ libdo/keybinder.c 2010-11-09 10:45:25 +0000 -@@ -319,7 +319,7 @@ - XModifierKeymap *mod_keymap; - gboolean retval = FALSE; - -- mod_keymap = XGetModifierMapping (gdk_display); -+ mod_keymap = XGetModifierMapping (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ())); - - map_size = 8 * mod_keymap->max_keypermod; - - diff --git a/gnome-extra/gnome-do/files/gnome-do-0.8.3.1-mono-2.8.patch b/gnome-extra/gnome-do/files/gnome-do-0.8.3.1-mono-2.8.patch deleted file mode 100644 index 2e492a87edde..000000000000 --- a/gnome-extra/gnome-do/files/gnome-do-0.8.3.1-mono-2.8.patch +++ /dev/null @@ -1,70 +0,0 @@ -https://bugs.launchpad.net/do/+bug/634556 -https://bugs.launchpad.net/do/+bug/634550 - -Patches by Andrew Jorgensen - ---- Do.Interface.Linux.Docky/src/Docky.Interface/TextRenderContext.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do.Interface.Linux.Docky/src/Docky.Interface/TextRenderContext.cs 2010-09-01 13:11:53.000000000 -0600 -@@ -45,12 +45,12 @@ - - public TextRenderContext (Cairo.Context cr, string text, int width) - { -- Context = cr; -- Text = text; -- Alignment = Alignment.Left; -- MaximumWidth = width; -- WrapMode = WrapMode.WordChar; -- EllipsizeMode = EllipsizeMode.End; -+ this.Context = cr; -+ this.Text = text; -+ this.Alignment = Alignment.Left; -+ this.MaximumWidth = width; -+ this.WrapMode = WrapMode.WordChar; -+ this.EllipsizeMode = EllipsizeMode.End; - } - } - } ---- Do/gtk-gui/Do.UI.ColorConfigurationWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.ColorConfigurationWidget.cs 2010-09-01 13:58:26.000000000 -0600 -@@ -57,7 +57,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.ColorConfigurationWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.ColorConfigurationWidget"; -+ base.Name = "Do.UI.ColorConfigurationWidget"; - // Container child Do.UI.ColorConfigurationWidget.Gtk.Container+ContainerChild - this.vbox2 = new Gtk.VBox(); - this.vbox2.Name = "vbox2"; ---- Do/gtk-gui/Do.UI.GeneralPreferencesWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.GeneralPreferencesWidget.cs 2010-09-01 13:58:43.000000000 -0600 -@@ -33,7 +33,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.GeneralPreferencesWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.GeneralPreferencesWidget"; -+ base.Name = "Do.UI.GeneralPreferencesWidget"; - // Container child Do.UI.GeneralPreferencesWidget.Gtk.Container+ContainerChild - this.alignment4 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F); - this.alignment4.Name = "alignment4"; ---- Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs 2010-09-01 13:59:08.000000000 -0600 -@@ -27,7 +27,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.KeybindingsPreferencesWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.KeybindingsPreferencesWidget"; -+ base.Name = "Do.UI.KeybindingsPreferencesWidget"; - // Container child Do.UI.KeybindingsPreferencesWidget.Gtk.Container+ContainerChild - this.vbox2 = new Gtk.VBox(); - this.vbox2.Name = "vbox2"; ---- Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs 2010-09-01 13:59:19.000000000 -0600 -@@ -43,7 +43,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.ManagePluginsPreferencesWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.ManagePluginsPreferencesWidget"; -+ base.Name = "Do.UI.ManagePluginsPreferencesWidget"; - // Container child Do.UI.ManagePluginsPreferencesWidget.Gtk.Container+ContainerChild - this.vbox3 = new Gtk.VBox(); - this.vbox3.Name = "vbox3"; diff --git a/gnome-extra/gnome-do/files/gnome-do-0.8.4-mono-2.8.patch b/gnome-extra/gnome-do/files/gnome-do-0.8.4-mono-2.8.patch deleted file mode 100644 index 4054ae99ba18..000000000000 --- a/gnome-extra/gnome-do/files/gnome-do-0.8.4-mono-2.8.patch +++ /dev/null @@ -1,48 +0,0 @@ -https://bugs.launchpad.net/do/+bug/634550 - -Patches by Andrew Jorgensen - ---- Do/gtk-gui/Do.UI.ColorConfigurationWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.ColorConfigurationWidget.cs 2010-09-01 13:58:26.000000000 -0600 -@@ -57,7 +57,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.ColorConfigurationWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.ColorConfigurationWidget"; -+ base.Name = "Do.UI.ColorConfigurationWidget"; - // Container child Do.UI.ColorConfigurationWidget.Gtk.Container+ContainerChild - this.vbox2 = new Gtk.VBox(); - this.vbox2.Name = "vbox2"; ---- Do/gtk-gui/Do.UI.GeneralPreferencesWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.GeneralPreferencesWidget.cs 2010-09-01 13:58:43.000000000 -0600 -@@ -33,7 +33,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.GeneralPreferencesWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.GeneralPreferencesWidget"; -+ base.Name = "Do.UI.GeneralPreferencesWidget"; - // Container child Do.UI.GeneralPreferencesWidget.Gtk.Container+ContainerChild - this.alignment4 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F); - this.alignment4.Name = "alignment4"; ---- Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs 2010-09-01 13:59:08.000000000 -0600 -@@ -27,7 +27,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.KeybindingsPreferencesWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.KeybindingsPreferencesWidget"; -+ base.Name = "Do.UI.KeybindingsPreferencesWidget"; - // Container child Do.UI.KeybindingsPreferencesWidget.Gtk.Container+ContainerChild - this.vbox2 = new Gtk.VBox(); - this.vbox2.Name = "vbox2"; ---- Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs 2009-06-28 18:19:29.000000000 -0600 -+++ Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs 2010-09-01 13:59:19.000000000 -0600 -@@ -43,7 +43,7 @@ - Stetic.Gui.Initialize(this); - // Widget Do.UI.ManagePluginsPreferencesWidget - Stetic.BinContainer.Attach(this); -- this.Name = "Do.UI.ManagePluginsPreferencesWidget"; -+ base.Name = "Do.UI.ManagePluginsPreferencesWidget"; - // Container child Do.UI.ManagePluginsPreferencesWidget.Gtk.Container+ContainerChild - this.vbox3 = new Gtk.VBox(); - this.vbox3.Name = "vbox3"; diff --git a/gnome-extra/gnome-do/files/gnome-do-0.8.5-glib-2.32.patch b/gnome-extra/gnome-do/files/gnome-do-0.8.5-glib-2.32.patch deleted file mode 100644 index 88fc0c443e36..000000000000 --- a/gnome-extra/gnome-do/files/gnome-do-0.8.5-glib-2.32.patch +++ /dev/null @@ -1,16 +0,0 @@ - libdo/keybinder.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/libdo/keybinder.h b/libdo/keybinder.h -index 2a39958..da202e6 100644 ---- a/libdo/keybinder.h -+++ b/libdo/keybinder.h -@@ -24,7 +24,7 @@ - #ifndef __DO_KEY_BINDER_H__ - #define __DO_KEY_BINDER_H__ - --#include -+#include - - G_BEGIN_DECLS - -- cgit v1.2.3-65-gdbad