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 2BB06158089 for ; Wed, 20 Sep 2023 13:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C91F2BC017; Wed, 20 Sep 2023 13:15:22 +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 EA4E02BC017 for ; Wed, 20 Sep 2023 13:15:21 +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 2A85F335CCD for ; Wed, 20 Sep 2023 13:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D3571113 for ; Wed, 20 Sep 2023 13:15:19 +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: <1695215692.b517cf86803c3a30dc305b34cfaeecd344c1150a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/files/, kde-plasma/kwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/files/kwin-5.27.8-cmake.patch kde-plasma/kwin/kwin-5.27.8-r1.ebuild X-VCS-Directories: kde-plasma/kwin/ kde-plasma/kwin/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b517cf86803c3a30dc305b34cfaeecd344c1150a X-VCS-Branch: master Date: Wed, 20 Sep 2023 13:15:19 +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: 7dfad320-a648-4a7b-b44e-e1b36416c231 X-Archives-Hash: 6622a4b5b106909b5d1f02910f86cc5c commit: b517cf86803c3a30dc305b34cfaeecd344c1150a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 20 09:09:52 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 20 13:14:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b517cf86 kde-plasma/kwin: Add missing patch Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/files/kwin-5.27.8-cmake.patch | 40 +++++++++++++++++++++++++++ kde-plasma/kwin/kwin-5.27.8-r1.ebuild | 2 ++ 2 files changed, 42 insertions(+) diff --git a/kde-plasma/kwin/files/kwin-5.27.8-cmake.patch b/kde-plasma/kwin/files/kwin-5.27.8-cmake.patch new file mode 100644 index 000000000000..4c4634140be9 --- /dev/null +++ b/kde-plasma/kwin/files/kwin-5.27.8-cmake.patch @@ -0,0 +1,40 @@ +From bd41dd93f37df79c7e14293c26dbff5abe5e4ce4 Mon Sep 17 00:00:00 2001 +From: Vlad Zahorodnii +Date: Tue, 21 Mar 2023 20:31:44 +0200 +Subject: [PATCH] Drop unused kitemviews dependency + +Seems unused. KWin compiles fine without it. + +(cherry picked from commit 2c0acdca11dd25b0a3d5de8125c61d3523e83fbd) +--- + CMakeLists.txt | 1 - + src/kcms/scripts/CMakeLists.txt | 1 - + 2 files changed, 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index f98937161f..d49f8a9471 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -90,7 +90,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS + NewStuff + Service + XmlGui +- ItemViews + ) + + find_package(Threads) +diff --git a/src/kcms/scripts/CMakeLists.txt b/src/kcms/scripts/CMakeLists.txt +index 66966d6d46..fd7a368a97 100644 +--- a/src/kcms/scripts/CMakeLists.txt ++++ b/src/kcms/scripts/CMakeLists.txt +@@ -18,7 +18,6 @@ target_link_libraries(kcm_kwin_scripts + KF5::NewStuffWidgets + KF5::Package + KF5::QuickAddons +- KF5::ItemViews + ) + + kpackage_install_package(package kcm_kwin_scripts kcms) +-- +2.42.0 + diff --git a/kde-plasma/kwin/kwin-5.27.8-r1.ebuild b/kde-plasma/kwin/kwin-5.27.8-r1.ebuild index 987500c11e15..9a17232d63c3 100644 --- a/kde-plasma/kwin/kwin-5.27.8-r1.ebuild +++ b/kde-plasma/kwin/kwin-5.27.8-r1.ebuild @@ -100,6 +100,8 @@ BDEPEND=" " PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:5" +PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 914143 + src_prepare() { ecm_src_prepare use multimedia || eapply "${FILESDIR}/${PN}-5.26.80-gstreamer-optional.patch"