diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2020-11-11 14:13:42 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-11 14:14:30 -0500 |
commit | 89f767ce51e8550a8dd8e88959f4b74d4d1ad6da (patch) | |
tree | 4a2396e54cfd043fd765820f024526748826b528 /x11-misc/fbpanel | |
parent | www-client/microsoft-edge-dev: bump to 88.0.692.0 (diff) | |
download | gentoo-89f767ce51e8550a8dd8e88959f4b74d4d1ad6da.tar.gz gentoo-89f767ce51e8550a8dd8e88959f4b74d4d1ad6da.tar.bz2 gentoo-89f767ce51e8550a8dd8e88959f4b74d4d1ad6da.zip |
x11-misc/fbpanel: Remove unnecessary gdk-pixbuf-xlib.h includes
Closes: https://bugs.gentoo.org/753908
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
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> + |