Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/
Date: Thu, 02 Apr 2020 07:32:53
Message-Id: 1585812760.d35f846783d29776bd2a15d9dad21dc68ffde059.mgorny@gentoo
1 commit: d35f846783d29776bd2a15d9dad21dc68ffde059
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Wed Apr 1 22:30:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 2 07:32:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35f8467
7
8 xfce-extra/xfce4-whiskermenu-plugin: Remove obsolete sed call
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Christian Tietz <christian.tietz <AT> mailbox.org>
12 Closes: https://github.com/gentoo/gentoo/pull/15205
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild | 7 -------
16 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild | 7 -------
17 2 files changed, 14 deletions(-)
18
19 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
20 index 203d930b0b4..08a62d27087 100644
21 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild
22 +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.5.ebuild
23 @@ -31,13 +31,6 @@ BDEPEND="
24 virtual/pkgconfig
25 "
26
27 -src_prepare() {
28 - # fix build failure w/ xfce4-panel-4.15.0
29 - sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \
30 - panel-plugin/register-plugin.c || die
31 - cmake_src_prepare
32 -}
33 -
34 src_configure() {
35 local mycmakeargs=(
36 -DENABLE_AS_NEEDED=OFF
37
38 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
39 index eababf76189..14e62615b42 100644
40 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild
41 +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.3.ebuild
42 @@ -31,13 +31,6 @@ BDEPEND="
43 virtual/pkgconfig
44 "
45
46 -src_prepare() {
47 - # fix build failure w/ xfce4-panel-4.15.0
48 - sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \
49 - panel-plugin/register-plugin.c || die
50 - cmake_src_prepare
51 -}
52 -
53 src_configure() {
54 local mycmakeargs=(
55 -DENABLE_AS_NEEDED=OFF