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 7D6BC138334 for ; Sun, 11 Nov 2018 15:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CE88E0E0F; Sun, 11 Nov 2018 15:49:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0B501E0E0B for ; Sun, 11 Nov 2018 15:49:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 80278335CFD for ; Sun, 11 Nov 2018 15:49:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF6833DD for ; Sun, 11 Nov 2018 15:49:51 +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: <1541948406.2b8bbb68392350c362ee8991c55a8f3f47feaf65.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/metadata.xml kde-plasma/plasma-meta/plasma-meta-5.14.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b8bbb68392350c362ee8991c55a8f3f47feaf65 X-VCS-Branch: master Date: Sun, 11 Nov 2018 15:49:51 +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: f44888ce-3a38-4cd4-a07b-2ca8d02126ce X-Archives-Hash: eb28bcddc18b1bbe04e7c405d5144636 commit: 2b8bbb68392350c362ee8991c55a8f3f47feaf65 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 11 15:00:06 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 11 15:00:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b8bbb68 kde-plasma/plasma-meta: Add USE consolekit, pm-utils Removing from optional RDEPENDs of other packages in follow-up commits. This will make it easier to switch to elogind without unnecessary rebuilds. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/metadata.xml | 2 ++ kde-plasma/plasma-meta/plasma-meta-5.14.49.9999.ebuild | 8 ++++++-- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 8 ++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml index 80c6a2d3e5..d4f246c77c 100644 --- a/kde-plasma/plasma-meta/metadata.xml +++ b/kde-plasma/plasma-meta/metadata.xml @@ -7,6 +7,7 @@ Enable integration with Chrome/Firefox with browser extensions + Enable sys-auth/consolekit support instead of logind session tracking Pull in kde-plasma/plasma-vault for encrypted vaults integration Pull in a graphical display manager Pull in Breeze theme for sys-boot/grub @@ -14,6 +15,7 @@ Add support for legacy applications using kde-plasma/xembed-sni-proxy Enable support for kwallet auto-unlocking Pull in Breeze theme for sys-boot/plymouth + Enable support for suspend/resume with sys-power/pm-utils when using sys-auth/consolekit Install Plasma applet for PulseAudio volume management Pull in the x11-misc/sddm display manager and KCM Pull in kde-plasma/plasma-sdk for Plasma development diff --git a/kde-plasma/plasma-meta/plasma-meta-5.14.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.14.49.9999.ebuild index 5b599d2642..78724b835b 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.14.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.14.49.9999.ebuild @@ -11,8 +11,8 @@ HOMEPAGE="https://www.kde.org/plasma-desktop" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="bluetooth +browser-integration crypt +display-manager grub gtk +handbook -+legacy-systray networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers" +IUSE="bluetooth +browser-integration consolekit crypt +display-manager grub gtk +handbook ++legacy-systray networkmanager pam plymouth +pm-utils pulseaudio +sddm sdk +wallpapers" RDEPEND=" $(add_plasma_dep breeze) @@ -45,6 +45,10 @@ RDEPEND=" $(add_plasma_dep user-manager) bluetooth? ( $(add_plasma_dep bluedevil) ) browser-integration? ( $(add_plasma_dep plasma-browser-integration) ) + consolekit? ( + >=sys-auth/consolekit-1.0.1 + pm-utils? ( sys-power/pm-utils ) + ) crypt? ( $(add_plasma_dep plasma-vault) ) display-manager? ( sddm? ( diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 5b599d2642..78724b835b 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -11,8 +11,8 @@ HOMEPAGE="https://www.kde.org/plasma-desktop" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="bluetooth +browser-integration crypt +display-manager grub gtk +handbook -+legacy-systray networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers" +IUSE="bluetooth +browser-integration consolekit crypt +display-manager grub gtk +handbook ++legacy-systray networkmanager pam plymouth +pm-utils pulseaudio +sddm sdk +wallpapers" RDEPEND=" $(add_plasma_dep breeze) @@ -45,6 +45,10 @@ RDEPEND=" $(add_plasma_dep user-manager) bluetooth? ( $(add_plasma_dep bluedevil) ) browser-integration? ( $(add_plasma_dep plasma-browser-integration) ) + consolekit? ( + >=sys-auth/consolekit-1.0.1 + pm-utils? ( sys-power/pm-utils ) + ) crypt? ( $(add_plasma_dep plasma-vault) ) display-manager? ( sddm? (