From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B275138334 for ; Mon, 18 Feb 2019 20:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4EDAE0848; Mon, 18 Feb 2019 20:06:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 830A6E0848 for ; Mon, 18 Feb 2019 20:06:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DBCE335CD5 for ; Mon, 18 Feb 2019 20:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E94540 for ; Mon, 18 Feb 2019 20:06:50 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1550519983.c224a6b33fe7b9621a3e29017187699a1ecb8e5c.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild lxqt-base/lxqt-panel/metadata.xml X-VCS-Directories: lxqt-base/lxqt-panel/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: c224a6b33fe7b9621a3e29017187699a1ecb8e5c X-VCS-Branch: master Date: Mon, 18 Feb 2019 20:06:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc6d1333-496d-4ef4-bb60-44770e378ceb X-Archives-Hash: 1a1c08037cf074ed43277d41210bc9c6 commit: c224a6b33fe7b9621a3e29017187699a1ecb8e5c Author: Jimi Huotari gentoo org> AuthorDate: Mon Feb 18 19:58:51 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Feb 18 19:59:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c224a6b3 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 gentoo.org> lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 3 +-- lxqt-base/lxqt-panel/metadata.xml | 1 - 2 files changed, 1 insertion(+), 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 @@ LXQt - Build clock plugin Build colorpicker plugin Build cpuload plugin Build desktopswitch plugin