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 9B49F1581D3 for ; Wed, 15 May 2024 19:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A77E2ACF; Wed, 15 May 2024 19:32:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B7329E2ACF for ; Wed, 15 May 2024 19:32:42 +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 CF61333BE4D for ; Wed, 15 May 2024 19:32:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C1B1ACC for ; Wed, 15 May 2024 19:32:40 +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: <1715800827.d10f89f7da3a36bf51d812978e14b17d6afad4aa.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.0.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: d10f89f7da3a36bf51d812978e14b17d6afad4aa X-VCS-Branch: master Date: Wed, 15 May 2024 19:32:40 +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: 5e47b5e6-3511-4516-93f9-b36bd57e7242 X-Archives-Hash: 7ce1d3197377bd3e0e5950dc9f32648f commit: d10f89f7da3a36bf51d812978e14b17d6afad4aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 15 19:18:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 15 19:20:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d10f89f7 kde-plasma/kwin: Drop IUSE caps, make it unconditional Necessary for kwin_wayland. Closes: https://bugs.gentoo.org/931215 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-6.0.49.9999.ebuild | 5 ++--- kde-plasma/kwin/kwin-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kde-plasma/kwin/kwin-6.0.49.9999.ebuild b/kde-plasma/kwin/kwin-6.0.49.9999.ebuild index cceaee6454..79bfc965f0 100644 --- a/kde-plasma/kwin/kwin-6.0.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-6.0.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 caps gles2-only lock screencast +shortcuts" +IUSE="accessibility gles2-only lock screencast +shortcuts" RESTRICT="test" @@ -99,9 +99,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=" @@ -128,7 +128,6 @@ src_configure() { local mycmakeargs=( # 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 0af5d54635..f74dceead3 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 caps gles2-only lock screencast +shortcuts systemd" +IUSE="accessibility gles2-only lock screencast +shortcuts systemd" RESTRICT="test" @@ -99,9 +99,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=" @@ -129,7 +129,6 @@ src_configure() { local mycmakeargs=( # 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) )