xfce-extra/xfce4-whiskermenu-plugin: Remove obsolete sed call
authorChristian Tietz <christian.tietz@mailbox.org>
Wed, 1 Apr 2020 22:30:38 +0000 (00:30 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Apr 2020 07:32:40 +0000 (09:32 +0200)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Christian Tietz <christian.tietz@mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/15205
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild
xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild

index 203d930b0b47fe6ef9cbda07b223a049eecef2d6..08a62d270871b95e5b21abc48511189eaa4ad251 100644 (file)
@@ -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
index eababf76189be9dad89d1e42dd577dc480f9a2e6..14e62615b42354ba90cf3ef98c947be4a5597f33 100644 (file)
@@ -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