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 43D3D158094 for ; Thu, 7 Jul 2022 14:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B6EE0B40; Thu, 7 Jul 2022 14:16:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 579B3E0B40 for ; Thu, 7 Jul 2022 14:16:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E8C5340E1E for ; Thu, 7 Jul 2022 14:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4D5456 for ; Thu, 7 Jul 2022 14:16:25 +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: <1657203360.f6243379243aa1b18097b923beacdb4a51700baf.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/metadata.xml 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: f6243379243aa1b18097b923beacdb4a51700baf X-VCS-Branch: master Date: Thu, 7 Jul 2022 14:16:25 +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: 68c5b5cc-ec63-4410-a223-2eed7a2b180f X-Archives-Hash: 5c2c7b817e8fc6eab67458a1a8e071d0 commit: f6243379243aa1b18097b923beacdb4a51700baf Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 7 11:05:15 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 7 14:16:00 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6243379 kde-plasma/plasma-workspace: Fix build with IUSE=-policykit Upstream commit 134e2d5c989c36ac0e985ee0ae382996c6b7b56e See also: https://invent.kde.org/plasma/plasma-workspace/-/issues/23 https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1147 Closes: https://bugs.gentoo.org/856361 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/metadata.xml | 2 +- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/metadata.xml b/kde-plasma/plasma-workspace/metadata.xml index 79fb12a10a..34de71a5b2 100644 --- a/kde-plasma/plasma-workspace/metadata.xml +++ b/kde-plasma/plasma-workspace/metadata.xml @@ -11,7 +11,7 @@ Enable AppStream software metadata support Enables dataengine providing location information - Build the Users KCM using sys-apps/accountsservice and sys-auth/polkit + Enable locale generation and Users KCM using sys-auth/polkit and sys-apps/accountsservice Enable screencast portal using media-video/pipewire Enable User Feedback control module for kde-plasma/systemsettings diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 92b692d8d5..a704fe0e7e 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -185,7 +185,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DBUILD_xembed-sni-proxy=OFF - -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON + -DGLIBC_LOCALE_GEN=$(usex policykit) $(cmake_use_find_package appstream AppStreamQt) $(cmake_use_find_package calendar KF5Holidays) $(cmake_use_find_package fontconfig Fontconfig)