commit: 1652c80e6bddd588fe6dfb78e24766c49ae0322b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 20 16:19:00 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 20 16:42:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1652c80e
xfce-extra/xfce4-smartbookmark-plugin: Backport panel 4.15 buildfix Closes: https://bugs.gentoo.org/698118 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../xfce4-smartbookmark-plugin-0.5.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild index 9499b8c94ff..0210eef60a4 100644 --- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild +++ b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild @@ -24,6 +24,10 @@ DOCS=( AUTHORS ChangeLog NEWS README ) src_prepare() { # substitute default bugtracker sed -i -e '/bugs/s:bugs\.debian:bugs.gentoo:' src/smartbookmark.c || die + # fix build failure w/ xfce4-panel-4.15.0 + # https://git.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/commit/?id=856d73b51f5d237d3cf6792f5e9f55220e5facf1 + sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \ + src/smartbookmark.c || die default }
