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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1316A1382C5 for ; Sun, 24 Jan 2021 22:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B2EAE077F; Sun, 24 Jan 2021 22:58:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10823E077F for ; Sun, 24 Jan 2021 22:58:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4C45340F94 for ; Sun, 24 Jan 2021 22:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD81147 for ; Sun, 24 Jan 2021 22:58:00 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1611529077.d39be1dc0062c06bd320cfe2647ef3f519987cbf.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-1.5.1-r1.ebuild gui-wm/sway/sway-9999.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: d39be1dc0062c06bd320cfe2647ef3f519987cbf X-VCS-Branch: master Date: Sun, 24 Jan 2021 22:58:00 +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: 47174173-d6d8-4c23-b9d5-7cf103747c60 X-Archives-Hash: f98a3951479409154afb14a94c5cc66e commit: d39be1dc0062c06bd320cfe2647ef3f519987cbf Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Dec 23 17:44:58 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Jan 24 22:57:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39be1dc gui-wm/sway: allow seatd for tray ConsoleKit2 has gone, removing useless message Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Matthew Thode gentoo.org> gui-wm/sway/sway-1.5.1-r1.ebuild | 5 +---- gui-wm/sway/sway-9999.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/gui-wm/sway/sway-1.5.1-r1.ebuild b/gui-wm/sway/sway-1.5.1-r1.ebuild index f9c1308658c..65d335449a1 100644 --- a/gui-wm/sway/sway-1.5.1-r1.ebuild +++ b/gui-wm/sway/sway-1.5.1-r1.ebuild @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" IUSE="elogind fish-completion +man +swaybar +swaybg +swayidle +swaylock +swaymsg +swaynag seatd systemd tray wallpapers X zsh-completion" REQUIRED_USE="?? ( elogind systemd ) - tray? ( || ( elogind systemd ) )" + tray? ( || ( elogind seatd systemd ) )" DEPEND=" >=dev-libs/json-c-0.13:0= @@ -106,9 +106,6 @@ pkg_preinst() { pkg_postinst() { if ! use systemd && ! use elogind && ! use seatd; then - elog "" - elog "If you use ConsoleKit2, remember to launch sway using:" - elog "exec ck-launch-session sway" elog "" elog "If your system does not set the XDG_RUNTIME_DIR environment" elog "variable, you must set it manually to run Sway. See wiki" diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 1d2aa6e981d..ab7eac10f1b 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" IUSE="elogind fish-completion +man +swaybar +swaybg +swayidle +swaylock +swaymsg +swaynag seatd systemd tray wallpapers X zsh-completion" REQUIRED_USE="?? ( elogind systemd ) - tray? ( || ( elogind systemd ) )" + tray? ( || ( elogind seatd systemd ) )" DEPEND=" >=dev-libs/json-c-0.13:0= @@ -106,9 +106,6 @@ pkg_preinst() { pkg_postinst() { if ! use systemd && ! use elogind && ! use seatd; then - elog "" - elog "If you use ConsoleKit2, remember to launch sway using:" - elog "exec ck-launch-session sway" elog "" elog "If your system does not set the XDG_RUNTIME_DIR environment" elog "variable, you must set it manually to run Sway. See wiki"