aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2019-02-18 21:58:51 +0200
committerJimi Huotari <chiitoo@gentoo.org>2019-02-18 21:59:43 +0200
commitc224a6b33fe7b9621a3e29017187699a1ecb8e5c (patch)
tree359a7a424844ffee79295a557dadeb3245422f9e /lxqt-base/lxqt-panel
parentlxqt: remove all '-DPULL_TRANSLATIONS' options (diff)
downloadqt-c224a6b33fe7b9621a3e29017187699a1ecb8e5c.tar.gz
qt-c224a6b33fe7b9621a3e29017187699a1ecb8e5c.tar.bz2
qt-c224a6b33fe7b9621a3e29017187699a1ecb8e5c.zip
lxqt-base/lxqt-panel: remove USE="clock" and its configure option
The 'clock' plug-in (replaced with 'worldclock') is no longer available. - https://github.com/lxqt/lxqt-panel/commit/3eb1a8b1 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-panel')
-rw-r--r--lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild3
-rw-r--r--lxqt-base/lxqt-panel/metadata.xml1
2 files changed, 1 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 57cb7e70..1c8372b3 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"
-IUSE="+alsa clock colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
+IUSE="+alsa 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 ) )"
@@ -72,7 +72,6 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
# Plugins
- -DCLOCK_PLUGIN=$(usex clock)
-DCOLORPICKER_PLUGIN=$(usex colorpicker)
-DCPULOAD_PLUGIN=$(usex cpuload)
-DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
diff --git a/lxqt-base/lxqt-panel/metadata.xml b/lxqt-base/lxqt-panel/metadata.xml
index 389e2ab7..5c02d0f5 100644
--- a/lxqt-base/lxqt-panel/metadata.xml
+++ b/lxqt-base/lxqt-panel/metadata.xml
@@ -6,7 +6,6 @@
<name>LXQt</name>
</maintainer>
<use>
- <flag name="clock">Build clock plugin</flag>
<flag name="colorpicker">Build colorpicker plugin</flag>
<flag name="cpuload">Build cpuload plugin</flag>
<flag name="desktopswitch">Build desktopswitch plugin</flag>