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 27123158013 for ; Tue, 12 Dec 2023 20:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462C02BC048; Tue, 12 Dec 2023 20:02:15 +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 263C42BC048 for ; Tue, 12 Dec 2023 20:02:15 +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 31866335D76 for ; Tue, 12 Dec 2023 20:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DF2214B7 for ; Tue, 12 Dec 2023 20:02:12 +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: <1702411090.8d66c96fc5ae091c7c73513db6e1441e4c51edfd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/metadata.xml kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d66c96fc5ae091c7c73513db6e1441e4c51edfd X-VCS-Branch: master Date: Tue, 12 Dec 2023 20:02:12 +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: c929495b-d3cd-41e0-be52-4c9d924b577a X-Archives-Hash: e1a4a51e156da7c33c9cf1e3c631f9bc commit: 8d66c96fc5ae091c7c73513db6e1441e4c51edfd Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 19:31:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 19:58:10 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d66c96f kde-plasma/plasma-desktop: Update dependencies, add IUSE sdl Upstream commits: 22eb308143c68983b3a7ae5c50b7b7a59cc11abd 190b4ffac48760ef7f7ae0d4987311ac40698043 3dad75da719337b15dd764f4ab9a644dd78e7039 4b2eaf2efab780fa7f1a5008f9682954495f7290 6af8034ced469b0a9f2c22db5b8a5eec296c5992 7fe5642bc3dda5d04e299c2f929c54642964bd22 8a4788e9daa4841c1457153be1a2d0712bdf575a Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/metadata.xml | 1 + kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/kde-plasma/plasma-desktop/metadata.xml b/kde-plasma/plasma-desktop/metadata.xml index 868d26b79a..0d0782816b 100644 --- a/kde-plasma/plasma-desktop/metadata.xml +++ b/kde-plasma/plasma-desktop/metadata.xml @@ -13,5 +13,6 @@ Build the OpenDesktop integration plugin Enable applets that use app-i18n/scim Enable screencast portal thumbnails using kde-plasma/kpipewire + Enable gamepad support using media-libs/libsdl2 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 799b639a2c..938a970cd8 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -15,11 +15,14 @@ DESCRIPTION="KDE Plasma desktop" LICENSE="GPL-2" # TODO: CHECK SLOT="6" KEYWORDS="" -IUSE="ibus scim screencast +semantic-desktop" # +kaccounts +IUSE="ibus scim screencast sdl +semantic-desktop" # +kaccounts + +RESTRICT="test" # missing selenium-webdriver-at-spi # kde-frameworks/kwindowsystem[X]: Uses KX11Extras COMMON_DEPEND=" dev-libs/wayland + >=dev-qt/qt5compat-${QTMIN}:6[qml] >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,sql,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6 @@ -36,7 +39,6 @@ COMMON_DEPEND=" >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kcrash-${KFMIN}:6 >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/kdeclarative-${KFMIN}:6 >=kde-frameworks/kded-${KFMIN}:6 >=kde-frameworks/kglobalaccel-${KFMIN}:6 >=kde-frameworks/kguiaddons-${KFMIN}:6 @@ -53,6 +55,7 @@ COMMON_DEPEND=" >=kde-frameworks/kparts-${KFMIN}:6 >=kde-frameworks/krunner-${KFMIN}:6 >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/ksvg-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6[X] >=kde-frameworks/kxmlgui-${KFMIN}:6 @@ -64,6 +67,7 @@ COMMON_DEPEND=" >=kde-plasma/plasma-activities-${PVCUT}:6 >=kde-plasma/plasma-activities-stats-${PVCUT}:6 >=kde-plasma/plasma-workspace-${PVCUT}:6[screencast?] + >=kde-plasma/plasma5support-${PVCUT}:6 media-libs/libcanberra x11-libs/libX11 x11-libs/libXcursor @@ -75,10 +79,10 @@ COMMON_DEPEND=" ibus? ( app-i18n/ibus dev-libs/glib:2 - x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) + sdl? ( media-libs/libsdl2[joystick] ) semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:6 ) " # kaccounts? ( @@ -89,10 +93,14 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/wayland-protocols-1.25 dev-libs/boost x11-base/xorg-proto + test? ( + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 + >=kde-plasma/kactivitymanagerd-${PVCUT}:6 + ) " RDEPEND="${COMMON_DEPEND} !=dev-qt/qt5compat-${QTMIN}:6[qml] + dev-libs/kirigami-addons:6 >=dev-qt/qtwayland-${QTMIN}:6 >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 @@ -131,6 +139,7 @@ src_configure() { $(cmake_use_find_package ibus GLIB2) # $(cmake_use_find_package kaccounts AccountsQt6) # $(cmake_use_find_package kaccounts KAccounts) + $(cmake_use_find_package sdl SDL2) $(cmake_use_find_package semantic-desktop KF6Baloo) ) @@ -151,7 +160,7 @@ src_test() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "screen reader support" app-accessibility/orca + optfeature "screen reader support" "app-accessibility/orca" fi ecm_pkg_postinst }