Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
Date: Mon, 18 Feb 2019 20:06:54
Message-Id: 1550519983.c224a6b33fe7b9621a3e29017187699a1ecb8e5c.chiitoo@gentoo
1 commit: c224a6b33fe7b9621a3e29017187699a1ecb8e5c
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 19:58:51 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 19:59:43 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c224a6b3
7
8 lxqt-base/lxqt-panel: remove USE="clock" and its configure option
9
10 The 'clock' plug-in (replaced with 'worldclock') is no longer
11 available.
12
13 - https://github.com/lxqt/lxqt-panel/commit/3eb1a8b1
14
15 Package-Manager: Portage-2.3.61, Repoman-2.3.12
16 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
17
18 lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 3 +--
19 lxqt-base/lxqt-panel/metadata.xml | 1 -
20 2 files changed, 1 insertion(+), 3 deletions(-)
21
22 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
23 index 57cb7e70..1c8372b3 100644
24 --- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
25 +++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
26 @@ -20,7 +20,7 @@ fi
27
28 LICENSE="LGPL-2.1+"
29 SLOT="0"
30 -IUSE="+alsa clock colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
31 +IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
32 +mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
33 +spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
34 REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
35 @@ -72,7 +72,6 @@ DEPEND="${RDEPEND}
36 src_configure() {
37 local mycmakeargs=(
38 # Plugins
39 - -DCLOCK_PLUGIN=$(usex clock)
40 -DCOLORPICKER_PLUGIN=$(usex colorpicker)
41 -DCPULOAD_PLUGIN=$(usex cpuload)
42 -DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
43
44 diff --git a/lxqt-base/lxqt-panel/metadata.xml b/lxqt-base/lxqt-panel/metadata.xml
45 index 389e2ab7..5c02d0f5 100644
46 --- a/lxqt-base/lxqt-panel/metadata.xml
47 +++ b/lxqt-base/lxqt-panel/metadata.xml
48 @@ -6,7 +6,6 @@
49 <name>LXQt</name>
50 </maintainer>
51 <use>
52 - <flag name="clock">Build clock plugin</flag>
53 <flag name="colorpicker">Build colorpicker plugin</flag>
54 <flag name="cpuload">Build cpuload plugin</flag>
55 <flag name="desktopswitch">Build desktopswitch plugin</flag>