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 05AD813832E for ; Wed, 20 Jul 2016 19:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE51721C060; Wed, 20 Jul 2016 19:05:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 648F421C060 for ; Wed, 20 Jul 2016 19:05:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07EB9340D7B for ; Wed, 20 Jul 2016 19:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A36D77D7 for ; Wed, 20 Jul 2016 19:05:53 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1469041534.9b21df257f2a5d98167157f39d0bf99409789509.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/kdebase-startkde/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild X-VCS-Directories: kde-base/kdebase-startkde/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9b21df257f2a5d98167157f39d0bf99409789509 X-VCS-Branch: master Date: Wed, 20 Jul 2016 19:05:53 +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: 44bc2d73-f85f-412f-829c-f6be080ad04e X-Archives-Hash: a9fdddb9741850a79c9b14b5a25094ca commit: 9b21df257f2a5d98167157f39d0bf99409789509 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Jul 20 19:00:39 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 20 19:05:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b21df25 kde-base/kdebase-startkde: Add USE=minimal for more complete workspace Package-Manager: portage-2.2.28 .../kdebase-startkde-4.11.22-r2.ebuild | 25 +++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild index 5c8cf43..02b204e 100644 --- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild +++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild @@ -10,7 +10,7 @@ inherit kde4-meta prefix DESCRIPTION="Startkde script, which starts a complete KDE session, and associated scripts" KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="crash-reporter +handbook +wallpapers" +IUSE="crash-reporter +handbook minimal +wallpapers" # The KDE apps called from the startkde script. # These provide the most minimal KDE desktop. @@ -70,6 +70,29 @@ RDEPEND=" x11-apps/xset crash-reporter? ( $(add_kdeapps_dep drkonqi ) ) handbook? ( kde-apps/khelpcenter:* ) + !minimal? ( + $(add_kdeapps_dep kdepasswd) + $(add_kdebase_dep freespacenotifier) + $(add_kdebase_dep kcheckpass) + $(add_kdebase_dep kdebase-cursors) + $(add_kdebase_dep kephal) + $(add_kdebase_dep khotkeys) + $(add_kdebase_dep kinfocenter) + $(add_kdebase_dep klipper) + $(add_kdebase_dep kmenuedit) + $(add_kdebase_dep kstyles) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep ksystraycmd) + $(add_kdebase_dep kwrited) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep liboxygenstyle) + $(add_kdebase_dep libplasmaclock) + $(add_kdebase_dep libplasmagenericshell) + $(add_kdebase_dep libtaskmanager) + $(add_kdebase_dep powerdevil) + $(add_kdebase_dep qguiplatformplugin_kde) + $(add_kdebase_dep solid-actions-kcm) + ) wallpapers? ( kde-apps/kde-wallpapers:* ) "