summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-10-16 00:00:19 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-16 00:07:40 +0200
commit519a55e89cc99e4e419b9535615410af9e30ec62 (patch)
tree6a6b640870e994086fb405e7e04a27efc6ed12a5
parentsci-libs/scalapack: Fix libdir install paths (diff)
downloadgentoo-519a55e89cc99e4e419b9535615410af9e30ec62.tar.gz
gentoo-519a55e89cc99e4e419b9535615410af9e30ec62.tar.bz2
gentoo-519a55e89cc99e4e419b9535615410af9e30ec62.zip
lxqt-base/lxqt-panel: fix build issue related to disabled plugins
Require at least one of 'desktopswitch', 'mainmenu', 'showdesktop', or 'taskbar', to avoid a build failure. Closes: https://bugs.gentoo.org/666278 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10152 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild
index 899778b60714..a4f462072d51 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,7 +23,10 @@ SLOT="0"
IUSE="+alsa clock colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
+spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
-REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
+REQUIRED_USE="
+ || ( desktopswitch mainmenu showdesktop taskbar )
+ volume? ( || ( alsa pulseaudio ) )
+"
RDEPEND="
>=dev-libs/libqtxdg-3.0.0