summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-20 18:19:00 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-20 18:42:54 +0200
commit1652c80e6bddd588fe6dfb78e24766c49ae0322b (patch)
tree004c21b56af82157ffafec2830d16af116fd4d4d /xfce-extra
parentwww-client/chromium: beta channel bump to 78.0.3904.63 (diff)
downloadgentoo-1652c80e6bddd588fe6dfb78e24766c49ae0322b.tar.gz
gentoo-1652c80e6bddd588fe6dfb78e24766c49ae0322b.tar.bz2
gentoo-1652c80e6bddd588fe6dfb78e24766c49ae0322b.zip
xfce-extra/xfce4-smartbookmark-plugin: Backport panel 4.15 buildfix
Closes: https://bugs.gentoo.org/698118 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild4
1 files changed, 4 insertions, 0 deletions
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@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \
+ src/smartbookmark.c || die
default
}