From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB217138334 for ; Sun, 20 Oct 2019 16:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F40FEE0942; Sun, 20 Oct 2019 16:43:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB371E0942 for ; Sun, 20 Oct 2019 16:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD0A934C0AD for ; Sun, 20 Oct 2019 16:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FD2788A for ; Sun, 20 Oct 2019 16:43:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1571589776.d31d43da685a5f657cd171953d417c43c5b4cec0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild X-VCS-Directories: xfce-extra/xfce4-whiskermenu-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d31d43da685a5f657cd171953d417c43c5b4cec0 X-VCS-Branch: master Date: Sun, 20 Oct 2019 16:43:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 991c6c55-beb2-4743-8421-7fe5274000a3 X-Archives-Hash: fa0ddf9f563e60b14748416ded954fdc commit: d31d43da685a5f657cd171953d417c43c5b4cec0 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 20 16:34:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 20 16:42:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31d43da xfce-extra/xfce4-whiskermenu-plugin: Fix build w/ panel 4.15.0 Closes: https://bugs.gentoo.org/698116 Signed-off-by: Michał Górny gentoo.org> .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild index 2f57d6b0535..5e60422461e 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild @@ -31,6 +31,13 @@ BDEPEND=" virtual/pkgconfig " +src_prepare() { + # fix build failure w/ xfce4-panel-4.15.0 + sed -i -e 's@@@' \ + panel-plugin/register-plugin.c || die + cmake-utils_src_prepare +} + src_configure() { local mycmakeargs=( -DENABLE_AS_NEEDED=OFF