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 25FEA158016 for ; Sat, 9 Dec 2023 15:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ECA82BC04D; Sat, 9 Dec 2023 15:15:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5291D2BC04D for ; Sat, 9 Dec 2023 15:15:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A95C340C57 for ; Sat, 9 Dec 2023 15:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF14C1494 for ; Sat, 9 Dec 2023 15:15:43 +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: <1702133845.af40decffea3692b8951fdecc2e977e1ca6a19ea.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af40decffea3692b8951fdecc2e977e1ca6a19ea X-VCS-Branch: master Date: Sat, 9 Dec 2023 15:15:43 +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: b7f6d059-23eb-4f46-9169-a1ee0b94a4e2 X-Archives-Hash: 10caba4eff074fc9206662f30ed457c4 commit: af40decffea3692b8951fdecc2e977e1ca6a19ea Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 14:36:49 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 14:57:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=af40decf kde-plasma/plasma-workspace: Drop to-be-obsolete kde-plasma/libkworkspace libkworkspace is to be built as part of plasma-workspace again instead. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 81cef0a145..f31585e793 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -75,7 +75,6 @@ COMMON_DEPEND=" >=kde-plasma/layer-shell-qt-${PVCUT}:6 >=kde-plasma/libkscreen-${PVCUT}:6 >=kde-plasma/libksysguard-${PVCUT}:6 - >=kde-plasma/libkworkspace-${PVCUT}:6 >=kde-plasma/libplasma-${PVCUT}:6 >=kde-plasma/plasma-activities-${PVCUT}:6 >=kde-plasma/plasma-activities-stats-${PVCUT}:6 @@ -150,14 +149,12 @@ BDEPEND=" PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*" PATCHES=( - "${FILESDIR}/${PN}-5.24.80-split-libkworkspace.patch" # downstream "${FILESDIR}/${PN}-5.22.5-krunner-cwd-at-home.patch" # TODO upstream: KDE-bug 432975, bug 767478 ) src_prepare() { ecm_src_prepare - cmake_comment_add_subdirectory libkworkspace # delete colliding libkworkspace translations find po -type f -name "*po" -and -name "libkworkspace*" -delete || die