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 1C5401382C5 for ; Tue, 30 Jun 2020 16:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 414F5E0922; Tue, 30 Jun 2020 16:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 27D4BE0922 for ; Tue, 30 Jun 2020 16:48:54 +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 9F56034F2C8 for ; Tue, 30 Jun 2020 16:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DDDA27F for ; Tue, 30 Jun 2020 16:48:49 +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: <1593535713.64954ad0e1f4e502fef6476b23dcfc0f11234799.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: 64954ad0e1f4e502fef6476b23dcfc0f11234799 X-VCS-Branch: master Date: Tue, 30 Jun 2020 16:48:49 +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: 74d0fb52-8f44-4524-9e71-c3902b9c0f0a X-Archives-Hash: 4d669ef634d005d3bfd4e7b332f6f038 commit: 64954ad0e1f4e502fef6476b23dcfc0f11234799 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 30 16:48:33 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 30 16:48:33 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=64954ad0 kde-plasma/kwin: Add IUSE="accessibility" Upstream commit c1ea0412a45a64d99c120eedfa80ef376c7e6610 Package-Manager: Portage-2.3.103, Repoman-2.3.23 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 4b873ffd39..dcf6fde09a 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="caps gles2-only multimedia" +IUSE="accessibility caps gles2-only multimedia" COMMON_DEPEND=" >=dev-libs/libinput-1.14 @@ -72,6 +72,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm + accessibility? ( media-libs/libqaccessibilityclient:5 ) caps? ( sys-libs/libcap ) gles2-only? ( media-libs/mesa[gles2] ) " @@ -106,6 +107,7 @@ src_prepare() { src_configure() { local mycmakeargs=( + $(cmake_use_find_package accessibility QAccessibilityClient) $(cmake_use_find_package caps Libcap) )