From 1652c80e6bddd588fe6dfb78e24766c49ae0322b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Oct 2019 18:19:00 +0200 Subject: [PATCH] xfce-extra/xfce4-smartbookmark-plugin: Backport panel 4.15 buildfix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/698118 Signed-off-by: Michał Górny --- .../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 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 } -- 2.26.2