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 500BF1382C5 for ; Thu, 1 Mar 2018 12:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1E2E093A; Thu, 1 Mar 2018 12:25:09 +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 7EABEE093A for ; Thu, 1 Mar 2018 12:25:09 +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 58500335C36 for ; Thu, 1 Mar 2018 12:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 816C5213 for ; Thu, 1 Mar 2018 12:25:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519905689.98d55dd33853c512dc2109cf75642df27edc5ff0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/metadata.xml kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 98d55dd33853c512dc2109cf75642df27edc5ff0 X-VCS-Branch: master Date: Thu, 1 Mar 2018 12:25:04 +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-Archives-Salt: e422618c-93eb-47d7-b191-f39fdf1c11c9 X-Archives-Hash: c9d5f80148bc63af97c6d3334f7213a5 commit: 98d55dd33853c512dc2109cf75642df27edc5ff0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 1 12:01:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 1 12:01:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=98d55dd3 kde-plasma/plasma-desktop: Drop USE legacy-systray,gtk2,gtk3,qt4 Optional RDEPENDs are moving into kde-plasma/plasma-meta where they end up in a much less complicated REQUIRED_USE, re-using USE=gtk. Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-plasma/plasma-desktop/metadata.xml | 3 --- kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 10 +--------- kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 10 +--------- 3 files changed, 2 insertions(+), 21 deletions(-) diff --git a/kde-plasma/plasma-desktop/metadata.xml b/kde-plasma/plasma-desktop/metadata.xml index 427be9b25a..65b6478522 100644 --- a/kde-plasma/plasma-desktop/metadata.xml +++ b/kde-plasma/plasma-desktop/metadata.xml @@ -7,10 +7,7 @@ Enable AppStream software metadata support - Add support for gtk+2-based applications using legacy xembed systray icons via libappindicator. - Add support for gtk+3-based applications using legacy xembed systray icons via libappindicator. Use ibus input method via app-i18n/ibus - Add support for applications using legacy xembed systray icons. Enable mouse KCM Enable applets that use app-i18n/scim Enable touchpad KCM diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild index b30ea480c3..a4dbc86a6a 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE Plasma desktop" KEYWORDS="" -IUSE="appstream +fontconfig gtk2 gtk3 ibus legacy-systray +mouse pulseaudio +qt4 scim +semantic-desktop touchpad" +IUSE="appstream +fontconfig ibus +mouse pulseaudio scim +semantic-desktop touchpad" COMMON_DEPEND=" $(add_frameworks_dep attica) @@ -113,13 +113,7 @@ RDEPEND="${COMMON_DEPEND} sys-apps/accountsservice sys-apps/util-linux x11-apps/setxkbmap - legacy-systray? ( - gtk2? ( dev-libs/libappindicator:2 ) - gtk3? ( dev-libs/libappindicator:3 ) - qt4? ( dev-libs/sni-qt ) - ) pulseaudio? ( $(add_plasma_dep plasma-pa ) ) - qt4? ( kde-plasma/qguiplatformplugin_kde:4 ) !kde-apps/kcontrol !