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 1C4CE138359 for ; Sat, 31 Oct 2020 09:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CFE1E0824; Sat, 31 Oct 2020 09:26:04 +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 15A99E0824 for ; Sat, 31 Oct 2020 09:26:04 +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 29BAC340C74 for ; Sat, 31 Oct 2020 09:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C685B3FA for ; Sat, 31 Oct 2020 09:26:01 +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: <1604087399.9fabe8869b9573ac2a2b81fc3f219762ee64a4d2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9fabe8869b9573ac2a2b81fc3f219762ee64a4d2 X-VCS-Branch: master Date: Sat, 31 Oct 2020 09:26:01 +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: 9fb7658c-8a2a-4d58-ba22-6bfab0b8203b X-Archives-Hash: 6c3ffaaaa4bf3900a0b000b819d352a1 commit: 9fabe8869b9573ac2a2b81fc3f219762ee64a4d2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 30 19:49:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 30 19:49:59 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9fabe886 kde-plasma/kwin: Add IUSE=plasma for the windows runner Moved here from kde-plasma/plasma-workspace, upstream commit cf4335ca625aa41a5a656e16d4b6a397541cd96f. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index dc37896f15..0a47a3bb48 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" LICENSE="GPL-2+" SLOT="5" KEYWORDS="" -IUSE="accessibility caps gles2-only multimedia screencast" +IUSE="accessibility caps gles2-only multimedia plasma screencast" COMMON_DEPEND=" >=dev-libs/libinput-1.14 @@ -75,6 +75,7 @@ COMMON_DEPEND=" accessibility? ( media-libs/libqaccessibilityclient:5 ) caps? ( sys-libs/libcap ) gles2-only? ( media-libs/mesa[gles2] ) + plasma? ( >=kde-frameworks/krunner-${KFMIN}:5 ) screencast? ( >=media-video/pipewire-0.3:= ) " # TODO: sys-apps/hwdata? not packaged yet; commit 33a1777a, Gentoo-bug 717216 @@ -112,6 +113,7 @@ src_configure() { local mycmakeargs=( $(cmake_use_find_package accessibility QAccessibilityClient) $(cmake_use_find_package caps Libcap) + $(cmake_use_find_package plasma KF5Runner) ) ecm_src_configure