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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B72541581D3 for ; Thu, 30 May 2024 17:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D100EE2A80; Thu, 30 May 2024 17:21:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 540B6E2A80 for ; Thu, 30 May 2024 17:21:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42707343083 for ; Thu, 30 May 2024 17:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A32D for ; Thu, 30 May 2024 17:21:14 +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: <1717089659.7766de878755b75470ae2b0c4d4838891e49247d.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-6.1.49.9999.ebuild 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: 7766de878755b75470ae2b0c4d4838891e49247d X-VCS-Branch: master Date: Thu, 30 May 2024 17:21:14 +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: cb8910c1-24c5-46e2-96ab-92ea5727572e X-Archives-Hash: 68ac63c0bf9507931afef378f52d2f4d commit: 7766de878755b75470ae2b0c4d4838891e49247d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 30 17:20:19 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 30 17:20:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7766de87 kde-plasma/kwin: Re-add IUSE +caps Bug: https://bugs.gentoo.org/931215 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-6.1.49.9999.ebuild | 5 +++-- kde-plasma/kwin/kwin-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/kde-plasma/kwin/kwin-6.1.49.9999.ebuild b/kde-plasma/kwin/kwin-6.1.49.9999.ebuild index abc9acef9d..f5f1c6778d 100644 --- a/kde-plasma/kwin/kwin-6.1.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-6.1.49.9999.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" LICENSE="GPL-2+" SLOT="6" KEYWORDS="" -IUSE="accessibility gles2-only lock screencast +shortcuts systemd" +IUSE="accessibility +caps gles2-only lock screencast +shortcuts systemd" RESTRICT="test" @@ -103,9 +103,9 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qttools-${QTMIN}:6[widgets] >=dev-qt/qtbase-${QTMIN}:6[concurrent] >=dev-qt/qtwayland-${QTMIN}:6 - sys-libs/libcap x11-base/xorg-proto x11-libs/xcb-util-image + caps? ( sys-libs/libcap ) test? ( screencast? ( >=kde-plasma/kpipewire-${PVCUT}:6 ) ) " BDEPEND=" @@ -134,6 +134,7 @@ src_configure() { # TODO: KWIN_BUILD_X11? # KWIN_BUILD_NOTIFICATIONS exists, but kdeclarative still hard-depends on it $(cmake_use_find_package accessibility QAccessibilityClient6) + $(cmake_use_find_package caps Libcap) -DKWIN_BUILD_SCREENLOCKER=$(usex lock) -DKWIN_BUILD_GLOBALSHORTCUTS=$(usex shortcuts) ) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index 8e541e32b4..1f14391fd9 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" LICENSE="GPL-2+" SLOT="6" KEYWORDS="" -IUSE="accessibility gles2-only lock screencast +shortcuts systemd" +IUSE="accessibility +caps gles2-only lock screencast +shortcuts systemd" RESTRICT="test" @@ -103,9 +103,9 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qttools-${QTMIN}:6[widgets] >=dev-qt/qtbase-${QTMIN}:6[concurrent] >=dev-qt/qtwayland-${QTMIN}:6 - sys-libs/libcap x11-base/xorg-proto x11-libs/xcb-util-image + caps? ( sys-libs/libcap ) test? ( screencast? ( >=kde-plasma/kpipewire-${PVCUT}:6 ) ) " BDEPEND=" @@ -134,6 +134,7 @@ src_configure() { # TODO: KWIN_BUILD_X11? # KWIN_BUILD_NOTIFICATIONS exists, but kdeclarative still hard-depends on it $(cmake_use_find_package accessibility QAccessibilityClient6) + $(cmake_use_find_package caps Libcap) -DKWIN_BUILD_SCREENLOCKER=$(usex lock) -DKWIN_BUILD_GLOBALSHORTCUTS=$(usex shortcuts) )