From f074ed72974ef67106b7aa7b720d2aa41dae98cb Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 11 Nov 2020 15:42:33 -0500 Subject: lxde-base/lxpanel: Remove unnecessary gdk-pixbuf-xlib.h includes Closes: https://bugs.gentoo.org/753923 Signed-off-by: Ionen Wolkens Signed-off-by: Matt Turner --- .../files/lxpanel-remove-gdk-pixbuf-xlib.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch (limited to 'lxde-base/lxpanel/files') diff --git a/lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch b/lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch new file mode 100644 index 000000000000..7f52fb022e14 --- /dev/null +++ b/lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch @@ -0,0 +1,26 @@ +https://bugs.gentoo.org/753923 + +--- a/plugins/launchtaskbar.c 2019-01-13 16:35:07.000000000 -0500 ++++ b/plugins/launchtaskbar.c 2020-11-10 14:25:51.550180345 -0500 +@@ -69,5 +69,4 @@ + + #include +-#include + #include + #include +--- a/plugins/task-button.c 2019-02-26 16:45:49.000000000 -0500 ++++ b/plugins/task-button.c 2020-11-10 14:25:44.858209009 -0500 +@@ -44,5 +44,4 @@ + + #include +-#include + #include + #include +--- a/src/plugin.c 2019-01-13 16:35:07.000000000 -0500 ++++ b/src/plugin.c 2020-11-10 14:25:38.820234868 -0500 +@@ -30,5 +30,4 @@ + + #include +-#include + #include + #include -- cgit v1.2.3-65-gdbad