diff options
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/fbpanel-7.0-r2.ebuild | 1 | ||||
-rw-r--r-- | x11-misc/fbpanel/files/fbpanel-7.0-remove-gdk-pixbuf-xlib.h.patch | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild b/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild index ddb2acb616cb..b108230e45fc 100644 --- a/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild +++ b/x11-misc/fbpanel/fbpanel-7.0-r2.ebuild @@ -36,6 +36,7 @@ PATCHES=( "${FILESDIR}"/${PN}-7.0-fno-common.patch "${FILESDIR}"/${PN}-7.0-images.patch "${FILESDIR}"/${PN}-7.0-python3-shebangs.patch + "${FILESDIR}"/${PN}-7.0-remove-gdk-pixbuf-xlib.h.patch ) src_prepare() { diff --git a/x11-misc/fbpanel/files/fbpanel-7.0-remove-gdk-pixbuf-xlib.h.patch b/x11-misc/fbpanel/files/fbpanel-7.0-remove-gdk-pixbuf-xlib.h.patch new file mode 100644 index 000000000000..b2a0375bbb11 --- /dev/null +++ b/x11-misc/fbpanel/files/fbpanel-7.0-remove-gdk-pixbuf-xlib.h.patch @@ -0,0 +1,26 @@ +https://bugs.gentoo.org/753908 + +--- a/panel/plugin.c 2015-12-05 01:34:19.000000000 -0500 ++++ b/panel/plugin.c 2020-11-10 13:35:27.794816516 -0500 +@@ -3,5 +3,4 @@ + + #include <gdk-pixbuf/gdk-pixbuf.h> +-#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h> + #include <gdk/gdk.h> + #include <string.h> +--- a/plugins/icons/icons.c 2015-12-05 01:34:19.000000000 -0500 ++++ b/plugins/icons/icons.c 2020-11-10 13:35:49.852850997 -0500 +@@ -9,5 +9,4 @@ + + #include <gdk-pixbuf/gdk-pixbuf.h> +-#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h> + #include <gdk/gdk.h> + +--- a/plugins/taskbar/taskbar.c 2015-12-05 01:34:19.000000000 -0500 ++++ b/plugins/taskbar/taskbar.c 2020-11-10 13:35:35.950782862 -0500 +@@ -9,5 +9,4 @@ + + #include <gdk-pixbuf/gdk-pixbuf.h> +-#include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h> + #include <gdk/gdk.h> + |