From: Michał Górny Date: Sun, 20 Oct 2019 16:19:00 +0000 (+0200) Subject: xfce-extra/xfce4-smartbookmark-plugin: Backport panel 4.15 buildfix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1652c80e6bddd588fe6dfb78e24766c49ae0322b;p=gentoo.git xfce-extra/xfce4-smartbookmark-plugin: Backport panel 4.15 buildfix Closes: https://bugs.gentoo.org/698118 Signed-off-by: Michał Górny --- 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 9499b8c94ffa..0210eef60a4b 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@@@' \ + src/smartbookmark.c || die default }