commit: d35f846783d29776bd2a15d9dad21dc68ffde059 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org> AuthorDate: Wed Apr 1 22:30:38 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 2 07:32:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35f8467
xfce-extra/xfce4-whiskermenu-plugin: Remove obsolete sed call Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/15205 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild | 7 ------- .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild | 7 ------- 2 files changed, 14 deletions(-) diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild index 203d930b0b4..08a62d27087 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild @@ -31,13 +31,6 @@ BDEPEND=" virtual/pkgconfig " -src_prepare() { - # fix build failure w/ xfce4-panel-4.15.0 - sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \ - panel-plugin/register-plugin.c || die - cmake_src_prepare -} - src_configure() { local mycmakeargs=( -DENABLE_AS_NEEDED=OFF diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild index eababf76189..14e62615b42 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild @@ -31,13 +31,6 @@ BDEPEND=" virtual/pkgconfig " -src_prepare() { - # fix build failure w/ xfce4-panel-4.15.0 - sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \ - panel-plugin/register-plugin.c || die - cmake_src_prepare -} - src_configure() { local mycmakeargs=( -DENABLE_AS_NEEDED=OFF
