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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA43A15812D for ; Sun, 29 Dec 2024 21:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A451AE07AE; Sun, 29 Dec 2024 21:54:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0C2BBE07AE for ; Sun, 29 Dec 2024 21:54:14 +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 DB15733BF08 for ; Sun, 29 Dec 2024 21:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CB1F10E9 for ; Sun, 29 Dec 2024 21:54:10 +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: <1735500249.c32480e88d551853c179ddcf84e264df51a3c1b6.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-6.2.49.9999.ebuild 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: c32480e88d551853c179ddcf84e264df51a3c1b6 X-VCS-Branch: master Date: Sun, 29 Dec 2024 21:54:10 +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: a8d92521-bcd1-4541-9f4b-7bc2cc8cea92 X-Archives-Hash: 889aaa115fbfc70e897f6b7b20571e74 commit: c32480e88d551853c179ddcf84e264df51a3c1b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 29 19:00:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 19:24:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c32480e8 kde-plasma/plasma-workspace: Set GLIBC_LOCALE_PREGENERATED=ON ... and GLIBC_LOCALE_GEN=OFF. Bug: https://bugs.gentoo.org/946289 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild | 8 +++----- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild index 4fa8be3de4..e58e9ca24d 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild @@ -108,10 +108,7 @@ COMMON_DEPEND=" ) geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 ) gps? ( sci-geosciences/gpsd ) - policykit? ( - >=sys-auth/polkit-qt-0.175[qt6(+)] - virtual/libcrypt:= - ) + policykit? ( virtual/libcrypt:= ) screencast? ( >=dev-qt/qtbase-${QTMIN}:6= >=kde-plasma/kpipewire-${KDE_CATV}:6 @@ -202,7 +199,8 @@ src_configure() { local mycmakeargs=( -DWITH_X11=ON # TODO: broken upstream, fix it if you can -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged - -DGLIBC_LOCALE_GEN=$(usex policykit) + -DGLIBC_LOCALE_GEN=OFF + -DGLIBC_LOCALE_PREGENERATED=$(usex elibc_glibc) $(cmake_use_find_package appstream AppStreamQt) $(cmake_use_find_package calendar KF6Holidays) $(cmake_use_find_package fontconfig Fontconfig) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index fd230a8e29..9b6dfaf4ed 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -107,10 +107,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-image ) gps? ( sci-geosciences/gpsd ) - policykit? ( - >=sys-auth/polkit-qt-0.175[qt6(+)] - virtual/libcrypt:= - ) + policykit? ( virtual/libcrypt:= ) semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:6 ) systemd? ( sys-apps/systemd:= ) telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 ) @@ -183,7 +180,8 @@ src_configure() { local mycmakeargs=( -DWITH_X11=ON # TODO: broken upstream, fix it if you can -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged - -DGLIBC_LOCALE_GEN=$(usex policykit) + -DGLIBC_LOCALE_GEN=OFF + -DGLIBC_LOCALE_PREGENERATED=$(usex elibc_glibc) $(cmake_use_find_package appstream AppStreamQt) $(cmake_use_find_package calendar KF6Holidays) $(cmake_use_find_package fontconfig Fontconfig)