Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-panel/
Date: Mon, 15 Oct 2018 22:08:33
Message-Id: 1539641260.519a55e89cc99e4e419b9535615410af9e30ec62.asturm@gentoo
1 commit: 519a55e89cc99e4e419b9535615410af9e30ec62
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 21:00:19 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 22:07:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519a55e8
7
8 lxqt-base/lxqt-panel: fix build issue related to disabled plugins
9
10 Require at least one of 'desktopswitch', 'mainmenu', 'showdesktop',
11 or 'taskbar', to avoid a build failure.
12
13 Closes: https://bugs.gentoo.org/666278
14 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
15 Package-Manager: Portage-2.3.51, Repoman-2.3.11
16 Closes: https://github.com/gentoo/gentoo/pull/10152
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild | 7 +++++--
20 1 file changed, 5 insertions(+), 2 deletions(-)
21
22 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild
23 index 899778b6071..a4f462072d5 100644
24 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild
25 +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -23,7 +23,10 @@ SLOT="0"
33 IUSE="+alsa clock colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
34 +mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
35 +spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
36 -REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
37 +REQUIRED_USE="
38 + || ( desktopswitch mainmenu showdesktop taskbar )
39 + volume? ( || ( alsa pulseaudio ) )
40 +"
41
42 RDEPEND="
43 >=dev-libs/libqtxdg-3.0.0