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 9688115807A for ; Mon, 7 Oct 2024 23:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C46B1E29C0; Mon, 7 Oct 2024 23:21:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AE0B0E29C0 for ; Mon, 7 Oct 2024 23:21:31 +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 A413934313E for ; Mon, 7 Oct 2024 23:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5821293 for ; Mon, 7 Oct 2024 23:21:29 +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: <1728342680.936e3bab45bc3c41a20a63e8229c5f57d078f199.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/marble/marble-24.08.49.9999.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 936e3bab45bc3c41a20a63e8229c5f57d078f199 X-VCS-Branch: master Date: Mon, 7 Oct 2024 23:21:29 +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: 5425db35-58fd-4c6f-a77a-8e1954c89283 X-Archives-Hash: ba402a00fc3c5b1d20c3225250bfef9e commit: 936e3bab45bc3c41a20a63e8229c5f57d078f199 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 7 20:04:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 7 23:11:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=936e3bab kde-apps/marble: Drop build of plasma widget and plasmarunner Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/marble/marble-24.08.49.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/marble/marble-24.08.49.9999.ebuild b/kde-apps/marble/marble-24.08.49.9999.ebuild index 3a576fe5df..4ae07cfe91 100644 --- a/kde-apps/marble/marble-24.08.49.9999.ebuild +++ b/kde-apps/marble/marble-24.08.49.9999.ebuild @@ -46,7 +46,6 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:5 >=kde-frameworks/knewstuff-${KFMIN}:5 >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/krunner-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 >=kde-frameworks/kwallet-${KFMIN}:5 ) @@ -69,6 +68,8 @@ src_prepare() { rm -rf src/3rdparty/zlib || die "Failed to remove bundled libs" + cmake_run_in src cmake_comment_add_subdirectory plasma + cmake_run_in src cmake_comment_add_subdirectory plasmarunner use kde && cmake_run_in src/apps cmake_comment_add_subdirectory marble-qt }