diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-15 18:26:02 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-15 20:05:26 +0200 |
commit | 681f5ae97cce21487b459b625ab40be58faa3411 (patch) | |
tree | a5a90f5976e840f67cd8013d549beb944c08e0b4 /lxde-base/lxpanel | |
parent | dev-ruby/pg: remove unused patch(es) (diff) | |
download | gentoo-681f5ae97cce21487b459b625ab40be58faa3411.tar.gz gentoo-681f5ae97cce21487b459b625ab40be58faa3411.tar.bz2 gentoo-681f5ae97cce21487b459b625ab40be58faa3411.zip |
lxde-base/lxpanel: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/20396
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'lxde-base/lxpanel')
-rw-r--r-- | lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch b/lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch deleted file mode 100644 index 7f52fb022e14..000000000000 --- a/lxde-base/lxpanel/files/lxpanel-remove-gdk-pixbuf-xlib.patch +++ /dev/null @@ -1,26 +0,0 @@ -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 <gdk-pixbuf/gdk-pixbuf.h> --#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h> - #include <gdk/gdk.h> - #include <glib/gi18n.h> ---- 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 <gdk-pixbuf/gdk-pixbuf.h> --#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h> - #include <gdk/gdk.h> - #include <glib/gi18n.h> ---- 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 <gdk-pixbuf/gdk-pixbuf.h> --#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h> - #include <gdk/gdk.h> - #include <string.h> |