From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67B0B1584AD for ; Thu, 24 Apr 2025 16:20:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 39535343017 for ; Thu, 24 Apr 2025 16:20:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3D06711028B; Thu, 24 Apr 2025 16:20:51 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 31CD611028B for ; Thu, 24 Apr 2025 16:20:51 +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 DD974340CC9 for ; Thu, 24 Apr 2025 16:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49A2A159F for ; Thu, 24 Apr 2025 16:20:49 +0000 (UTC) From: "Jimi Huotari" 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" Message-ID: <1744218607.d0cfdda609fb0c079c17d0431882cfe56c55f957.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-wayland-session/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-wayland-session/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d0cfdda609fb0c079c17d0431882cfe56c55f957 X-VCS-Branch: master Date: Thu, 24 Apr 2025 16:20:49 +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: ba9c2ae2-74f1-43d0-ab51-ba4a26839d50 X-Archives-Hash: 0a1592eebd7ef6313968e9799237c9e7 commit: d0cfdda609fb0c079c17d0431882cfe56c55f957 Author: Jimi Huotari gentoo org> AuthorDate: Wed Apr 9 17:10:07 2025 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Apr 9 17:10:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d0cfdda6 lxqt-base/lxqt-wayland-session: tweak 'postinst' message Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild index a2a36a0d..af867a00 100644 --- a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild +++ b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild @@ -34,8 +34,9 @@ RDEPEND="${DEPEND}" pkg_postinst() { einfo "By default, the labwc compositor will be used." - einfo "To change the default, set, for example, 'compositor=kwin_wayland' in '.config/lxqt/session.conf'." + einfo "To use something else, define, for example, the following in '.config/lxqt/session.conf':" + einfo " compositor=kwin_wayland" einfo "" einfo "For more configuration details, and a list of supported compositors, see:" - einfo " '/usr/share/doc/${P}/README*'" + einfo " /usr/share/doc/${P}/README*" }