From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1642774-garchives=archives.gentoo.org@lists.gentoo.org> 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 A484E15817D for <garchives@archives.gentoo.org>; Fri, 14 Jun 2024 20:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F64E29FC; Fri, 14 Jun 2024 20:44:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DC9DAE29FC for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 20:44:27 +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 1E75B33BEB9 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 20:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88BFC1C84 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 20:44:25 +0000 (UTC) From: "Jimi Huotari" <chiitoo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" <chiitoo@gentoo.org> Message-ID: <1718397676.9098d7ebae435df176b99b96795be338fc7324e8.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 9098d7ebae435df176b99b96795be338fc7324e8 X-VCS-Branch: master Date: Fri, 14 Jun 2024 20:44:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea298b8a-336c-41a5-9169-2ceb2536ba9a X-Archives-Hash: 1852de4a8a005a0f23f0bfc7efa1a16d commit: 9098d7ebae435df176b99b96795be338fc7324e8 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 20:41:16 2024 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 20:41:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9098d7eb lxqt-base/lxqt-meta: add 'kde-plasma/systemsettings' Using KWin without the KDE system settings application creates a very incomplete experience. Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild | 5 ++++- lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild index a15e5930..fdd90e00 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-2.0.0.ebuild @@ -59,5 +59,8 @@ RDEPEND=" sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* ) terminal? ( =x11-terms/qterminal-${MY_PV}* ) trash? ( gnome-base/gvfs ) - window-manager? ( kde-plasma/kwin:6 ) + window-manager? ( + kde-plasma/kwin:6 + kde-plasma/systemsettings:6 + ) " diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild index a15e5930..fdd90e00 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild @@ -59,5 +59,8 @@ RDEPEND=" sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* ) terminal? ( =x11-terms/qterminal-${MY_PV}* ) trash? ( gnome-base/gvfs ) - window-manager? ( kde-plasma/kwin:6 ) + window-manager? ( + kde-plasma/kwin:6 + kde-plasma/systemsettings:6 + ) "